FHIR IG analytics| Package | fhirfrog.au-core-tests |
| Resource Type | Location |
| Id | Location-au-core-encounter-location.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location au-core-encounter-location
status: Active
name: Frog Medical Centre
type: Family medicine clinic
address: 1 Frog Lane Frogville NSW 2000 AU (work)
{
"resourceType": "Location",
"id": "au-core-encounter-location",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"name": "Frog Medical Centre",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "FMC",
"display": "Family medicine clinic"
}
]
}
],
"address": {
"use": "work",
"line": [
"1 Frog Lane"
],
"city": "Frogville",
"state": "NSW",
"postalCode": "2000",
"country": "AU"
}
}