FHIR IG analytics| Package | fhirfrog.au-core-tests |
| Resource Type | Location |
| Id | Location-au-core-location-conformant.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-location-conformant
status: Active
name: Frog Medical Centre
alias: Frog Clinic
type: Family medicine clinic
address: 1 Frog Lane Frogville NSW 2000 AU (work)
physicalType: Building
managingOrganization: Frog Medical Group
{
"resourceType": "Location",
"id": "au-core-location-conformant",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"name": "Frog Medical Centre",
"alias": [
"Frog Clinic"
],
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "FMC",
"display": "Family medicine clinic"
},
{
"system": "http://snomed.info/sct",
"code": "288565001",
"display": "Medical centre"
}
]
}
],
"address": {
"use": "work",
"line": [
"1 Frog Lane"
],
"city": "Frogville",
"state": "NSW",
"postalCode": "2000",
"country": "AU"
},
"physicalType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code": "bu",
"display": "Building"
}
]
},
"managingOrganization": {
"reference": "Organization/location-organization-fixture",
"display": "Frog Medical Group"
}
}