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

FHIR IG analytics

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

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

status: active

name: NEW CYPRUS HOSPITAL Building

mode: instance

type: Hospital (RoleCode#HOSP)

address: 593 EDDY ST PROVIDENCE RI 02903 USA (work)

physicalType: Site (Location type#si)

Positions

-LongitudeLatitude
*-71.40704941.811956

managingOrganization: Organization/X410007 "NEW CYPRUS HOSPITAL"


Source1

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