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

FHIR IG analytics

Packageihe.pcc.odh
Resource TypeOrganization
IdOrganization-organization-odh-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: Organization organization-odh-south-hospital

identifier: United States National Provider Identifier/5555512

active: true

type: Hospital

name: South Hospital

telecom: +1-555-555-1111, mail@southhospital.com

address: 2100 North Ave Salt Lake City UT 84116 US


Source1

{
  "resourceType": "Organization",
  "id": "organization-odh-south-hospital",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/Organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "5555512"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "HOSP",
          "display": "Hospital"
        }
      ]
    }
  ],
  "name": "South Hospital",
  "telecom": [
    {
      "system": "phone",
      "value": "+1-555-555-1111"
    },
    {
      "system": "email",
      "value": "mail@southhospital.com"
    }
  ],
  "address": [
    {
      "line": [
        "2100 North Ave"
      ],
      "city": "Salt Lake City",
      "state": "UT",
      "postalCode": "84116",
      "country": "US"
    }
  ]
}