FHIR IG analytics| Package | ethiopia.fhir.hiv |
| Resource Type | Patient |
| Id | Patient-SexualPartnerRelatedPersonBecomesPatientExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient SexualPartnerRelatedPersonBecomesPatientExample
Profile: Patient
Jane Smith Female, DoB: 1982-04-12 ( http://moh.gov.et/fhir/hiv/identifier/MRN#MRN12345673)
| Other Ids: |
| ||
| Contact Detail |
| ||
| Links: |
| ||
{
"resourceType": "Patient",
"id": "SexualPartnerRelatedPersonBecomesPatientExample",
"meta": {
"profile": [
"http://moh.gov.et/fhir/hiv/StructureDefinition/patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://moh.gov.et/fhir/hiv/identifier/MRN",
"value": "MRN12345673"
},
{
"system": "http://moh.gov.et/fhir/hiv/identifier/SmartCareID",
"value": "NID12345673"
},
{
"system": "http://moh.gov.et/fhir/hiv/identifier/UAN",
"value": "UAN12345673"
}
],
"name": [
{
"family": "Smith",
"given": [
"Jane"
]
}
],
"telecom": [
{
"system": "phone",
"value": "27537652509",
"use": "work"
},
{
"system": "email",
"value": "someone@something.org",
"use": "home"
}
],
"gender": "female",
"birthDate": "1982-04-12",
"address": [
{
"line": [
"123",
"Tesfaye Street",
"Bole"
],
"city": "Addis Ababa",
"district": "Addis Ababa Central District",
"state": "Addis Ababa"
}
],
"managingOrganization": {
"reference": "Organization/CurrentServiceProviderExample"
},
"link": [
{
"other": {
"reference": "RelatedPerson/PartnerRelatedPersonExample"
},
"type": "replaces"
}
]
}