@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 -------------------------------------------------------------------

<http://fhir.ch/ig/ch-core/HealthcareService/healthcareService-DemoCIS> a fhir:HealthcareService ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "healthcareService-DemoCIS"] ; # 
  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: HealthcareService healthcareService-DemoCIS</b></p><a name=\"healthcareService-DemoCIS\"> </a><a name=\"hchealthcareService-DemoCIS\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.756.5.30.1</code>/DemoCIS</p><p><b>category</b>: <span title=\"Codes:\">Clinical Information System</span></p><p><b>name</b>: DemoCIS</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "urn:oid:2.16.756.5.30.1"^^xsd:anyURI ;
       fhir:l <urn:oid:2.16.756.5.30.1>
     ] ;
     fhir:value [ fhir:v "DemoCIS" ]
  ] ) ; # 
  fhir:category ( [
     fhir:text [ fhir:v "Clinical Information System" ]
  ] ) ; # 
  fhir:name [ fhir:v "DemoCIS"] . # 

# -------------------------------------------------------------------------------------

