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

This page is part of the Medicolegal Death Investigation (MDI) (v2.0.0-snapshot2: QA Preview) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.1.0. For a full list of available versions, see the Directory of published versions

: Signature Status - JSON Representation

Page standards status: Trial-use Maturity Level: 3

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "vs-signature-status",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet vs-signature-status</b></p><a name=\"vs-signature-status\"> </a><a name=\"hcvs-signature-status\"> </a><a name=\"vs-signature-status-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-CREM_C_SIGNED\">CREM_C_SIGNED</a></td><td>Signed</td></tr><tr><td><a href=\"CodeSystem-cs-death-cert-review-example.html#cs-death-cert-review-example-CREM_C_UNSIGNED\">CREM_C_UNSIGNED</a></td><td>Unsigned</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pher"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 3,
      "_valueInteger" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/us/mdi/ImplementationGuide/hl7.fhir.us.mdi"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/us/mdi/ImplementationGuide/hl7.fhir.us.mdi"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/fhir/us/mdi/ValueSet/vs-signature-status",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.40.11.48.8"
    }
  ],
  "version" : "2.0.0-snapshot2",
  "name" : "VSSigStatus",
  "title" : "Signature Status",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-03-28T22:13:34+11: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 signature status.",
  "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" : "CREM_C_SIGNED",
            "display" : "Signed"
          },
          {
            "code" : "CREM_C_UNSIGNED",
            "display" : "Unsigned"
          }
        ]
      }
    ]
  }
}