@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "ICD-O-3-Laterality-20181202"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-observation-icdo3laterality"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "Generated NarrativeResource \"ICD-O-3-Laterality-20181202\" Profile: CH CRL Observation ICD-O-3 Lateralitystatus: finalcode: Laterality [PhenX] (LOINC#63930-2)subject: Patient/RobertMeier \" MEIER\"effective: 2018-12-02dataAbsentReason: Not Applicable (DataAbsentReason#not-applicable)" ]; fhir:Observation.status [ fhir:value "final"]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:63930-2; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "63930-2" ]; fhir:Coding.display [ fhir:value "Laterality [PhenX]" ] ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/RobertMeier" ] ]; fhir:Observation.effectiveDateTime [ fhir:value "2018-12-02"^^xsd:date]; fhir:Observation.dataAbsentReason [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/data-absent-reason" ]; fhir:Coding.code [ fhir:value "not-applicable" ]; fhir:Coding.display [ fhir:value "Not Applicable" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------
Generated Narrative
Resource \"ICD-O-3-Laterality-20181202\"
Profile: CH CRL Observation ICD-O-3 Laterality
status: final
code: Laterality [PhenX] (LOINC#63930-2)
subject: Patient/RobertMeier \" MEIER\"
effective: 2018-12-02
dataAbsentReason: Not Applicable (DataAbsentReason#not-applicable)