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

FHIR IG analytics

Packagehl7.fhir.uv.saner
Resource TypeLocation
IdLocation-Loc-X143300.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

ResourceLocation "Loc-X143300"

Security Labels: http://terminology.hl7.org/CodeSystem/v3-ActReason

status: active

name: LEIBER CHILDRENS HOSPITAL Building

mode: instance

type: Hospital (RoleCode#HOSP)

address: 225 E CHICAGO AVE # 140 CHICAGO IL 60611 USA (work)

physicalType: Site (Location type#si)

Positions

-LongitudeLatitude
*-87.62190641.896746

managingOrganization: Organization/X143300 "LEIBER CHILDRENS HOSPITAL"


Source1

{
  "resourceType": "Location",
  "id": "Loc-X143300",
  "meta": {
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "name": "LEIBER CHILDRENS HOSPITAL Building",
  "mode": "instance",
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "HOSP"
        }
      ]
    }
  ],
  "address": {
    "use": "work",
    "type": "both",
    "line": [
      "225 E CHICAGO AVE # 140"
    ],
    "city": "CHICAGO",
    "district": "COOK",
    "state": "IL",
    "postalCode": "60611",
    "country": "USA"
  },
  "physicalType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "code": "si"
      }
    ]
  },
  "position": {
    "longitude": -87.621906,
    "latitude": 41.896746
  },
  "managingOrganization": {
    "reference": "Organization/X143300"
  }
}