FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | Location |
| Id | Location-example3.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location example3
Profile: AU Base Location
status: Active
type: Family medicine clinic
address: 55 Sandy Bay Road Strahan TAS 7468 AU
physicalType: Building
{
"resourceType": "Location",
"id": "example3",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "FMC",
"display": "Family medicine clinic"
}
]
}
],
"address": {
"type": "physical",
"line": [
"55 Sandy Bay Road"
],
"city": "Strahan",
"state": "TAS",
"postalCode": "7468",
"country": "AU"
},
"physicalType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code": "bu",
"display": "Building"
}
]
}
}