HL7 Belgium Vaccination (Patient Dossier), published by eHealth Platform. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/vaccination/ and changes regularly. See the Directory of published versions
: Simon HPV - work - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Immunization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "simon-hpv-at-work"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/vaccination/StructureDefinition/be-vaccination"^^xsd:anyURI ;
fhir:link <https://www.ehealth.fgov.be/standards/fhir/vaccination/StructureDefinition/be-vaccination> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization simon-hpv-at-work</b></p><a name=\"simon-hpv-at-work\"> </a><a name=\"hcsimon-hpv-at-work\"> </a><a name=\"simon-hpv-at-work-en-US\"> </a><p><b>BeExtRecorder</b>: <a href=\"Organization-org-regional-child-care-agency.html\">Organization Regional Child Care Agency</a></p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://snomed.info/sct 911000221103}\">Vaccine product containing only Human papillomavirus antigen (medicinal product)</span></p><p><b>patient</b>: Identifier: BeSSINNamingSystem/80112136791</p><p><b>occurrence</b>: 2020-04-03</p><p><b>recorded</b>: 2020-04-03</p><p><b>doseQuantity</b>: 1</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td>Identifier: Reference(Company1)</td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-ext-recorder"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Organization/org-regional-child-care-agency" ] ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:vaccineCode [
( fhir:coding [
a sct:911000221103 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "911000221103" ] ] )
] ; #
fhir:patient [
fhir:identifier [
fhir:system [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin"^^xsd:anyURI ] ;
fhir:value [ fhir:v "80112136791" ] ]
] ; #
fhir:occurrence [ fhir:v "2020-04-03"^^xsd:date] ; #
fhir:recorded [ fhir:v "2020-04-03"^^xsd:date] ; #
fhir:doseQuantity [
fhir:value [ fhir:v "1"^^xsd:decimal ]
] ; #
fhir:performer ( [
fhir:actor [
fhir:identifier [
fhir:value [ fhir:v "Reference(Company1)" ] ] ]
] ) . #