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

FHIR IG analytics

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

Resource Organization "organization-odh-south-hospital" Version "5" Updated "2023-01-18 02:26:08+0000"

Information Source: #vavzRr06nMLsKwdP!

Profile: US Core Organization Profile

identifier: id: 5555512

active: true

type: Hospital (RoleCode#HOSP)

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": {
    "versionId": "5",
    "lastUpdated": "2023-01-18T02:26:08.329+00:00",
    "source": "#vavzRr06nMLsKwdP",
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-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"
    }
  ]
}