FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhirfrog.au-core-tests
Resource TypeLocation
IdLocation-au-core-encounter-location.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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)


Source1

{
  "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"
  }
}