Vaccination CDS Implementation Guide, published by Euvabeco. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/EUVABECO/VCDS/ and changes regularly. See the Directory of published versions
: example-immunization - TTL Representation
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 -------------------------------------------------------------------
a fhir:Immunization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-immunization"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://euvabeco.net/vcds-ig/StructureDefinition/Immunization"^^xsd:anyURI ;
fhir:link <https://euvabeco.net/vcds-ig/StructureDefinition/Immunization> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization example-immunization</b></p><a name=\"example-immunization\"> </a><a name=\"hcexample-immunization\"> </a><a name=\"example-immunization-en-US\"> </a><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{https://euvabeco.net/vcds-ig/CodeSystem/NUVA VAC007}\">GARDASIL</span></p><p><b>patient</b>: <a href=\"Patient-example-patient.html\">Anonymous Patient Female, DoB: 1995-01-22 ( 123456)</a></p><p><b>occurrence</b>: 2012-03-17</p></div>"
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:vaccineCode [
( fhir:coding [
fhir:system [ fhir:v "https://euvabeco.net/vcds-ig/CodeSystem/NUVA"^^xsd:anyURI ] ;
fhir:code [ fhir:v "VAC007" ] ;
fhir:display [ fhir:v "GARDASIL" ] ] )
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/example-patient" ]
] ; #
fhir:occurrence [ fhir:v "2012-03-17"^^xsd:date] . #