RIVO-Noord Zorgviewer Implementation Guide, published by RIVO-NN HL7NL. This guide is not an authorized publication; it is the continuous build for version 1.17.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/RIVO-Noord/zorgviewer-ig/ and changes regularly. See the Directory of published versions
: Epic Immunization Example - TTL Representation
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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Immunization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ekk06V5y.aLipR7luJJbtWUCJul8emhI5g29CotXmMDE3"] ; #
fhir:meta [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/4.0/StructureDefinition/extension-Meta.source"^^xsd:anyURI ] ;
fhir:value [
a fhir:uri ;
fhir:v "Epic"^^xsd:anyURI ] ] ) ;
( fhir:profile [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/zib-Vaccination"^^xsd:anyURI ] )
] ; #
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 ekk06V5y.aLipR7luJJbtWUCJul8emhI5g29CotXmMDE3</b></p><a name=\"ekk06V5y.aLipR7luJJbtWUCJul8emhI5g29CotXmMDE3\"> </a><a name=\"hcekk06V5y.aLipR7luJJbtWUCJul8emhI5g29CotXmMDE3\"> </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=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.2.20&canonical=http://nictiz.nl/fhir/StructureDefinition/zib-Vaccination\">HCIM Vaccination</a></p></div><p><b>identifier</b>: <code>urn:oid:1.2.840.114350.1.13.485.2.7.2.768076</code>/2744533 (use: usual, )</p><p><b>status</b>: Completed</p><p><b>notGiven</b>: false</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/cvx 96}\">Bof-/Mazelen-/Rubellavaccin</span></p><p><b>patient</b>: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.eafspraak@1.0.6&canonical=http://example.org/api/FHIR/STU3/Patient/e52TXUJRLVxP2kvdXvNgS7euM1.HY8bVBMNNhsLwftTo3\">Fictief, Jan</a></p><p><b>encounter</b>: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.eafspraak@1.0.6&canonical=http://example.org/api/FHIR/STU3/Encounter/eex63uy24ertm7YFi-A8dsQ3\">Telefoon</a></p><p><b>date</b>: 2019-07-29</p><p><b>primarySource</b>: false</p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:system [ fhir:v "urn:oid:1.2.840.114350.1.13.485.2.7.2.768076"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2744533" ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:notGiven [ fhir:v false] ; #
fhir:vaccineCode [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/cvx"^^xsd:anyURI ] ;
fhir:code [ fhir:v "96" ] ] ) ;
fhir:text [ fhir:v "Bof-/Mazelen-/Rubellavaccin" ]
] ; #
fhir:patient [
fhir:link <http://example.org/api/FHIR/STU3/Patient/e52TXUJRLVxP2kvdXvNgS7euM1.HY8bVBMNNhsLwftTo3> ;
fhir:reference [ fhir:v "http://example.org/api/FHIR/STU3/Patient/e52TXUJRLVxP2kvdXvNgS7euM1.HY8bVBMNNhsLwftTo3" ] ;
fhir:display [ fhir:v "Fictief, Jan" ]
] ; #
fhir:encounter [
fhir:link <http://example.org/api/FHIR/STU3/Encounter/eex63uy24ertm7YFi-A8dsQ3> ;
fhir:reference [ fhir:v "http://example.org/api/FHIR/STU3/Encounter/eex63uy24ertm7YFi-A8dsQ3" ] ;
fhir:display [ fhir:v "Telefoon" ]
] ; #
fhir:date [ fhir:v "2019-07-29"^^xsd:date] ; #
fhir:primarySource [ fhir:v false] . #