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 Location - Example - XML Representation

Raw xml | Download



<Location xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
      <valueString value="CareDeliveryLocation"/>
    </extension>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/instance-description">
      <valueMarkdown
                     value="This is a Cdmh Location example for the *Cdmh Location*."/>
    </extension>
    <profile
             value="http://hl7.org/fhir/us/cdmh/StructureDefinition/cdmh-location"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Location Example</b></p></div>
  </text>
  <identifier>
    <system value="http://www.acme.org/location"/>
    <value value="29"/>
  </identifier>
  <status value="active"/>
  <name value="Care Delivery Location"/>
  <description value="Care Delivery Location"/>
  <type>
    <coding>
      <system
              value="http://hl7.org/fhir/us/cdmh/CodeSystem/pcornet-facility-type-codes"/>
      <code value="OT"/>
    </coding>
    <text value="Office Visit"/>
  </type>
  <telecom>
    <system value="phone"/>
    <value value="(+1) 734-677-7777"/>
  </telecom>
  <address>
    <line value="3300 Washtenaw Avenue, Suite 227"/>
    <city value="Amherst"/>
    <state value="MA"/>
    <postalCode value="01002"/>
    <country value="USA"/>
  </address>
  <position>
    <longitude value="-72.519854"/>
    <latitude value="42.373222"/>
  </position>
  <managingOrganization>
    <display value="Health Level Seven International"/>
  </managingOrganization>
</Location>