FHIR IG analytics| Package | fhir.org.nz.ig.base |
| Resource Type | Patient |
| Id | Patient-patient-nhi.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient patient-nhi
Profile: NZ Patient
John Doe Male, DoB: 1998-01-01 ( https://example.com/mysystem#other system id (use: official, ))
| Other Ids: | |||
{
"resourceType": "Patient",
"id": "patient-nhi",
"meta": {
"profile": [
"http://hl7.org.nz/fhir/StructureDefinition/NzPatient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"system": "https://standards.digital.health.nz/ns/nhi-id",
"value": "activeIdent"
},
{
"use": "old",
"system": "https://standards.digital.health.nz/ns/nhi-id",
"value": "dormant"
},
{
"use": "old",
"system": "https://standards.digital.health.nz/ns/nhi-id",
"value": "dormant2"
},
{
"use": "official",
"system": "https://example.com/mysystem",
"value": "other system id"
},
{
"use": "temp",
"system": "https://example.com/mysystem",
"value": "other system id2"
}
],
"name": [
{
"text": "John Doe",
"family": "Doe",
"given": [
"John"
]
}
],
"gender": "male",
"birthDate": "1998-01-01"
}