@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:RiskAssessment; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "prognosis"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "additional" ]; fhir:Narrative.div "\n Moderate risk of permanent weakness of the left arm, but otherwise no permanent disability\n " ]; fhir:RiskAssessment.status [ fhir:value "final"]; fhir:RiskAssessment.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:RiskAssessment.occurrenceDateTime [ fhir:value "2010-11-22"^^xsd:date]; fhir:RiskAssessment.condition [ fhir:link ; fhir:Reference.reference [ fhir:value "Condition/stroke" ]; fhir:Reference.display [ fhir:value "Ischemic Stroke" ] ]; fhir:RiskAssessment.prediction [ fhir:index 0; fhir:RiskAssessment.prediction.outcome [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "249943000:363698007=72098002,260868000=6934004" ] ]; fhir:CodeableConcept.text [ fhir:value "permanent weakness of the left arm" ] ]; fhir:RiskAssessment.prediction.qualitativeRisk [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/risk-probability" ]; fhir:Coding.code [ fhir:value "moderate" ]; fhir:Coding.display [ fhir:value "moderate likelihood" ] ] ] ] . a fhir:Patient . a fhir:Condition . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------
Moderate risk of permanent weakness of the left arm, but otherwise no permanent disability