FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/ValueSet-discharged-status

Packagehl7.fhir.us.birthdefectreporting
Resource TypeValueSet
IdValueSet-discharged-status
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/birthdefectreporting/https://build.fhir.org/ig/HL7/fhir-birthdefectsreporting-ig/ValueSet-ValueSet-discharged-status.html
URLhttp://hl7.org/fhir/us/birthdefectreporting/ValueSet/ValueSet-discharged-status
Version0.1.2
Statusdraft
Date2025-06-12T00:36:53+00:00
NameDischargedStatusVS
TitleDischarged Status
Realmus
Authorityhl7
DescriptionValueset for discharged status

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
CodeSystem-local-bdr-codesLocal BDR Codes

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet ValueSet-discharged-status


Source

{
  "resourceType": "ValueSet",
  "id": "ValueSet-discharged-status",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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": "2025-06-12T00:36:53+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"
          }
        ]
      }
    ]
  }
}