@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://www.ehealth.fgov.be/standards/fhir/vaccination/Immunization/vaccinnet-1> a fhir:Immunization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "vaccinnet-1"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://www.ehealth.fgov.be/standards/fhir/vaccination/StructureDefinition/be-vaccination"^^xsd:anyURI ;
       fhir:l <https://www.ehealth.fgov.be/standards/fhir/vaccination/StructureDefinition/be-vaccination>
     ] )
  ] ; # 
  fhir:language [ fhir:v "nl-BE"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"nl-BE\" lang=\"nl-BE\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization vaccinnet-1</b></p><a name=\"vaccinnet-1\"> </a><a name=\"hcvaccinnet-1\"> </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>BeExtRecorder</b>: Identifier: BeNIHDINamingSystem/10182803004</p><blockquote><p><b>BeAdministeredProduct</b></p><ul><li>coded: <span title=\"Codes:{https://www.ehealth.fgov.be/standards/fhir/medication/NamingSystem/be-ns-cnk-codes 1149939}\">1149939</span></li></ul></blockquote><p><b>identifier</b>: <code>https://www.kindengezin.be/vaccinatie/vaccination-register</code>/910C6BBCF1C13FA0434D15CCF5609AE8</p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://snomed.info/sct 871751006}\">871751006</span></p><p><b>patient</b>: Identifier: BeSSINNamingSystem/90083191801</p><p><b>encounter</b>: <a href=\"#hcvaccinnet-1/demo-encounter-1\">Encounter: status = finished; class = AMB (AMB)</a></p><p><b>occurrence</b>: 2024-01-05</p><p><b>recorded</b>: 2024-01-05</p><p><b>route</b>: <span title=\"Codes:{https://www.ehealth.fgov.be/standards/fhir/vaccination/CodeSystem/be-cs-vaccination-administration-route IM}\">Instramuscular</span></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: BeNIHDINamingSystem/10182803004</td></tr></table><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Location #demo-location-1</b></p><a name=\"vaccinnet-1/demo-location-1\"> </a><a name=\"hcvaccinnet-1/demo-location-1\"> </a><p><b>address</b>: BEL </p></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Encounter #demo-encounter-1</b></p><a name=\"vaccinnet-1/demo-encounter-1\"> </a><a name=\"hcvaccinnet-1/demo-encounter-1\"> </a><p><b>status</b>: Finished</p><p><b>class</b>: [not stated]: AMB (AMB)</p><p><b>subject</b>: Identifier: BeSSINNamingSystem/16032376921</p><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"#hcvaccinnet-1/demo-location-1\">Location</a></td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:contained ( [
     a fhir:Location ;
     fhir:id [ fhir:v "demo-location-1" ] ;
     fhir:address [
       fhir:country [ fhir:v "BEL" ]
     ]
  ] [
     a fhir:Encounter ;
     fhir:id [ fhir:v "demo-encounter-1" ] ;
     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:l <https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin>
         ] ;
         fhir:value [ fhir:v "16032376921" ]
       ]
     ] ;
     fhir:location ( [
       fhir:location [
         fhir:l <#demo-location-1> ;
         fhir:reference [ fhir:v "#demo-location-1" ]
       ]
     ] )
  ] ) ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-ext-recorder"^^xsd:anyURI ;
       fhir:l <https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-ext-recorder>
     ] ;
     fhir:value [
       a fhir:Reference ;
       fhir:identifier [
         fhir:system [
           fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi"^^xsd:anyURI ;
           fhir:l <https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi>
         ] ;
         fhir:value [ fhir:v "10182803004" ]
       ]
     ]
  ] [
     fhir:extension ( [
       fhir:url [
         fhir:v "coded"^^xsd:anyURI ;
         fhir:l fhir:coded
       ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [
             fhir:v "https://www.ehealth.fgov.be/standards/fhir/medication/NamingSystem/be-ns-cnk-codes"^^xsd:anyURI ;
             fhir:l <https://www.ehealth.fgov.be/standards/fhir/medication/NamingSystem/be-ns-cnk-codes>
           ] ;
           fhir:code [ fhir:v "1149939" ]
         ] )
       ]
     ] ) ;
     fhir:url [
       fhir:v "https://www.ehealth.fgov.be/standards/fhir/vaccination/StructureDefinition/be-ext-administeredProduct"^^xsd:anyURI ;
       fhir:l <https://www.ehealth.fgov.be/standards/fhir/vaccination/StructureDefinition/be-ext-administeredProduct>
     ]
  ] ) ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "https://www.kindengezin.be/vaccinatie/vaccination-register"^^xsd:anyURI ;
       fhir:l <https://www.kindengezin.be/vaccinatie/vaccination-register>
     ] ;
     fhir:value [ fhir:v "910C6BBCF1C13FA0434D15CCF5609AE8" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:vaccineCode [
     fhir:coding ( [
       a sct:871751006 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:version [ fhir:v "http://snomed.info/sct/11000172109" ] ;
       fhir:code [ fhir:v "871751006" ]
     ] )
  ] ; # 
  fhir:patient [
     fhir:identifier [
       fhir:system [
         fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin"^^xsd:anyURI ;
         fhir:l <https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin>
       ] ;
       fhir:value [ fhir:v "90083191801" ]
     ]
  ] ; # 
  fhir:encounter [
     fhir:l <#demo-encounter-1> ;
     fhir:reference [ fhir:v "#demo-encounter-1" ]
  ] ; # 
  fhir:occurrence [
     a fhir:DateTime ;
     fhir:v "2024-01-05"^^xsd:date
  ] ; # 
  fhir:recorded [ fhir:v "2024-01-05"^^xsd:date] ; # 
  fhir:route [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://www.ehealth.fgov.be/standards/fhir/vaccination/CodeSystem/be-cs-vaccination-administration-route"^^xsd:anyURI ;
         fhir:l <https://www.ehealth.fgov.be/standards/fhir/vaccination/CodeSystem/be-cs-vaccination-administration-route>
       ] ;
       fhir:code [ fhir:v "IM" ]
     ] )
  ] ; # 
  fhir:doseQuantity [
     fhir:value [ fhir:v "1"^^xsd:decimal ]
  ] ; # 
  fhir:performer ( [
     fhir:actor [
       fhir:identifier [
         fhir:system [
           fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi"^^xsd:anyURI ;
           fhir:l <https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi>
         ] ;
         fhir:value [ fhir:v "10182803004" ]
       ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

