HL7 FHIR Profile: Occupational Data for Health (ODH), Release 1, STU 1.1 (Standard for Trial Use)
1.1.0 - STU 1.1

This page is part of the Occupational Data for Health (ODH) FHIR IG (v1.1.0: STU 1.1 on FHIR R4) based on FHIR R4. The current version which supercedes this version is 1.2.0. For a full list of available versions, see the Directory of published versions

: South Hospital - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="organization-odh-south-hospital"/>
  <meta>
    <versionId value="4"/>
    <lastUpdated value="2021-06-01T23:57:53.410+00:00"/>
    <source value="#fk01834k19jJPQzn"/>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: 5555512</p><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes: {http://terminology.hl7.org/CodeSystem/v3-RoleCode HOSP}">Hospital</span></p><p><b>name</b>: South Hospital</p><p><b>telecom</b>: <a href="tel:+1-555-555-1111">+1-555-555-1111</a>, <a href="mailto:mail@southhospital.com">mail@southhospital.com</a></p><p><b>address</b>: 2100 North Ave Salt Lake City UT 84116 US </p></div>
  </text>
  <identifier>
    <system value="http://example.org/fhir/sid/us-npi"/>
    <value value="5555512"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="HOSP"/>
      <display value="Hospital"/>
    </coding>
  </type>
  <name value="South Hospital"/>
  <telecom>
    <system value="phone"/>
    <value value="+1-555-555-1111"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="mail@southhospital.com"/>
  </telecom>
  <address>
    <line value="2100 North Ave"/>
    <city value="Salt Lake City"/>
    <state value="UT"/>
    <postalCode value="84116"/>
    <country value="US"/>
  </address>
</Organization>