@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 -------------------------------------------------------------------

<https://www.ehealth.fgov.be/standards/fhir/vaccination/Encounter/demo-encounter-2> a fhir:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "demo-encounter-2"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter demo-encounter-2</b></p><a name=\"demo-encounter-2\"> </a><a name=\"hcdemo-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=\"Location-demo-location.html\">Location: type = Kind en gezin</a></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  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 <https://www.ehealth.fgov.be/standards/fhir/vaccination/Location/demo-location> ;
       fhir:reference [ fhir:v "Location/demo-location" ]
     ]
  ] ) . # 

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

