Birth Defects Reporting - STU1
0.1.2 - draft United States of America flag

Birth Defects Reporting - STU1, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 0.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-birthdefectsreporting-ig/ and changes regularly. See the Directory of published versions

: Discharged Status - JSON Representation

Draft as of 2024-11-06

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "ValueSet-discharged-status",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ValueSet-discharged-status</b></p><a name=\"ValueSet-discharged-status\"> </a><a name=\"hcValueSet-discharged-status\"> </a><a name=\"ValueSet-discharged-status-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-CodeSystem-local-bdr-codes.html\"><code>http://hl7.org/fhir/us/birthdefectreporting/CodeSystem/CodeSystem-local-bdr-codes</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-CodeSystem-local-bdr-codes.html#CodeSystem-local-bdr-codes-unknown\">unknown</a></td><td>Unknown</td></tr><tr><td><a href=\"CodeSystem-CodeSystem-local-bdr-codes.html#CodeSystem-local-bdr-codes-status_discharge_alive\">status_discharge_alive</a></td><td>Discharged Alive</td></tr><tr><td><a href=\"CodeSystem-CodeSystem-local-bdr-codes.html#CodeSystem-local-bdr-codes-status_discharge_transferred\">status_discharge_transferred</a></td><td>Transferred</td></tr><tr><td><a href=\"CodeSystem-CodeSystem-local-bdr-codes.html#CodeSystem-local-bdr-codes-status_discharge_dead\">status_discharge_dead</a></td><td>Discharged Dead</td></tr><tr><td><a href=\"CodeSystem-CodeSystem-local-bdr-codes.html#CodeSystem-local-bdr-codes-status_discharge_not-discharged\">status_discharge_not-discharged</a></td><td>Not Discharged</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pher"
    }
  ],
  "url" : "http://hl7.org/fhir/us/birthdefectreporting/ValueSet/ValueSet-discharged-status",
  "version" : "0.1.2",
  "name" : "DischargedStatusVS",
  "title" : "Discharged Status",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-11-06T01:11: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"
        }
      ]
    },
    {
      "name" : "Thanh Cheng",
      "telecom" : [
        {
          "system" : "email",
          "value" : "thanh.cheng@altarum.org",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Valueset for discharged status",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/us/birthdefectreporting/CodeSystem/CodeSystem-local-bdr-codes",
        "concept" : [
          {
            "code" : "unknown",
            "display" : "Unknown"
          },
          {
            "code" : "status_discharge_alive",
            "display" : "Discharged Alive"
          },
          {
            "code" : "status_discharge_transferred",
            "display" : "Transferred"
          },
          {
            "code" : "status_discharge_dead",
            "display" : "Discharged Dead"
          },
          {
            "code" : "status_discharge_not-discharged",
            "display" : "Not Discharged"
          }
        ]
      }
    ]
  }
}