Release 4 5

This page is part of the FHIR Specification (v4.0.1: R4 (v5.0.0: R5 - Mixed Normative and STU ) ). This is the current published version in it's permanent home (it will always be available at this URL). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4

Valueset-immunization-target-disease.ttl

Example ValueSet/immunization-target-disease (Turtle)

Vocabulary Terminology Infrastructure Work Group Maturity Level : N/A Standards Status : Informative

Raw Turtle (+ also see Turtle/RDF Format Specification )

Definition for Value SetImmunization Target Disease Codes

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

# - resource -------------------------------------------------------------------

[] a fhir:ValueSet;
  fhir:Resource.id [ fhir:value "immunization-target-disease"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2019-11-01T09:29:23.356+11:00" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/StructureDefinition/shareablevalueset";
       fhir:index 0
     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
     fhir:Extension.value [ fhir:value "pher" ]
  ], [
     fhir:index 1;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ];
     fhir:Extension.value [ fhir:value "draft" ]
  ], [
     fhir:index 2;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ];
     fhir:Extension.value [ fhir:value "1" ]
  ];
  fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/ValueSet/immunization-target-disease"];
  fhir:ValueSet.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.3.1047" ]
  ];
  fhir:ValueSet.version [ fhir:value "4.0.1"];
  fhir:ValueSet.name [ fhir:value "ImmunizationTargetDiseaseCodes"];
  fhir:ValueSet.title [ fhir:value "Immunization Target Disease Codes"];
  fhir:ValueSet.status [ fhir:value "draft"];
  fhir:ValueSet.experimental [ fhir:value "false"];
  fhir:ValueSet.date [ fhir:value "2019-11-01T09:29:23+11:00"];
  fhir:ValueSet.publisher [ fhir:value "FHIR Project team"];
  fhir:ValueSet.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ]
  ];
  fhir:ValueSet.description [ fhir:value "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the disease that the dose is being administered against. This value set is provided as a suggestive example and includes the SNOMED CT concepts from the 64572001 (Disease) hierarchy."];
  fhir:ValueSet.copyright [ fhir:value "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org"];
  fhir:ValueSet.compose [
     fhir:ValueSet.include [
       fhir:index 0;
       fhir:ValueSet.system [ fhir:value "http://snomed.info/sct" ];
       fhir:ValueSet.concept [
         fhir:index 0;
         fhir:ValueSet.code [ fhir:value "1857005" ]
       ], [
         fhir:index 1;
         fhir:ValueSet.code [ fhir:value "397430003" ]
       ], [
         fhir:index 2;
         fhir:ValueSet.code [ fhir:value "14189004" ]
       ], [
         fhir:index 3;
         fhir:ValueSet.code [ fhir:value "36989005" ]
       ], [
         fhir:index 4;
         fhir:ValueSet.code [ fhir:value "36653000" ]
       ], [
         fhir:index 5;
         fhir:ValueSet.code [ fhir:value "76902006" ]
       ], [
         fhir:index 6;
         fhir:ValueSet.code [ fhir:value "709410003" ]
       ], [
         fhir:index 7;
         fhir:ValueSet.code [ fhir:value "27836007" ]
       ], [
         fhir:index 8;
         fhir:ValueSet.code [ fhir:value "398102009" ]
       ]
     ]

[] a fhir:ValueSet ;
  fhir:id [ fhir:v "immunization-target-disease"] ;
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2023-03-26T15:21:02.749+11:00" ] ;
     fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset" ] )
  ] ;
  fhir:text [
     fhir:status [ fhir:v "generated" ]
  ] ;
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ] ;
     fhir:value [ fhir:v "pher" ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ] ;
     fhir:value [ fhir:v "draft" ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ] ;
     fhir:value [ fhir:v "1" ]
  ] ) ;
  fhir:url [ fhir:v "http://hl7.org/fhir/ValueSet/immunization-target-disease"], [ fhir:v "http://hl7.org/fhir/ValueSet/immunization-target-disease"] ;
  fhir:identifier ( [
     fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.3.1047" ]
  ] [
     fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.3.1047" ]
  ] ) ;
  fhir:version [ fhir:v "5.0.0"], [ fhir:v "5.0.0"] ;
  fhir:name [ fhir:v "ImmunizationTargetDiseaseCodes"], [ fhir:v "ImmunizationTargetDiseaseCodes"] ;
  fhir:title [ fhir:v "Immunization Target Disease Codes"], [ fhir:v "Immunization Target Disease Codes"] ;
  fhir:status [ fhir:v "draft"], [ fhir:v "draft"] ;
  fhir:experimental [ fhir:v "true"], [ fhir:v "true"] ;
  fhir:publisher [ fhir:v "FHIR Project team"], [ fhir:v "FHIR Project team"] ;
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] ) ;
  fhir:description [ fhir:v "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the disease that the dose is being administered against. This value set is provided as a suggestive example and includes SNOMED CT concepts from the 64572001 (Disease) hierarchy."], [ fhir:v "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the disease that the dose is being administered against. This value set is provided as a suggestive example and includes SNOMED CT concepts from the 64572001 (Disease) hierarchy."] ;
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ;
  fhir:copyright [ fhir:v "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org"], [ fhir:v "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org"] ;
  fhir:compose [
     fhir:include ( [
       fhir:system [ fhir:v "http://snomed.info/sct" ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "397428000" ]
       ] [
         fhir:code [ fhir:v "27836007" ]
       ] [
         fhir:code [ fhir:v "76902006" ]
       ] [
         fhir:code [ fhir:v "721764008" ]
       ] [
         fhir:code [ fhir:v "14189004" ]
       ] [
         fhir:code [ fhir:v "36989005" ]
       ] [
         fhir:code [ fhir:v "36653000" ]
       ] [
         fhir:code [ fhir:v "16814004" ]
       ] [
         fhir:code [ fhir:v "23511006" ]
       ] [
         fhir:code [ fhir:v "709410003" ]
       ] [
         fhir:code [ fhir:v "56717001" ]
       ] [
         fhir:code [ fhir:v "363354003" ]
       ] [
         fhir:code [ fhir:v "266113007" ]
       ] [
         fhir:code [ fhir:v "415822001" ]
       ] [
         fhir:code [ fhir:v "66071002" ]
       ] [
         fhir:code [ fhir:v "40468003" ]
       ] [
         fhir:code [ fhir:v "7111000119109" ]
       ] [
         fhir:code [ fhir:v "719590007" ]
       ] [
         fhir:code [ fhir:v "719865001" ]
       ] [
         fhir:code [ fhir:v "38907003" ]
       ] [
         fhir:code [ fhir:v "4740000" ]
       ] [
         fhir:code [ fhir:v "55735004" ]
       ] [
         fhir:code [ fhir:v "240613006" ]
       ] [
         fhir:code [ fhir:v "4834000" ]
       ] [
         fhir:code [ fhir:v "85904008" ]
       ] [
         fhir:code [ fhir:v "63650001" ]
       ] [
         fhir:code [ fhir:v "16541001" ]
       ] [
         fhir:code [ fhir:v "38362002" ]
       ] [
         fhir:code [ fhir:v "61462000" ]
       ] [
         fhir:code [ fhir:v "14168008" ]
       ] [
         fhir:code [ fhir:v "186772009" ]
       ] [
         fhir:code [ fhir:v "712986001" ]
       ] [
         fhir:code [ fhir:v "52947006" ]
       ] [
         fhir:code [ fhir:v "186788009" ]
       ] [
         fhir:code [ fhir:v "409498004" ]
       ] [
         fhir:code [ fhir:v "58750007" ]
       ] [
         fhir:code [ fhir:v "19265001" ]
       ] [
         fhir:code [ fhir:v "23502006" ]
       ] [
         fhir:code [ fhir:v "75702008" ]
       ] [
         fhir:code [ fhir:v "80612004" ]
       ] [
         fhir:code [ fhir:v "186747009" ]
       ] [
         fhir:code [ fhir:v "67924001" ]
       ] [
         fhir:code [ fhir:v "70090004" ]
       ] )
     ] )

  ] .

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.