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

Generated Narrative

Resource \"PathologicalTumourSize-11mm\"

Profile: CH CRL Observation Pathological Tumour Size

status: final

code: Pathological tumour size (NKRS Variables#4.40)

subject: Patient/FranzMinimum \" MINIMUM\"

effective: 2018-12-15

value: 11 millimeter (Details: UCUM code mm = 'mm')

" ]; 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 "4.40" ]; fhir:Coding.display [ fhir:value "Pathological tumour size" ] ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/FranzMinimum" ] ]; fhir:Observation.effectiveDateTime [ fhir:value "2018-12-15"^^xsd:date]; fhir:Observation.valueQuantity [ fhir:Quantity.value [ fhir:value "11"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "millimeter" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "mm" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------