FHIR IG analytics| Package | fhir.org.nz.ig.base |
| Resource Type | Practitioner |
| Id | Practitioner-practitioner-edi-address.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner practitioner-edi-address
name: Marcus Welby
telecom: 001a
gender: Male
birthDate: 1998-01-01
{
"resourceType": "Practitioner",
"id": "practitioner-edi-address",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": [
{
"text": "Marcus Welby",
"family": "Welby",
"given": [
"Marcus"
]
}
],
"telecom": [
{
"system": "other",
"_system": {
"extension": [
{
"url": "http://hl7.org.nz/fhir/StructureDefinition/edi-address",
"valueString": "healthlink"
}
]
},
"value": "001a"
}
],
"gender": "male",
"birthDate": "1998-01-01"
}