@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/covid-jan-3> a fhir:Immunization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "covid-jan-3"] ; # 
  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:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization covid-jan-3</b></p><a name=\"covid-jan-3\"> </a><a name=\"hccovid-jan-3\"> </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=\"StructureDefinition-be-vaccination.html\">BeVaccination</a></p></div><p><b>BeExtRecorder</b>: <a href=\"Organization-org-regional-child-care-agency.html\">Organization Regional Child Care Agency</a></p><blockquote><p><b>BeAdministeredProduct</b></p><ul><li>lotNumber: B037477</li><li>reference: <a href=\"#hccovid-jan-3/pfizer-s0003\">Medication 19013168</a></li></ul></blockquote><p><b>identifier</b>: <code>https://www.ehealth.fgov.be/covid-vaccination/vaccination-register</code>/134c357c-745b-4a55-43b5-3856240bc740</p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://snomed.info/sct 28531000087107}\">28531000087107</span></p><p><b>patient</b>: Identifier: BeSSINNamingSystem/70072376921</p><p><b>encounter</b>: <a href=\"#hccovid-jan-3/demo-encounter-2\">Encounter: status = finished; class = AMB (AMB)</a></p><p><b>occurrence</b>: 2020-03-24</p><p><b>recorded</b>: 2020-03-24</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>Huisarts 1 (Identifier: BeNSNIHDIProfessional/10829059 (use: official, ))</td></tr></table><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Medication #pfizer-s0003</b></p><a name=\"covid-jan-3/pfizer-s0003\"> </a><a name=\"hccovid-jan-3/pfizer-s0003\"> </a><p><b>identifier</b>: <code>https://covid-vaccine-tracking.be/serialnumbers#034753633003</code>/?ngen-9?</p><p><b>code</b>: <span title=\"Codes:{http://www.ehealth.fgov.be/standards/fhir/medication/NamingSystem/be-ns-cnk-codes 19013168}\">19013168</span></p><h3>Batches</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>LotNumber</b></td><td><b>ExpirationDate</b></td></tr><tr><td style=\"display: none\">*</td><td>B037477</td><td>2020-09-30</td></tr></table></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Encounter #demo-encounter-2</b></p><a name=\"covid-jan-3/demo-encounter-2\"> </a><a name=\"hccovid-jan-3/demo-encounter-2\"> </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=\"#hccovid-jan-3/demo-location\">Location: type = Kind en gezin</a></td></tr></table></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Location #demo-location</b></p><a name=\"covid-jan-3/demo-location\"> </a><a name=\"hccovid-jan-3/demo-location\"> </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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:contained ( [
     a fhir:Medication ;
     fhir:id [ fhir:v "pfizer-s0003" ] ;
     fhir:identifier ( [
       fhir:system [
         fhir:v "https://covid-vaccine-tracking.be/serialnumbers#034753633003"^^xsd:anyURI ;
         fhir:l <https://covid-vaccine-tracking.be/serialnumbers#034753633003>
       ]
     ] ) ;
     fhir:code [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://www.ehealth.fgov.be/standards/fhir/medication/NamingSystem/be-ns-cnk-codes"^^xsd:anyURI ;
           fhir:l <http://www.ehealth.fgov.be/standards/fhir/medication/NamingSystem/be-ns-cnk-codes>
         ] ;
         fhir:code [ fhir:v "19013168" ]
       ] )
     ] ;
     fhir:batch [
       fhir:lotNumber [ fhir:v "B037477" ] ;
       fhir:expirationDate [ fhir:v "2020-09-30"^^xsd:date ]
     ]
  ] [
     a fhir:Encounter ;
     fhir:id [ fhir:v "demo-encounter-2" ] ;
     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> ;
         fhir:reference [ fhir:v "#demo-location" ]
       ]
     ] )
  ] [
     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:l <https://www.ehealth.fgov.be/standards/fhir/vaccination/CodeSystem/be-cs-care-location>
         ] ;
         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:l <https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-ext-recorder>
     ] ;
     fhir:value [
       a fhir:Reference ;
       fhir:l <https://www.ehealth.fgov.be/standards/fhir/vaccination/Organization/org-regional-child-care-agency> ;
       fhir:reference [ fhir:v "Organization/org-regional-child-care-agency" ]
     ]
  ] [
     fhir:extension ( [
       fhir:url [
         fhir:v "lotNumber"^^xsd:anyURI ;
         fhir:l fhir:lotNumber
       ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "B037477"
       ]
     ] [
       fhir:url [
         fhir:v "reference"^^xsd:anyURI ;
         fhir:l fhir:reference
       ] ;
       fhir:value [
         a fhir:Reference ;
         fhir:l <#pfizer-s0003> ;
         fhir:reference [ fhir:v "#pfizer-s0003" ]
       ]
     ] ) ;
     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.ehealth.fgov.be/covid-vaccination/vaccination-register"^^xsd:anyURI ;
       fhir:l <https://www.ehealth.fgov.be/covid-vaccination/vaccination-register>
     ] ;
     fhir:value [ fhir:v "134c357c-745b-4a55-43b5-3856240bc740" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:vaccineCode [
     fhir:coding ( [
       a sct:28531000087107 ;
       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 "28531000087107" ]
     ] )
  ] ; # 
  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 "70072376921" ]
     ]
  ] ; # 
  fhir:encounter [
     fhir:l <#demo-encounter-2> ;
     fhir:reference [ fhir:v "#demo-encounter-2" ]
  ] ; # 
  fhir:occurrence [
     a fhir:DateTime ;
     fhir:v "2020-03-24"^^xsd:date
  ] ; # 
  fhir:recorded [ fhir:v "2020-03-24"^^xsd:date] ; # 
  fhir:doseQuantity [
     fhir:value [ fhir:v "1"^^xsd:decimal ]
  ] ; # 
  fhir:performer ( [
     fhir:actor [
       fhir:identifier [
         fhir:use [ fhir:v "official" ] ;
         fhir:system [
           fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi-professional"^^xsd:anyURI ;
           fhir:l <https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi-professional>
         ] ;
         fhir:value [ fhir:v "10829059" ]
       ] ;
       fhir:display [ fhir:v "Huisarts 1" ]
     ]
  ] ) . # 

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

