Medicolegal Death Investigation (MDI) FHIR Implementation Guide
2.0.0-ballot2 - STU2 ballot United States of America flag

This page is part of the Medicolegal Death Investigation (MDI) (v2.0.0-ballot2: STU 2 Ballot 3) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.1.0. For a full list of available versions, 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>