LinuxForHealth FHIR Implementation Guide
8.0.0 - draft United States of America flag

LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions

: CDM Organization - General Hospital - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="GeneralHospital"/>
  <meta>
    <extension
               url="http://linuxforhealth.org/fhir/cdm/StructureDefinition/tenant-id">
      <valueString value="99999"/>
    </extension>
    <extension
               url="http://linuxforhealth.org/fhir/cdm/StructureDefinition/ingestion-batch-id">
      <valueString value="b069a545-9506-40c6-8498-23de2e189143"/>
    </extension>
    <source value="http://acme-health.com/emr1"/>
    <profile
             value="http://linuxforhealth.org/fhir/cdm/StructureDefinition/cdm-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Organization</b><a name="GeneralHospital"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Organization "GeneralHospital" </p><p style="margin-bottom: 0px">Information Source: http://acme-health.com/emr1!</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-cdm-organization.html">CDM Organization</a></p></div><p><b>identifier</b>: Source System Row Identifier: 7d5007d6-edd0-48b5-b34f-5c5f948b6d13(use: OFFICIAL)</p><p><b>active</b>: true</p><p><b>type</b>: Hospital and Medical Service Plans <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/4.0.0/CodeSystem-organization-type.html">Organization type</a>#prov; unknown#6324)</span></p><p><b>name</b>: General Hospital</p><p><b>telecom</b>: ph: 214-555-6000(WORK), fax: 214-555-6001(WORK)</p><p><b>address</b>: 100 Easy Street Irving TX 75014 US (WORK)</p></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system
                value="http://linuxforhealth.org/fhir/cdm/CodeSystem/identifier-type"/>
        <code value="SSRI"/>
      </coding>
    </type>
    <system value="http://acme-health.com/emr1/organization"/>
    <value value="7d5007d6-edd0-48b5-b34f-5c5f948b6d13"/>
    <assigner>
      <display value="Acme Health - EMR1"/>
    </assigner>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/organization-type"/>
      <code value="prov"/>
    </coding>
    <coding>
      <system value="urn:oid:2.16.840.1.113883.6.232"/>
      <code value="6324"/>
      <display value="Hospital and Medical Service Plans"/>
    </coding>
  </type>
  <name value="General Hospital"/>
  <telecom>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/contactpoint-country">
      <valueString value="1"/>
    </extension>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/contactpoint-extension">
      <valueString value="100"/>
    </extension>
    <system value="phone"/>
    <value value="214-555-6000"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/contactpoint-country">
      <valueString value="1"/>
    </extension>
    <system value="fax"/>
    <value value="214-555-6001"/>
    <use value="work"/>
  </telecom>
  <address>
    <use value="work"/>
    <type value="physical"/>
    <line value="100 Easy Street"/>
    <city value="Irving"/>
    <district value="Dallas"/>
    <state value="TX"/>
    <postalCode value="75014"/>
    <country value="US"/>
  </address>
</Organization>