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

FHIR IG analytics

Packageihe.qrph.bfdr
Resource TypeLocation
IdLocation-location-south-hospital.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 location-south-hospital

version: versionId: id (PrimitiveType/Location.meta.versionId): element = id -> versionId=id[3]; Last updated: 2023-07-04 09:56:47+0000

Profile: US Core Location Profile

identifier: NPI/116441967701

status: Active

name: South Hospital

type: Hospital

address: 2100 North Ave Salt Lake City UT 84116 US

managingOrganization: Organization - South Hospital


Source1

{
  "resourceType": "Location",
  "id": "location-south-hospital",
  "meta": {
    "versionId": "3",
    "lastUpdated": "2023-07-04T09:56:47.907Z",
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "116441967701"
    }
  ],
  "status": "active",
  "name": "South Hospital",
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "HOSP",
          "display": "Hospital"
        }
      ]
    }
  ],
  "address": {
    "line": [
      "2100 North Ave"
    ],
    "city": "Salt Lake City",
    "state": "UT",
    "postalCode": "84116",
    "country": "US"
  },
  "managingOrganization": {
    "reference": "Organization/organization-south-hospital",
    "display": "Organization - South Hospital"
  }
}