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

FHIR IG analytics

Packagehl7.fhir.us.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

identifier: NPI/116441967701

status: Active

name: South Hospital

type: Hospital, Birth Location

address: 2100 North Ave Salt Lake City UT 84116 US

Positions

-LongitudeLatitude
*40.8111.9

managingOrganization: Organization - South Hospital


Source1

{
  "resourceType": "Location",
  "id": "location-south-hospital",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/bfdr/StructureDefinition/Location-bfdr"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/us/bfdr/StructureDefinition/Extension-jurisdictional-facility-identifier",
          "valueString": "UT12"
        }
      ],
      "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"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/bfdr/CodeSystem/CodeSystem-local-bfdr-codes",
          "code": "loc_birth",
          "display": "Birth Location"
        }
      ]
    }
  ],
  "address": {
    "line": [
      "2100 North Ave"
    ],
    "city": "Salt Lake City",
    "district": "Made Up",
    "state": "UT",
    "postalCode": "84116",
    "country": "US"
  },
  "position": {
    "longitude": 40.8,
    "latitude": 111.9
  },
  "managingOrganization": {
    "reference": "Organization/organization-south-hospital",
    "display": "Organization - South Hospital"
  }
}