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

FHIR IG analytics

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

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

status: active

name: MISKATONIC UNIVERSITY HOSPITAL Building

mode: instance

type: Hospital (RoleCode#HOSP)

address: 101 DUDLEY ST PROVIDENCE RI 02905 USA (work)

physicalType: Site (Location type#si)

Positions

-LongitudeLatitude
*-71.41156241.8102

managingOrganization: Organization/X410010 "MISKATONIC UNIVERSITY HOSPITAL"


Source1

{
  "resourceType": "Location",
  "id": "Loc-X410010",
  "meta": {
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "name": "MISKATONIC UNIVERSITY HOSPITAL Building",
  "mode": "instance",
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "HOSP"
        }
      ]
    }
  ],
  "address": {
    "use": "work",
    "type": "both",
    "line": [
      "101 DUDLEY ST"
    ],
    "city": "PROVIDENCE",
    "district": "PROVIDENCE",
    "state": "RI",
    "postalCode": "02905",
    "country": "USA"
  },
  "physicalType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "code": "si"
      }
    ]
  },
  "position": {
    "longitude": -71.411562,
    "latitude": 41.8102
  },
  "managingOrganization": {
    "reference": "Organization/X410010"
  }
}