Medicolegal Death Investigation (MDI) FHIR Implementation Guide
2.0.1-cibuild - ci-build United States of America flag

Medicolegal Death Investigation (MDI) FHIR Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.1-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-mdi-ig/ and changes regularly. See the Directory of published versions

: Organization – Crematorium example - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="organization-crematorium-ex1"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/mdi/StructureDefinition/Organization-crematorium"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization organization-crematorium-ex1</b></p><a name="organization-crematorium-ex1"> </a><a name="hcorganization-crematorium-ex1"> </a><a name="organization-crematorium-ex1-en-US"> </a><p><b>identifier</b>: <code>http://Tahoe.Web/Insurity.Tahoe.Organization.Entity.BusinessUnitCode</code>/State Crematorium</p><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes:{http://hl7.org/fhir/us/mdi/CodeSystem/cs-mdi-codes crematorium}">Crematorium</span></p><p><b>name</b>: State Crematorium</p><p><b>address</b>: 100 Industrial Road BARRETT GA US </p></div>
  </text>
  <identifier>
    <system
            value="http://Tahoe.Web/Insurity.Tahoe.Organization.Entity.BusinessUnitCode"/>
    <value value="State Crematorium"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system value="http://hl7.org/fhir/us/mdi/CodeSystem/cs-mdi-codes"/>
      <code value="crematorium"/>
    </coding>
  </type>
  <name value="State Crematorium"/>
  <address>
    <line value="100 Industrial Road">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber">
        <valueString value="100"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName">
        <valueString value="Industrial"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetNameType">
        <valueString value="Road"/>
      </extension>
    </line>
    <city value="BARRETT"/>
    <state value="GA"/>
    <country value="US"/>
  </address>
</Organization>