FHIR IG analytics| Package | fhir.org.nz.ig.base |
| Resource Type | Patient |
| Id | Patient-patient-messaging-address.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient patient-messaging-address
John Doe Male, DoB: 1998-01-01
| Messaging Address: |
| ||
{
"resourceType": "Patient",
"id": "patient-messaging-address",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "provider",
"valueString": "MedicalObjects"
},
{
"url": "value",
"valueString": "valueMO"
}
],
"url": "http://hl7.org.nz/fhir/StructureDefinition/messaging-address"
}
],
"name": [
{
"text": "John Doe",
"family": "Doe",
"given": [
"John"
]
}
],
"gender": "male",
"birthDate": "1998-01-01"
}