CH Core (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 7.0.0-ballot-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-core/ and changes regularly. See the Directory of published versions
: Clinical Information System - TTL Representation
Raw ttl | Download
@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 -------------------------------------------------------------------
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"] . #