FHIR IG analytics| Package | smart.who.int.hiv |
| Resource Type | Patient |
| Id | Patient-ExampleHivPatient.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient ExampleHivPatient
Profile: HIV patient Profile
Anonymous Patient Male, DoB: 1980-01-01
| Active: | true | ||
| Contact Detail | Sample | ||
{
"resourceType": "Patient",
"id": "ExampleHivPatient",
"meta": {
"profile": [
"http://smart.who.int/hiv/StructureDefinition/HivPatient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"gender": "male",
"birthDate": "1980-01-01",
"address": [
{
"text": "Sample",
"country": "US"
}
]
}