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

FHIR IG analytics

Packageau.gov.digitalhealth.fhir.cc
Resource TypeLocation
IdLocation-amenity-example.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 amenity-example

Amenity: Accessible Parking

status: Active

name: Example Clinic Location

description: A sample clinic location with wheelchair access.

mode: Instance

type: Hospital

telecom: +61 3 2222 3333

address: 100 Example Blvd Perth WA 6000


Source1

{
  "resourceType": "Location",
  "id": "amenity-example",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/amenity",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://healthterminologies.gov.au/fhir/CodeSystem/facility-amenity-1",
            "code": "accessibleParking",
            "display": "Accessible Parking"
          }
        ]
      }
    }
  ],
  "status": "active",
  "name": "Example Clinic Location",
  "description": "A sample clinic location with wheelchair access.",
  "mode": "instance",
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "HOSP",
          "display": "Hospital"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+61 3 2222 3333"
    }
  ],
  "address": {
    "line": [
      "100 Example Blvd"
    ],
    "city": "Perth",
    "state": "WA",
    "postalCode": "6000"
  }
}