@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "ICDO3MorphologyPreTransformation-9950-3"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-observation-icdo3morphologypretransformation"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource \"ICDO3MorphologyPreTransformation-9950-3\"

Profile: CH CRL Observation ICD-O-3 Morphology Pre-transformation

status: final

code: Morphology term before change of main diagnosis (NKRS Variables#8.4)

subject: Patient/FranzMinimum \" MINIMUM\"

effective: 2018-12-15

value: Polycythaemia vera (International Classification of Diseases for Oncology, version 3.[3.2]#9950/3)

" ]; fhir:Observation.status [ fhir:value "final"]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://fhir.ch/ig/ch-crl/CodeSystem/nkrs-variables" ]; fhir:Coding.code [ fhir:value "8.4" ]; fhir:Coding.display [ fhir:value "Morphology term before change of main diagnosis" ] ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/FranzMinimum" ] ]; fhir:Observation.effectiveDateTime [ fhir:value "2018-12-15"^^xsd:date]; fhir:Observation.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/icd-o-3" ]; fhir:Coding.version [ fhir:value "3.2" ]; fhir:Coding.code [ fhir:value "9950/3" ]; fhir:Coding.display [ fhir:value "Polycythaemia vera" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------