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

Generated Narrative

Resource \"pT-20181202\"

Profile: CH CRL Observation pT

status: final

code: Primary tumor.pathology Cancer (LOINC#21899-0)

subject: Patient/RobertMeier \" MEIER\"

effective: 2018-12-02

value: pT1 (NKRS - pT#1)

" ]; fhir:Observation.status [ fhir:value "final"]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:21899-0; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "21899-0" ]; fhir:Coding.display [ fhir:value "Primary tumor.pathology Cancer" ] ] ]; 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-pt" ]; fhir:Coding.code [ fhir:value "1" ]; fhir:Coding.display [ fhir:value "pT1" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------