@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "StJudeMurphyStaging-I"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-observation-stjudemurphystaging"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "Generated NarrativeResource \"StJudeMurphyStaging-I\" Profile: CH CRL Observation St. Jude / Murphy Stagingstatus: finalcode: St. Jude / Murphy staging (NKRS Variables#4.32)subject: Patient/FranzMinimum \" MINIMUM\"effective: 2018-12-15value: Stage I (NKRS - St. Jude / Murphy Staging#I)" ]; 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.32" ]; fhir:Coding.display [ fhir:value "St. Jude / Murphy staging" ] ] ]; 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-stjudemurphystaging" ]; fhir:Coding.code [ fhir:value "I" ]; fhir:Coding.display [ fhir:value "Stage I" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------
Generated Narrative
Resource \"StJudeMurphyStaging-I\"
Profile: CH CRL Observation St. Jude / Murphy Staging
status: final
code: St. Jude / Murphy staging (NKRS Variables#4.32)
subject: Patient/FranzMinimum \" MINIMUM\"
effective: 2018-12-15
value: Stage I (NKRS - St. Jude / Murphy Staging#I)