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

FHIR IG analytics

Packagehl7.fhir.au.base
Resource TypeLocation
IdLocation-example2.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 example2

identifier: NATA Site Number/162899, LSPN/123333

status: Active

address: Level 1, Green Building, Albion Hospital, QLD

physicalType: Level

partOf: Location: status = active; physicalType = Site


Source1

{
  "resourceType": "Location",
  "id": "example2",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-location"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code": "NATAS",
            "display": "NATA Site Number"
          }
        ],
        "text": "NATA Site Number"
      },
      "system": "http://hl7.org.au/id/nata-site",
      "value": "162899"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code": "LSPN",
            "display": "Location Specific Practice Number"
          }
        ],
        "text": "LSPN"
      },
      "system": "http://ns.electronichealth.net.au/id/location-specific-practice-number",
      "value": "123333"
    }
  ],
  "status": "active",
  "address": {
    "type": "physical",
    "text": "Level 1, Green Building, Albion Hospital, QLD",
    "line": [
      "Level 1, Green Building",
      "33 Slobodian Street"
    ],
    "city": "Albion",
    "state": "QLD",
    "postalCode": "4010",
    "country": "AU"
  },
  "physicalType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "code": "lvl",
        "display": "Level"
      }
    ]
  },
  "partOf": {
    "reference": "Location/example1"
  }
}