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 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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/HealthcareService/healthcareService-DemoCIS> a fhir:HealthcareService ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "healthcareService-DemoCIS"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<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>"
] ;
fhir:HealthcareService.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "urn:oid:2.16.756.5.30.1" ] ;
fhir:Identifier.value [ fhir:value "DemoCIS" ]
] ;
fhir:HealthcareService.category [
fhir:index 0 ;
fhir:CodeableConcept.text [ fhir:value "Clinical Information System" ]
] ;
fhir:HealthcareService.name [ fhir:value "DemoCIS"] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/HealthcareService/healthcareService-DemoCIS.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/HealthcareService/healthcareService-DemoCIS.ttl> .