Common Data Models Harmonization
1.0.0 - STU 1 Publication

Common Data Models Harmonization, published by HL7 International - Biomedical Research and Regulation Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/cdmh/ and changes regularly. See the Directory of published versions

: CDMH Organization - Example - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="acme-lab"/>
  <meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
      <valueString value="Acme Lab Example"/>
    </extension>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/instance-description">
      <valueMarkdown
                     value="This is a acme lab example for the *Cdmh Organization Profile*."/>
    </extension>
    <profile
             value="http://hl7.org/fhir/us/cdmh/StructureDefinition/cdmh-organization"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Organization example</b></p><p><b>identifier</b>: id: 1144221847, id: 12D4567890</p><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes: {http://terminology.hl7.org/CodeSystem/organization-type prov}">Healthcare Provider</span></p><p><b>name</b>: Acme Labs</p><p><b>telecom</b>: ph: (+1) 734-677-7777, <a href="mailto:hq@acme.org">hq@acme.org</a></p><p><b>address</b>: 3300 Washtenaw Avenue, Suite 227 Amherst MA 01002 USA </p></div>
  </text>
  <active value="true"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/organization-type"/>
      <code value="prov"/>
      <display value="Healthcare Provider"/>
    </coding>
  </type>
  <name value="Acme Labs"/>
  <telecom>
    <system value="phone"/>
    <value value="(+1) 734-677-7777"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="hq@acme.org"/>
  </telecom>
  <address>
    <line value="3300 Washtenaw Avenue, Suite 227"/>
    <city value="Amherst"/>
    <state value="MA"/>
    <postalCode value="01002"/>
    <country value="USA"/>
  </address>
</Organization>