@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "v3-immunizationForecastStatusObservationValue"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

immunizationForecastStatusObservationValue

Represents the patient's status with respect to their immunization guideline as of an evaluation date.

\n
" ]; fhir:ValueSet.url [ fhir:value "http://terminology.hl7.org/ValueSet/v3-immunizationForecastStatusObservationValue"]; 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.11.81" ] ]; fhir:ValueSet.version [ fhir:value "2.0.0"]; fhir:ValueSet.name [ fhir:value "ImmunizationForecastStatusObservationValue"]; fhir:ValueSet.title [ fhir:value "immunizationForecastStatusObservationValue"]; fhir:ValueSet.status [ fhir:value "active"]; fhir:ValueSet.date [ fhir:value "2010-03-22T00:00:00-04:00"^^xsd:dateTime]; fhir:ValueSet.description [ fhir:value "Represents the patient's status with respect to their immunization guideline as of an evaluation date."]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://snomed.info/sct" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "171258008" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "171279008" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "171259000" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------