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

FHIR IG analytics

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

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

status: active

name: LAKESIDE MEDICAL CENTER Building

mode: instance

type: Hospital (RoleCode#HOSP)

address: 1653 W CONGRESS PKWY CHICAGO IL 60612 USA (work)

physicalType: Site (Location type#si)

Positions

-LongitudeLatitude
*-87.6685141.875166

managingOrganization: Organization/X140119 "LAKESIDE MEDICAL CENTER"


Source1

{
  "resourceType": "Location",
  "id": "Loc-X140119",
  "meta": {
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "name": "LAKESIDE MEDICAL CENTER Building",
  "mode": "instance",
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "HOSP"
        }
      ]
    }
  ],
  "address": {
    "use": "work",
    "type": "both",
    "line": [
      "1653 W CONGRESS PKWY"
    ],
    "city": "CHICAGO",
    "district": "COOK",
    "state": "IL",
    "postalCode": "60612",
    "country": "USA"
  },
  "physicalType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "code": "si"
      }
    ]
  },
  "position": {
    "longitude": -87.66851,
    "latitude": 41.875166
  },
  "managingOrganization": {
    "reference": "Organization/X140119"
  }
}