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 "e6-GYWpe6tA541IbVTqmL.KQ0y3yguI2FH9XCaDsG8gI3"] ; #
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 e6-GYWpe6tA541IbVTqmL.KQ0y3yguI2FH9XCaDsG8gI3</b></p><a name=\"e6-GYWpe6tA541IbVTqmL.KQ0y3yguI2FH9XCaDsG8gI3\"> </a><a name=\"hce6-GYWpe6tA541IbVTqmL.KQ0y3yguI2FH9XCaDsG8gI3\"> </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>/4220137 (use: usual, )</p><p><b>status</b>: Completed</p><p><b>notGiven</b>: false</p><p><b>vaccineCode</b>: <span title=\"Codes:\">COVID-19 Vaccin (Type Algemeen)</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>date</b>: 2021-08-02</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 "4220137" ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:notGiven [ fhir:v false] ; #
fhir:vaccineCode [
fhir:text [ fhir:v "COVID-19 Vaccin (Type Algemeen)" ]
] ; #
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:date [ fhir:v "2021-08-02"^^xsd:date] ; #
fhir:primarySource [ fhir:v false] . #