@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CarePlan; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "f203"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource "f203"

status: completed

intent: plan

subject: Patient/f201: Roel "Roel"

period: 2013-04-14 --> 2013-04-21

careTeam:

Resource "careteam"

participant

role: Review of care plan (SNOMED CT#425268008)

member: Practitioner/f201: Dokter Bronsig "Dokter Bronsig"

participant

role: Radiographic imaging (SNOMED CT#278110001)

member: Practitioner/f202: Luigi Maas "Luigi Maas"

addresses: Condition/f203: Roel's sepsis

goal:

Resource "goal"

lifecycleStatus: cancelled

description: Check whether further treatment of sepsis/pulmonary abcess is required ()

subject: Patient/f201: Roel "Roel"

activity

Details

-KindCodeStatusDoNotPerform
*ServiceRequestHigh resolution computed tomography of lungs (SNOMED CT#241541005)not-startedfalse
" ]; fhir:DomainResource.contained [ a fhir:CareTeam; fhir:index 0; fhir:Resource.id [ fhir:value "careteam" ]; fhir:CareTeam.participant [ fhir:index 0; fhir:CareTeam.participant.role [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a sct:425268008; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "425268008" ]; fhir:Coding.display [ fhir:value "Review of care plan" ] ] ]; fhir:CareTeam.participant.member [ fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/f201" ]; fhir:Reference.display [ fhir:value "Dokter Bronsig" ] ] ], [ fhir:index 1; fhir:CareTeam.participant.role [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a sct:278110001; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "278110001" ]; fhir:Coding.display [ fhir:value "Radiographic imaging" ] ] ]; fhir:CareTeam.participant.member [ fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/f202" ]; fhir:Reference.display [ fhir:value "Luigi Maas" ] ] ] ], [ a fhir:Goal; fhir:index 1; fhir:Resource.id [ fhir:value "goal" ]; fhir:Goal.lifecycleStatus [ fhir:value "cancelled" ]; fhir:Goal.description [ fhir:CodeableConcept.text [ fhir:value "Check whether further treatment of sepsis/pulmonary abcess is required" ] ]; fhir:Goal.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/f201" ]; fhir:Reference.display [ fhir:value "Roel" ] ] ]; fhir:CarePlan.status [ fhir:value "completed"]; fhir:CarePlan.intent [ fhir:value "plan"]; fhir:CarePlan.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/f201" ]; fhir:Reference.display [ fhir:value "Roel" ] ]; fhir:CarePlan.period [ fhir:Period.start [ fhir:value "2013-04-14"^^xsd:date ]; fhir:Period.end [ fhir:value "2013-04-21"^^xsd:date ] ]; fhir:CarePlan.careTeam [ fhir:index 0; fhir:Reference.reference [ fhir:value "#careteam" ] ]; fhir:CarePlan.addresses [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Condition/f203" ]; fhir:Reference.display [ fhir:value "Roel's sepsis" ] ]; fhir:CarePlan.goal [ fhir:index 0; fhir:Reference.reference [ fhir:value "#goal" ] ]; fhir:CarePlan.activity [ fhir:index 0; fhir:CarePlan.activity.detail [ fhir:CarePlan.activity.detail.kind [ fhir:value "ServiceRequest" ]; fhir:CarePlan.activity.detail.code [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:241541005; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "241541005" ]; fhir:Coding.display [ fhir:value "High resolution computed tomography of lungs" ] ] ]; fhir:CarePlan.activity.detail.status [ fhir:value "not-started" ]; fhir:CarePlan.activity.detail.doNotPerform [ fhir:value "false"^^xsd:boolean ] ] ] . a fhir:Practitioner . a fhir:Practitioner . a fhir:Patient . a fhir:Condition . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------