Electronic Case Reporting (eCR), published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/case-reporting/ and changes regularly. See the Directory of published versions
: Immunization - Pneumococcal Vaccine for Eve Everywoman
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Immunization/immunization-ecr-pneumo> a fhir:Immunization ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "immunization-ecr-pneumo"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization|6.1.0" ;
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization|6.1.0>
]
] ;
fhir:Resource.language [ fhir:value "en"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization immunization-ecr-pneumo</b></p><a name=\"immunization-ecr-pneumo\"> </a><a name=\"hcimmunization-ecr-pneumo\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-immunization.html\">US Core Immunization Profile</a> version: 6.1.0</p></div><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/cvx 33}\">pneumococcal polysaccharide PPV23</span></p><p><b>patient</b>: <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a></p><p><b>occurrence</b>: 2018-09-01</p><p><b>primarySource</b>: true</p></div>"
] ;
fhir:Immunization.status [ fhir:value "completed"] ;
fhir:Immunization.vaccineCode [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/cvx" ] ;
fhir:Coding.code [ fhir:value "33" ] ;
fhir:Coding.display [ fhir:value "pneumococcal polysaccharide PPV23" ]
]
] ;
fhir:Immunization.patient [
fhir:link <http://hl7.org/fhir/Patient/patient-ecr-eve-everywoman> ;
fhir:Reference.reference [ fhir:value "Patient/patient-ecr-eve-everywoman" ] ;
fhir:Reference.display [ fhir:value "Eve Everywoman" ]
] ;
fhir:Immunization.occurrenceDateTime [ fhir:value "2018-09-01"^^xsd:date] ;
fhir:Immunization.primarySource [ fhir:value "true"^^xsd:boolean] .
<http://hl7.org/fhir/Patient/patient-ecr-eve-everywoman> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Immunization/immunization-ecr-pneumo.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Immunization/immunization-ecr-pneumo.ttl> .