FHIR IG analytics| Package | fhir.org.nz.ig.base |
| Resource Type | Patient |
| Id | Patient-patient-pho.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient patient-pho
John Doe Male, DoB: 1998-01-01
| Primary Healthcare Organisation | Procare Networks Limited | ||
{
"resourceType": "Patient",
"id": "patient-pho",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org.nz/fhir/StructureDefinition/pho",
"valueCodeableConcept": {
"coding": [
{
"system": "https://standards.digital.health.nz/ns/pho-code",
"code": "G05533-K",
"display": "Procare Networks Limited"
}
]
}
}
],
"name": [
{
"text": "John Doe",
"family": "Doe",
"given": [
"John"
]
}
],
"gender": "male",
"birthDate": "1998-01-01"
}