Person
Requesting FHIR Patient data for individuals associated with the event
URL
GET http://openhim-core:5001/fhir/Patient/0a92c057-e1a6-476f-918b-7e98cb7479b8GET http://openhim-core:5001/fhir/<section[0].entry[0].reference>Request headers
Content-Type: application/json
Authorization: Bearer <token>Patient payload
{
"resourceType": "Patient",
"active": true,
"id": "5e22eea3-2e61-4dc1-8047-e216b3334c2e",
"identifier": [
{ "value": "123456789", "type": "NATIONAL_ID" },
{ "value": "123456789", "type": "SOCIAL_SECURITY_NO" }
],
"name": [{ "use": "en", "given": ["Fahmida"], "family": ["Hossein"] }],
"birthDate": "1971-10-23",
"maritalStatus": {
"coding": [
{
"system": "http://hl7.org/fhir/StructureDefinition/marital-status",
"code": "M"
}
],
"text": "MARRIED"
},
"extension": [
{
"url": "http://opencrvs.org/specs/extension/patient-occupation",
"valueString": "Lawyer"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-nationality",
"extension": [
{
"url": "code",
"valueCodeableConcept": {
"coding": [{ "system": "urn:iso:std:iso:3166", "code": "ZMB" }]
}
},
{ "url": "period", "valuePeriod": { "start": "", "end": "" } }
]
},
{
"url": "http://opencrvs.org/specs/extension/educational-attainment",
"valueString": "PRIMARY_ISCED_1"
}
],
"address": [
{
"type": "PERMANENT",
"line": [
"40",
"My street",
"My residential area",
"My city",
"",
"",
"URBAN"
],
"district": "6885f574-eb70-46dd-ab89-acc9982bd63e",
"state": "cd5e34cb-abe0-4900-9509-28f378b8d8e8",
"country": "ZMB"
}
],
"meta": {
"lastUpdated": "2020-07-04T10:15:03.286+00:00",
"versionId": "cf6bb775-f37e-43c5-ae16-a981a0c637d1"
}
}Parameter
Sample value
Description
Identifier
Value