Retrieval of Real World Data for Clinical Research
1.0.0 - trial-use International flag

Retrieval of Real World Data for Clinical Research, published by HL7 International - Biomedical Research & Regulation Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/vulcan-rwd/ and changes regularly. See the Directory of published versions

: EncounterDischargeDispositionSearchParameter - JSON Representation

Active as of 2023-05-09

Raw json | Download


{
  "resourceType" : "SearchParameter",
  "id" : "EncounterDischargeDispositionSearchParameter",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>DischargeDisposition</h2><p>Parameter <code>dischargeDisposition</code>:<code>token</code></p><div><p>A search parameter to allow searching for Encounters with specific dispositions on discharge.</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/encounter.html\">Encounter</a></td></tr><tr><td>Expression</td><td><code>Encounter.hospitalization.dischargeDisposition</code></td></tr><tr><td>Multiples</td><td>The parameter cannot repeat or have multiple values</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/uv/vulcan-rwd/SearchParameter/EncounterDischargeDispositionSearchParameter",
  "version" : "1.0.0",
  "name" : "DischargeDisposition",
  "status" : "active",
  "date" : "2023-05-09T16:50:27+00:00",
  "publisher" : "HL7 International - Biomedical Research & Regulation Work Group",
  "contact" : [
    {
      "name" : "HL7 International - Biomedical Research & Regulation Work Group",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/rcrim"
        }
      ]
    }
  ],
  "description" : "A search parameter to allow searching for Encounters with specific dispositions on discharge.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "code" : "dischargeDisposition",
  "base" : [
    "Encounter"
  ],
  "type" : "token",
  "expression" : "Encounter.hospitalization.dischargeDisposition"
}