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