HL7 Belgium Vaccination (Patient Dossier)
1.0.4 - STU Belgium flag

HL7 Belgium Vaccination (Patient Dossier), published by eHealth Platform. This guide is not an authorized publication; it is the continuous build for version 1.0.4 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

: Immunization Example - Mistaken entry of measles when patient means rubeola - 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 "immunization-example-mistaken-entry"] ; # 
  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:language [ fhir:v "nl-BE"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"nl-BE\" lang=\"nl-BE\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization immunization-example-mistaken-entry</b></p><a name=\"immunization-example-mistaken-entry\"> </a><a name=\"hcimmunization-example-mistaken-entry\"> </a><a name=\"immunization-example-mistaken-entry-en-US\"> </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\">Language: nl-BE</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-be-vaccination.html\">BeVaccination</a></p></div><p><b>identifier</b>: <code>https://www.kindengezin.be/vaccinatie/vaccination-register</code>/2687758923</p><p><b>status</b>: Entered in Error</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://snomed.info/sct 871765008}\">Measles vaccine</span></p><p><b>patient</b>: Identifier: BeSSINNamingSystem/59050937740</p><p><b>encounter</b>: <a href=\"#hcimmunization-example-mistaken-entry/demo-encounter\">Encounter: status = finished; class = AMB (AMB)</a></p><p><b>occurrence</b>: Summer 2018</p><p><b>recorded</b>: 2020</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><a href=\"Organization-org-regional-child-care-agency.html\">Organization Regional Child Care Agency</a></td></tr></table><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Encounter  #demo-encounter</b></p><a name=\"immunization-example-mistaken-entry/demo-encounter\"> </a><a name=\"hcimmunization-example-mistaken-entry/demo-encounter\"> </a><a name=\"immunization-example-mistaken-entry/demo-encounter-en-US\"> </a>Not done yet</blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Location  #demo-location</b></p><a name=\"immunization-example-mistaken-entry/demo-location\"> </a><a name=\"hcimmunization-example-mistaken-entry/demo-location\"> </a><a name=\"immunization-example-mistaken-entry/demo-location-en-US\"> </a><p><b>type</b>: <span title=\"Codes:{https://www.ehealth.fgov.be/standards/fhir/vaccination/CodeSystem/be-cs-care-location kind-gezin}\">Kind en gezin</span></p></blockquote></div>"
  ] ; # 
  fhir:contained ( [
a fhir:Encounter ;
fhir:id [ fhir:v "demo-encounter" ] ;
fhir:status [ fhir:v "finished" ] ;
fhir:class [
fhir:code [ fhir:v "AMB" ]     ] ;
fhir:subject [
fhir:identifier [
fhir:system [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin"^^xsd:anyURI ] ;
fhir:value [ fhir:v "16032376921" ]       ]     ] ;
    ( fhir:location [
fhir:location [
fhir:reference [ fhir:v "#demo-location" ]       ]     ] ) ;
fhir:serviceProvider [
fhir:reference [ fhir:v "Organization/org-regional-child-care-agency" ]     ]
  ] [
a fhir:Location ;
fhir:id [ fhir:v "demo-location" ] ;
    ( fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/vaccination/CodeSystem/be-cs-care-location"^^xsd:anyURI ] ;
fhir:code [ fhir:v "kind-gezin" ]       ] )     ] )
  ] ) ; # 
  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:identifier ( [
fhir:system [ fhir:v "https://www.kindengezin.be/vaccinatie/vaccination-register"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2687758923" ]
  ] ) ; # 
  fhir:status [ fhir:v "entered-in-error"] ; # 
  fhir:vaccineCode [
    ( fhir:coding [
a sct:871765008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "871765008" ] ;
fhir:display [ fhir:v "Measles vaccine" ]     ] )
  ] ; # 
  fhir:patient [
fhir:identifier [
fhir:system [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin"^^xsd:anyURI ] ;
fhir:value [ fhir:v "59050937740" ]     ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "#demo-encounter" ]
  ] ; # 
  fhir:occurrence [ fhir:v "Summer 2018"] ; # 
  fhir:recorded [ fhir:v "2020"^^xsd:gYear] ; # 
  fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "Organization/org-regional-child-care-agency" ] ;
fhir:identifier [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin"^^xsd:anyURI ] ;
fhir:value [ fhir:v "79121137740" ]       ]     ]
  ] ) . #