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

: ValueSet - Medical Examiner Certification Affirmation example - JSON Representation

Active as of 2024-11-22

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "vs-me-cert-affirmation-example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet vs-me-cert-affirmation-example</b></p><a name=\"vs-me-cert-affirmation-example\"> </a><a name=\"hcvs-me-cert-affirmation-example\"> </a><a name=\"vs-me-cert-affirmation-example-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-cs-death-cert-review-example.html\"><code>http://hl7.org/fhir/us/mdi/CodeSystem/cs-death-cert-review-example</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-cs-death-cert-review-example.html#cs-death-cert-review-example-ME_AFFIRM_CERTIFICATION_AFFIRMED\">ME_AFFIRM_CERTIFICATION_AFFIRMED</a></td><td>ME Certification Affirmation Affirmed</td></tr><tr><td><a href=\"CodeSystem-cs-death-cert-review-example.html#cs-death-cert-review-example-ME_AFFIRM_CERTIFICATION_NOT_AFFIRMED\">ME_AFFIRM_CERTIFICATION_NOT_AFFIRMED</a></td><td>ME Certification Affirmation Not Affirmed</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pher"
    }
  ],
  "url" : "http://hl7.org/fhir/us/mdi/ValueSet/vs-me-cert-affirmation-example",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.40.11.48.8"
    }
  ],
  "version" : "2.0.1-cibuild",
  "name" : "VSMECertAffirmationEx",
  "title" : "ValueSet - Medical Examiner Certification Affirmation example",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-11-22T01:43:48+00:00",
  "publisher" : "HL7 International / Public Health",
  "contact" : [
    {
      "name" : "HL7 International / Public Health",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "description" : "This value set contains example codes for the status of Medical Examiner Certification Affirmation.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/us/mdi/CodeSystem/cs-death-cert-review-example",
        "concept" : [
          {
            "code" : "ME_AFFIRM_CERTIFICATION_AFFIRMED",
            "display" : "ME Certification Affirmation Affirmed"
          },
          {
            "code" : "ME_AFFIRM_CERTIFICATION_NOT_AFFIRMED",
            "display" : "ME Certification Affirmation Not Affirmed"
          }
        ]
      }
    ]
  }
}