CH UMZH Connect IG (R4), published by UMZH Connect Team. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/umzhconnect/umzhconnect-ig/ and changes regularly. See the Directory of published versions
: HealthcareService Sarcoma Tumor Board Fulfiller - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/HealthcareService/HealthcareServiceTumorboardFulfiller> a fhir:HealthcareService ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "HealthcareServiceTumorboardFulfiller"] ;
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 HealthcareServiceTumorboardFulfiller</b></p><a name=\"HealthcareServiceTumorboardFulfiller\"> </a><a name=\"hcHealthcareServiceTumorboardFulfiller\"> </a><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"http://registry.example.org/fhir/Organization/Fulfiller\">http://registry.example.org/fhir/Organization/Fulfiller</a></p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 720006006}\">Cancer care review (procedure)</span></p><p><b>name</b>: Sarcoma Tumor Board</p></div>"
] ;
fhir:HealthcareService.active [ fhir:value "true"^^xsd:boolean] ;
fhir:HealthcareService.providedBy [
fhir:link <http://registry.example.org/fhir/Organization/Fulfiller> ;
fhir:Reference.reference [ fhir:value "http://registry.example.org/fhir/Organization/Fulfiller" ]
] ;
fhir:HealthcareService.type [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:720006006 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "720006006" ] ;
fhir:Coding.display [ fhir:value "Cancer care review (procedure)" ]
]
] ;
fhir:HealthcareService.name [ fhir:value "Sarcoma Tumor Board"] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/HealthcareService/HealthcareServiceTumorboardFulfiller.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/HealthcareService/HealthcareServiceTumorboardFulfiller.ttl> .