FHIR IG analytics| Package | ethiopia.fhir.hiv |
| Resource Type | Patient |
| Id | Patient-GeneralPatientExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient GeneralPatientExample
Profile: Patient
Mark Adams Male, DoB: 2000-11-11 ( http://moh.gov.et/fhir/hiv/identifier/MRN#MRN12345671)
| Marital Status: | Married | ||
| Other Ids: |
| ||
| Contact Detail |
| ||
| Links: |
| ||
| Patient Religion | Muslim | ||
{
"resourceType": "Patient",
"id": "GeneralPatientExample",
"meta": {
"profile": [
"http://moh.gov.et/fhir/hiv/StructureDefinition/patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-religion",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation",
"code": "1023"
}
],
"text": "Muslim"
}
}
],
"identifier": [
{
"system": "http://moh.gov.et/fhir/hiv/identifier/MRN",
"value": "MRN12345671"
},
{
"system": "http://moh.gov.et/fhir/hiv/identifier/SmartCareID",
"value": "NID12345671"
},
{
"system": "http://moh.gov.et/fhir/hiv/identifier/UAN",
"value": "UAN12345671"
}
],
"name": [
{
"family": "Adams",
"given": [
"Mark"
]
}
],
"telecom": [
{
"system": "phone",
"value": "27537652509",
"use": "work"
},
{
"system": "email",
"value": "someone@something.org",
"use": "home"
}
],
"gender": "male",
"birthDate": "2000-11-11",
"address": [
{
"extension": [
{
"url": "http://moh.gov.et/fhir/hiv/StructureDefinition/residential-type",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "224804009"
}
],
"text": "Rural"
}
}
],
"line": [
"123",
"Tesfaye Street",
"Bole"
],
"city": "Addis Ababa",
"district": "Addis Ababa Central District",
"state": "Addis Ababa"
}
],
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "M"
}
]
},
"managingOrganization": {
"reference": "Organization/CurrentServiceProviderExample"
}
}