Using CQL with FHIR
1.0.0-ballot - Ballot International flag

This page is part of the Using CQL with FHIR Implementation Guide (v1.0.0-ballot: STU1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: Danger Signs - No danger signs Codes - JSON Representation

Draft as of 2023-12-20

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "anc-b5-de49",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-publishable-example.html\"><code>http://hl7.org/fhir/uv/cql/CodeSystem/publishable-example</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-publishable-example.html#publishable-example-ANC.46B5.46DE49\">ANC.B5.DE49</a></td><td>No danger signs</td><td>Danger signs - No danger signs</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "cds"
    }
  ],
  "url" : "http://hl7.org/fhir/uv/cql/ValueSet/anc-b5-de49",
  "version" : "1.0.0-ballot",
  "name" : "DangerSignsNodangersignsCodes",
  "title" : "Danger Signs - No danger signs Codes",
  "status" : "draft",
  "experimental" : false,
  "date" : "2023-12-20T01:19:04+00:00",
  "publisher" : "HL7 International / Clinical Decision Support",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description" : "Codes representing possible values for the Danger Signs - No danger signs element",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "immutable" : true,
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/uv/cql/CodeSystem/publishable-example",
        "concept" : [
          {
            "code" : "ANC.B5.DE49",
            "display" : "No danger signs"
          }
        ]
      }
    ]
  }
}