Current Build

This page is part of the C-CDA on FHIR Implementation Guide (v1.8.0: STU 1 Ballot 2) based on FHIR v1.8.0. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

{title?}

@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<Composition/CCDA-on-FHIR-Care-Plan-Example> a fhir:Composition;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "CCDA-on-FHIR-Care-Plan-Example"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ];
     fhir:Meta.lastUpdated [ fhir:value "2016-06-15T08:16:14Z"^^xsd:dateTime ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/ccda/StructureDefinition/CCDA-on-FHIR-Care-Plan";
       fhir:index 0     ]
  ];
  fhir:Resource.language [ fhir:value "en-US"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>Care Plan document for Henry Jones</p>\n            <p>Managed by Community Health and Hospitals</p>\n        </div>"
  ];
  fhir:Composition.identifier [
     fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/ccda/StructureDefinition/CCDA-on-FHIR-Care-Plan" ];
     fhir:Identifier.value [ fhir:value "1" ]
  ];
  fhir:Composition.date [ fhir:value "2016-03-22T09:10:14Z"^^xsd:dateTime];
  fhir:Composition.type [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:concept loinc:52521-2;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "52521-2" ];
       fhir:Coding.display [ fhir:value "Overall Plan of Care/Advance Care Directives" ]     ]
  ];
  fhir:Composition.title [ fhir:value "Care Plan Example"];
  fhir:Composition.status [ fhir:value "preliminary"];
  fhir:Composition.confidentiality [ fhir:value "N"];
  fhir:Composition.subject [
     fhir:link <http://fhir3.healthintersections.com.au/open/Patient/c493f2f2-28d5-49ab-90e8-9e8be341f7>;
     fhir:Reference.reference [ fhir:value "http://fhir3.healthintersections.com.au/open/Patient/c493f2f2-28d5-49ab-90e8-9e8be341f7" ];
     fhir:Reference.display [ fhir:value "Henry Jones" ]
  ];
  fhir:Composition.author [
     fhir:index 0;
     fhir:link <http://fhir3.healthintersections.com.au/open/Practitioner/2679baa7-5dac-4d22-81ae-daded84500>;
     fhir:Reference.reference [ fhir:value "http://fhir3.healthintersections.com.au/open/Practitioner/2679baa7-5dac-4d22-81ae-daded84500" ];
     fhir:Reference.display [ fhir:value "Adam Everyman, MD" ]
  ];
  fhir:Composition.attester [
     fhir:index 0;
     fhir:Composition.attester.mode [
       fhir:value "legal";
       fhir:index 0     ];
     fhir:Composition.attester.time [ fhir:value "2012-01-04T09:10:14Z"^^xsd:dateTime ];
     fhir:Composition.attester.party [
       fhir:link <http://fhir3.healthintersections.com.au/open/Practitioner/2679baa7-5dac-4d22-81ae-daded84500>;
       fhir:Reference.reference [ fhir:value "http://fhir3.healthintersections.com.au/open/Practitioner/2679baa7-5dac-4d22-81ae-daded84500" ];
       fhir:Reference.display [ fhir:value "Adam Everyman, MD" ]     ]
  ];
  fhir:Composition.custodian [
     fhir:link <http://fhir3.healthintersections.com.au/open/Organization/1213e1ae-afc2-4a7c-8ed3-43b7a4e3d7>;
     fhir:Reference.reference [ fhir:value "http://fhir3.healthintersections.com.au/open/Organization/1213e1ae-afc2-4a7c-8ed3-43b7a4e3d7" ];
     fhir:Reference.display [ fhir:value "Community Health and Hospitals" ]
  ];
  fhir:Composition.event [
     fhir:index 0;
     fhir:Composition.event.code [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:concept sct:73761001;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.code [ fhir:value "73761001" ];
         fhir:Coding.display [ fhir:value "Colonoscopy" ]       ]     ];
     fhir:Composition.event.period [
       fhir:Period.start [ fhir:value "2015-11-18"^^xsd:date ];
       fhir:Period.end [ fhir:value "2015-12-12"^^xsd:date ]     ]
  ];
  fhir:Composition.section [
     fhir:index 0;
     fhir:Composition.section.title [ fhir:value "Health Concerns Section" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:concept loinc:75310-3;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "75310-3" ];
         fhir:Coding.display [ fhir:value "Health concerns document" ]       ]     ];
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ];
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                <table>\n                    <tr>\n                        <td>\n                            <b>Concern</b>\n                        </td>\n                        <td>\n                            <b>Status</b>\n                        </td>\n                        <td>\n                            <b>Date</b>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td>Current every day smoker</td>\n                        <td>Active</td>\n                        <td>Concern from June 16, 2015</td>\n                    </tr>\n                    <tr>\n                        <td>Respiratory insufficiency</td>\n                        <td>Completed</td>\n                        <td>Concern from June 13, 2015</td>\n                    </tr>\n                    <tr>\n                        <td>Pneumonia</td>\n                        <td>Completed</td>\n                        <td>June 16, 2015</td>\n                    </tr>\n                </table>\n            </div>"     ];
     fhir:Composition.section.mode [ fhir:value "snapshot" ];
     fhir:Composition.section.orderedBy [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/list-order" ];
         fhir:Coding.code [ fhir:value "event-date" ];
         fhir:Coding.display [ fhir:value "Sorted by Event Date" ]       ]     ]
  ], [
     fhir:index 1;
     fhir:Composition.section.title [ fhir:value "Goals Section" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:concept loinc:61146-7;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "61146-7" ];
         fhir:Coding.display [ fhir:value "Goals" ]       ]     ];
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ];
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                <table>\n                    <tr>\n                        <td>\n                            <b>Goal</b>\n                        </td>\n                        <td>\n                            <b>Value</b>\n                        </td>\n                        <td>\n                            <b>Date</b>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td>Pulse oximetry</td>\n                        <td>92%</td>\n                        <td>September 2, 2015</td>\n                    </tr>\n                </table>\n            </div>"     ]
  ], [
     fhir:index 2;
     fhir:Composition.section.title [ fhir:value "Interventions Section" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:concept loinc:62387-6;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "62387-6" ];
         fhir:Coding.display [ fhir:value "Interventions provided" ]       ]     ];
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ];
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                <table>\n                    <tr>\n                        <td>\n                            <b>Planned Intervention</b>\n                        </td>\n                        <td>\n                            <b>Status</b>\n                        </td>\n                        <td>\n                            <b>Date</b>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td>Elevate head of bed</td>\n                        <td>active</td>\n                        <td>September 2, 2015</td>\n                    </tr>\n                    <tr>\n                        <td>Oxygen administration by nasal cannula</td>\n                        <td>active</td>\n                        <td>September 1, 2015</td>\n                    </tr>\n                    <tr>\n                        <td>pulse oximetry monitoring</td>\n                        <td>active</td>\n                        <td>September 3, 2015</td>\n                    </tr>\n                </table>\n            </div>"     ]
  ], [
     fhir:index 3;
     fhir:Composition.section.title [ fhir:value "Health Status Evaluations and Outcomes Section" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:concept loinc:11383-7;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "11383-7" ];
         fhir:Coding.display [ fhir:value "Patient problem outcome" ]       ]     ];
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ];
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                <table>\n                    <tr>\n                        <td>\n                            <b>Item</b>\n                        </td>\n                        <td>\n                            <b>Outcome</b>\n                        </td>\n                        <td>\n                            <b>Date</b>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td>Pulse oximetry</td>\n                        <td>95%</td>\n                        <td>August 6, 2015</td>\n                    </tr>\n                </table>\n            </div>"     ]
  ].