@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/Location/demo-location> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "demo-location"] ; # 
  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: Location demo-location</b></p><a name=\"demo-location\"> </a><a name=\"hcdemo-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></div>"^^rdf:XMLLiteral ]
  ] ; # 
  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" ]
     ] )
  ] ) . # 

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

