FHIR IG analytics| Package | fhir.org.nz.ig.base |
| Resource Type | Location |
| Id | Location-location-established.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location location-established
Established: 2010-01-01 --> (ongoing)
name: Daves health centre
alias: Best health
{
"resourceType": "Location",
"id": "location-established",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org.nz/fhir/StructureDefinition/established",
"valuePeriod": {
"start": "2010-01-01"
}
}
],
"name": "Daves health centre",
"alias": [
"Best health"
]
}