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

FHIR IG analytics

Packagehl7.fhir.us.qicore.r4b
Resource TypeLocation
IdLocation-example.json
FHIR VersionR4B

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 example

identifier: http://example.org/B1-S.F2 (use: temp, )

status: Active

name: South Wing, second floor

alias: Mean Joe Greene University Medical Center, South Wing, second floor, BU MC, SW, F2

description: Second floor of the Old South Wing, formerly in use by Psychiatry

mode: Instance

type: Hospital

telecom: ph: 2328(Work), fax: 2329(Work), secondwing@meanjoegreeneuniversitymedicalcenter.com, http://example.org/southwing

address: Iron Curtain 75, Building A Pittsburgh PA 15016 US (work)

physicalType: Wing

Positions

-LongitudeLatitudeAltitude
*-83.694569142.254754780

managingOrganization: Organization Health Level Seven International


Source1

{
  "resourceType": "Location",
  "id": "example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-location"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "temp",
      "system": "http://example.org",
      "value": "B1-S.F2"
    }
  ],
  "status": "active",
  "name": "South Wing, second floor",
  "alias": [
    "Mean Joe Greene University Medical Center, South Wing, second floor",
    "BU MC, SW, F2"
  ],
  "description": "Second floor of the Old South Wing, formerly in use by Psychiatry",
  "mode": "instance",
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "HOSP",
          "display": "Hospital"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "2328",
      "use": "work"
    },
    {
      "system": "fax",
      "value": "2329",
      "use": "work"
    },
    {
      "system": "email",
      "value": "secondwing@meanjoegreeneuniversitymedicalcenter.com"
    },
    {
      "system": "url",
      "value": "http://example.org/southwing",
      "use": "work"
    }
  ],
  "address": {
    "use": "work",
    "line": [
      "Iron Curtain 75, Building A"
    ],
    "city": "Pittsburgh",
    "state": "PA",
    "postalCode": "15016",
    "country": "US"
  },
  "physicalType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "code": "wi",
        "display": "Wing"
      }
    ]
  },
  "position": {
    "longitude": -83.6945691,
    "latitude": 42.25475478,
    "altitude": 0
  },
  "managingOrganization": {
    "reference": "Organization/example"
  }
}