@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Encounter; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "TreatmentDecision-Tumourboard20181215"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-encounter-treatmentdecision"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource \"TreatmentDecision-Tumourboard20181215\"

Profile: CH CRL Encounter Treatment Decision

status: finished

class: inpatient encounter (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code IMP = 'inpatient encounter', stated as 'inpatient encounter')

type: Tumour board (NKRS - Basis of First Treatment Complex Decision#1)

serviceType: Healthcare decision making (observable entity) (SNOMED CT#405083000)

subject: Patient/FranzMinimum \" MINIMUM\"

period: 2018-12-15 --> (ongoing)

reasonReference: Observation/ICD-10

" ]; fhir:Encounter.status [ fhir:value "finished"]; fhir:Encounter.class [ fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ]; fhir:Coding.code [ fhir:value "IMP" ]; fhir:Coding.display [ fhir:value "inpatient encounter" ] ]; fhir:Encounter.type [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://fhir.ch/ig/ch-crl/CodeSystem/nkrs-basisoffirsttreatmentcomplexdecision" ]; fhir:Coding.code [ fhir:value "1" ]; fhir:Coding.display [ fhir:value "Tumour board" ] ] ]; fhir:Encounter.serviceType [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:405083000; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "405083000" ]; fhir:Coding.display [ fhir:value "Healthcare decision making (observable entity)" ] ] ]; fhir:Encounter.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/FranzMinimum" ] ]; fhir:Encounter.period [ fhir:Period.start [ fhir:value "2018-12-15"^^xsd:date ] ]; fhir:Encounter.reasonReference [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/ICD-10" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------