@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-HistologicalGrade-20181202"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-observation-icdo3histologicalgrade"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource \"ICD-O-3-HistologicalGrade-20181202\"

Profile: CH CRL Observation ICD-O-3 Histological Grade

status: final

code: Histology grade [Identifier] in Cancer specimen (LOINC#33732-9)

subject: Patient/RobertMeier \" MEIER\"

effective: 2018-12-02

value: Grade III (NKRS - ICD-O-3 Histological Grade#3)

" ]; fhir:Observation.status [ fhir:value "final"]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:33732-9; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "33732-9" ]; fhir:Coding.display [ fhir:value "Histology grade [Identifier] in Cancer specimen" ] ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/RobertMeier" ] ]; fhir:Observation.effectiveDateTime [ fhir:value "2018-12-02"^^xsd:date]; fhir:Observation.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://fhir.ch/ig/ch-crl/CodeSystem/nkrs-icdo3histologicalgrade" ]; fhir:Coding.code [ fhir:value "3" ]; fhir:Coding.display [ fhir:value "Grade III" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------