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 - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "organization-crematorium-ex1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/mdi/StructureDefinition/Organization-crematorium"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "identifier" : [
    {
      "system" : "http://Tahoe.Web/Insurity.Tahoe.Organization.Entity.BusinessUnitCode",
      "value" : "State Crematorium"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/us/mdi/CodeSystem/cs-mdi-codes",
          "code" : "crematorium"
        }
      ]
    }
  ],
  "name" : "State Crematorium",
  "address" : [
    {
      "line" : [
        "100 Industrial Road"
      ],
      "_line" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString" : "100"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString" : "Industrial"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetNameType",
              "valueString" : "Road"
            }
          ]
        }
      ],
      "city" : "BARRETT",
      "state" : "GA",
      "country" : "US"
    }
  ]
}