@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "CreasmanGradingSystem-1"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-observation-creasmangradingsystem"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "Generated NarrativeResource \"CreasmanGradingSystem-1\" Profile: CH CRL Observation Creasman Grading Systemstatus: finalcode: Creasman grading system (NKRS Variables#4.34)subject: Patient/FranzMinimum \" MINIMUM\"effective: 2018-12-15value: G1 (NKRS - Creasman Grading System#1)" ]; 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.34" ]; fhir:Coding.display [ fhir:value "Creasman grading system" ] ] ]; 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-creasmangradingsystem" ]; fhir:Coding.code [ fhir:value "1" ]; fhir:Coding.display [ fhir:value "G1" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------
Generated Narrative
Resource \"CreasmanGradingSystem-1\"
Profile: CH CRL Observation Creasman Grading System
status: final
code: Creasman grading system (NKRS Variables#4.34)
subject: Patient/FranzMinimum \" MINIMUM\"
effective: 2018-12-15
value: G1 (NKRS - Creasman Grading System#1)