Pharmacist Services and Summaries - FHIR (PhCP)
1.0.0 - STU Release 1.0.0 for FHIR R4

This page is part of the Pharmacist Care Plan FHIR IG (v1.0.0: STU 1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: PhCP-Composition-Example - TTL Representation

Raw ttl | Download


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

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

 a fhir:Composition;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "PhCP-Composition-Example"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "3" ];
     fhir:Meta.lastUpdated [ fhir:value "2020-09-02T20:09:53.259+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#kVt8POqI07Re0ZTn" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/phcp/StructureDefinition/PhCP-Composition";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/phcp/StructureDefinition/PhCP-Composition>     ]
  ];
  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\" xml:lang=\"en-US\" lang=\"en-US\">\n            <table>\n                <tbody>\n                    <tr>\n                        <td>Title</td>\n                        <td>Pharmacist Care Plan</td>\n                    </tr>\n                    <tr>\n                        <td>Practitioner</td>\n                        <td>Ronald Bone, MD</td>\n                    </tr>\n                    <tr>\n                        <td>Attester</td>\n                        <td>Ronald Bone, MD</td>\n                    </tr>\n                    <tr>\n                        <td>Custodian</td>\n                        <td>Acme Labs</td>\n                    </tr>\n                    <tr>\n                        <td>Service Period</td>\n                        <td>2015-11-18 to 2015-12-12</td>\n                    </tr>\n                </tbody>\n            </table>\n        </div>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/ccda/StructureDefinition/DataEntererExtension" ];
     fhir:Extension.valueReference [
       fhir:Reference.reference [ fhir:value "Practitioner/phcp-practitioner-example" ]     ]
  ], [
     fhir:index 1;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/ccda/StructureDefinition/InformantExtension" ];
     fhir:Extension.valueReference [
       fhir:Reference.reference [ fhir:value "Practitioner/phcp-practitioner-example" ]     ]
  ], [
     fhir:index 2;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/ccda/StructureDefinition/InformationRecipientExtension" ];
     fhir:Extension.valueReference [
       fhir:Reference.reference [ fhir:value "Practitioner/phcp-practitioner-example" ]     ]
  ], [
     fhir:index 3;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/ccda/StructureDefinition/ParticipantExtension" ];
     fhir:Extension.valueReference [
       fhir:Reference.reference [ fhir:value "RelatedPerson/phcp-relatedperson-example" ]     ]
  ], [
     fhir:index 4;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/ccda/StructureDefinition/PerformerExtension" ];
     fhir:Extension.valueReference [
       fhir:Reference.reference [ fhir:value "Practitioner/phcp-practitioner-example" ]     ]
  ];
  fhir:Composition.identifier [
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:uuid:0c2721be-711a-43f4-b895-43ff66a9fd29" ]
  ];
  fhir:Composition.status [ fhir:value "preliminary"];
  fhir:Composition.type [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:18776-5;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "18776-5" ];
       fhir:Coding.display [ fhir:value "Plan of care note" ]     ]
  ];
  fhir:Composition.subject [
     fhir:Reference.reference [ fhir:value "Patient/phcp-patient-example" ];
     fhir:Reference.display [ fhir:value "Amy V. Shaw" ]
  ];
  fhir:Composition.date [ fhir:value "2016-02-28T09:10:14Z"^^xsd:dateTime];
  fhir:Composition.author [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Practitioner/phcp-practitioner-example" ];
     fhir:Reference.display [ fhir:value "Ronald Bone, MD" ]
  ];
  fhir:Composition.title [ fhir:value "Care Plan"];
  fhir:Composition.attester [
     fhir:index 0;
     fhir:Composition.attester.mode [ fhir:value "legal" ];
     fhir:Composition.attester.time [ fhir:value "2012-01-04T09:10:14Z"^^xsd:dateTime ];
     fhir:Composition.attester.party [
       fhir:Reference.reference [ fhir:value "Practitioner/phcp-practitioner-example" ];
       fhir:Reference.display [ fhir:value "Ronald Boone, MD" ]     ]
  ];
  fhir:Composition.custodian [
     fhir:Reference.reference [ fhir:value "Organization/phcp-organization-example" ];
     fhir:Reference.display [ fhir:value "Acme Labs" ]
  ];
  fhir:Composition.event [
     fhir:index 0;
     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;
         a 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:index 1;
     fhir:Composition.section.title [ fhir:value "Goals Section" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a 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;
         a loinc:62387-6;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "62387-6" ];
         fhir:Coding.display [ fhir:value "Interventions Narrative" ]       ]     ];
     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;
         a 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>"     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.