Immunization Decision Support Forecast (ImmDS) Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/ImmunizationFHIRDS/ and changes regularly. See the Directory of published versions
: ImmDSImmunizationEvaluationExample
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ImmunizationEvaluation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "immunization-evaluation-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/immds/StructureDefinition/immds-immunizationevaluation"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/immds/StructureDefinition/immds-immunizationevaluation> ] )
] ; #
fhir:language [ fhir:v "en"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: ImmunizationEvaluation immunization-evaluation-example</b></p><a name=\"immunization-evaluation-example\"> </a><a name=\"hcimmunization-evaluation-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-immds-immunizationevaluation.html\">ImmDS Immunization Evaluation</a></p></div><p><b>status</b>: Completed</p><p><b>patient</b>: <a href=\"Patient-ImmDSPatientExample.html\">Gene Wellington Male, DoB: 2020-04-28 ( Medical record number)</a></p><p><b>date</b>: 2020-05-26</p><p><b>targetDisease</b>: <span title=\"Codes:{http://snomed.info/sct 66071002}\">Hepatitis B</span></p><p><b>immunizationEvent</b>: <a href=\"Immunization-ImmDSImmunizationExample.html\">Immunization: status = completed; vaccineCode = Hep B, adolescent or pediatric; occurrence[x] = 2020-04-28; primarySource = true</a></p><p><b>doseStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/immunization-evaluation-dose-status valid}\">Valid</span></p><p><b>series</b>: ACIP 3-dose HepB series</p><p><b>doseNumber</b>: 1</p><p><b>seriesDoses</b>: 3</p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:patient [
fhir:l fhir:Patient/ImmDSPatientExample ;
fhir:reference [ fhir:v "Patient/ImmDSPatientExample" ]
] ; #
fhir:date [ fhir:v "2020-05-26"^^xsd:date] ; #
fhir:targetDisease [
( fhir:coding [
a sct:66071002 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "66071002" ] ;
fhir:display [ fhir:v "Hepatitis B" ] ] )
] ; #
fhir:immunizationEvent [
fhir:l fhir:Immunization/ImmDSImmunizationExample ;
fhir:reference [ fhir:v "Immunization/ImmDSImmunizationExample" ]
] ; #
fhir:doseStatus [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/immunization-evaluation-dose-status"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/immunization-evaluation-dose-status> ] ;
fhir:code [ fhir:v "valid" ] ;
fhir:display [ fhir:v "Valid" ] ] )
] ; #
fhir:series [ fhir:v "ACIP 3-dose HepB series"] ; #
fhir:doseNumber [
a fhir:PositiveInt ;
fhir:v "1"^^xsd:positiveInteger
] ; #
fhir:seriesDoses [
a fhir:PositiveInt ;
fhir:v "3"^^xsd:positiveInteger
] . #