FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagecareconnect.stu3.03.00.00
Resource TypeValueSet
IdValueSet-CareConnect-VaccineCode-1.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "CareConnect-VaccineCode-1",
  "url": "https://fhir.hl7.org.uk/STU3/ValueSet/CareConnect-VaccineCode-1",
  "version": "1.0.0",
  "name": "Care Connect Vaccine Code",
  "status": "draft",
  "date": "2018-05-04T00:00:00+00:00",
  "publisher": "HL7 UK",
  "description": "A code from the SNOMED Clinical Terminology UK coding system to record a vaccine or a null flavor value.",
  "copyright": "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement.",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "filter": [
          {
            "property": "concept",
            "op": "in",
            "value": "999000811000001105"
          },
          {
            "property": "concept",
            "op": "in",
            "value": "12465201000001105"
          },
          {
            "property": "concept",
            "op": "in",
            "value": "999000831000001104"
          },
          {
            "property": "concept",
            "op": "in",
            "value": "999000841000001106"
          },
          {
            "property": "concept",
            "op": "in",
            "value": "999000821000001101"
          }
        ]
      },
      {
        "system": "http://hl7.org/fhir/v3/NullFlavor",
        "filter": [
          {
            "property": "concept",
            "op": "=",
            "value": "NAVU"
          },
          {
            "property": "concept",
            "op": "=",
            "value": "UNC"
          },
          {
            "property": "concept",
            "op": "=",
            "value": "UNK"
          },
          {
            "property": "concept",
            "op": "=",
            "value": "NA"
          }
        ]
      }
    ]
  }
}