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

Generated Narrative

Resource \"TNM-StageGroup\"

Profile: CH CRL Observation TNM Stage Group

status: final

code: Stage group.other Cancer (LOINC#21914-7)

subject: Patient/FranzMinimum \" MINIMUM\"

effective: 2018-12-15

value: Stage IV (NKRS - TNM Stage Group#IV)

hasMember:

" ]; fhir:Observation.status [ fhir:value "final"]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:21914-7; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "21914-7" ]; fhir:Coding.display [ fhir:value "Stage group.other Cancer" ] ] ]; 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://fhir.ch/ig/ch-crl/CodeSystem/nkrs-tnmstagegroup" ]; fhir:Coding.code [ fhir:value "IV" ]; fhir:Coding.display [ fhir:value "Stage IV" ] ] ]; fhir:Observation.hasMember [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/cT" ] ], [ fhir:index 1; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/cN" ] ], [ fhir:index 2; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/cM" ] ], [ fhir:index 3; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/pT" ] ], [ fhir:index 4; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/pN" ] ], [ fhir:index 5; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/pM-unknown" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------