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. For a full list of available versions, see the Directory of published versions

: phcp-bundle-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:Bundle;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "phcp-bundle-example"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ];
     fhir:Meta.lastUpdated [ fhir:value "2020-12-09T20:18:23.294+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#XbzisRrfYwkRCyQe" ]
  ];
  fhir:Bundle.identifier [
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:uuid:abfbbb1c-2574-4d2a-9f63-b5429e87222e" ]
  ];
  fhir:Bundle.type [ fhir:value "document"];
  fhir:Bundle.timestamp [ fhir:value "2020-12-08T20:09:53.259+00:00"^^xsd:dateTime];
  fhir:Bundle.entry [
     fhir:index 0;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://hl7.org/fhir/us/phcp/Composition/PhCP-Composition-Example" ];
     fhir:Bundle.entry.resource <http://hl7.org/fhir/us/phcp/Composition/PhCP-Composition-Example>
  ], [
     fhir:index 1;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://hl7.org/fhir/us/phcp/Patient/phcp-patient-example" ];
     fhir:Bundle.entry.resource <http://hl7.org/fhir/us/phcp/Patient/phcp-patient-example>
  ], [
     fhir:index 2;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://hl7.org/fhir/us/phcp/Practitioner/phcp-practitioner-example" ];
     fhir:Bundle.entry.resource <http://hl7.org/fhir/us/phcp/Practitioner/phcp-practitioner-example>
  ], [
     fhir:index 3;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://hl7.org/fhir/us/phcp/Organization/phcp-organization-example" ];
     fhir:Bundle.entry.resource <http://hl7.org/fhir/us/phcp/Organization/phcp-organization-example>
  ].

<http://hl7.org/fhir/us/phcp/Composition/PhCP-Composition-Example> a fhir:Composition;
  fhir:Resource.id [ fhir:value "PhCP-Composition-Example"];
  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: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>"     ]
  ].

<http://hl7.org/fhir/us/phcp/Patient/phcp-patient-example> a fhir:Patient;
  fhir:Resource.id [ fhir:value "phcp-patient-example"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                        <div class=\"hapiHeaderText\">Amy V. \n\n							\n                            <b>SHAW </b>\n                        </div>\n                        <table class=\"hapiPropertyTable\">\n                            <tbody>\n                                <tr>\n                                    <td>Identifier</td>\n                                    <td>1032702</td>\n                                </tr>\n                                <tr>\n                                    <td>Address</td>\n                                    <td>\n                                        <span>49 Meadow St </span>\n                                        <br/>\n                                        <span>Mounds </span>\n                                        <span>OK </span>\n                                        <span>US </span>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td>Date of birth</td>\n                                    <td>\n                                        <span>20 February 2007</span>\n                                    </td>\n                                </tr>\n                            </tbody>\n                        </table>\n                    </div>"
  ];
  fhir:Patient.identifier [
     fhir:index 0;
     fhir:Identifier.use [ fhir:value "usual" ];
     fhir:Identifier.system [ fhir:value "http://hospital.smarthealthit.org" ];
     fhir:Identifier.value [ fhir:value "1032702" ]
  ];
  fhir:Patient.active [ fhir:value "true"^^xsd:boolean];
  fhir:Patient.name [
     fhir:index 0;
     fhir:HumanName.family [ fhir:value "Shaw" ];
     fhir:HumanName.given [
       fhir:value "Amy";
       fhir:index 0     ], [
       fhir:value "V.";
       fhir:index 1     ]
  ];
  fhir:Patient.telecom [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "555-555-5555" ];
     fhir:ContactPoint.use [ fhir:value "home" ]
  ], [
     fhir:index 1;
     fhir:ContactPoint.system [ fhir:value "email" ];
     fhir:ContactPoint.value [ fhir:value "amy.shaw@example.com" ]
  ];
  fhir:Patient.gender [ fhir:value "female"];
  fhir:Patient.birthDate [ fhir:value "2007-02-20"^^xsd:date];
  fhir:Patient.address [
     fhir:index 0;
     fhir:Address.line [
       fhir:value "49 Meadow St";
       fhir:index 0     ];
     fhir:Address.city [ fhir:value "Mounds" ];
     fhir:Address.state [ fhir:value "OK" ];
     fhir:Address.postalCode [ fhir:value "74047" ];
     fhir:Address.country [ fhir:value "US" ]
  ].

<http://hl7.org/fhir/us/phcp/Practitioner/phcp-practitioner-example> a fhir:Practitioner;
  fhir:Resource.id [ fhir:value "phcp-practitioner-example"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: 9941339108</p><p><b>name</b>: Ronald Bone </p><p><b>address</b>: 1003 Healthcare Drive Amherst MA 01002 (HOME)</p></div>"
  ];
  fhir:Practitioner.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-npi" ];
     fhir:Identifier.value [ fhir:value "9941339108" ]
  ];
  fhir:Practitioner.name [
     fhir:index 0;
     fhir:HumanName.family [ fhir:value "Bone" ];
     fhir:HumanName.given [
       fhir:value "Ronald";
       fhir:index 0     ];
     fhir:HumanName.prefix [
       fhir:value "Dr";
       fhir:index 0     ]
  ];
  fhir:Practitioner.address [
     fhir:index 0;
     fhir:Address.use [ fhir:value "home" ];
     fhir:Address.line [
       fhir:value "1003 Healthcare Drive";
       fhir:index 0     ];
     fhir:Address.city [ fhir:value "Amherst" ];
     fhir:Address.state [ fhir:value "MA" ];
     fhir:Address.postalCode [ fhir:value "01002" ]
  ].

<http://hl7.org/fhir/us/phcp/Organization/phcp-organization-example> a fhir:Organization;
  fhir:Resource.id [ fhir:value "phcp-organization-example"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: 1144221847, id: 2523423456</p><p><b>active</b>: true</p><p><b>name</b>: Acme Labs</p><p><b>telecom</b>: ph: (+1) 734-677-7777, <a href=\"mailto:hq@acme.org\">hq@acme.org</a></p><p><b>address</b>: 3300 Washtenaw Avenue, Suite 227 Amherst MA 01002 USA </p></div>"
  ];
  fhir:Organization.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http://hl7.org.fhir/sid/us-npi" ];
     fhir:Identifier.value [ fhir:value "1144221847" ]
  ], [
     fhir:index 1;
     fhir:Identifier.system [ fhir:value "http://www.acme.org/organization" ];
     fhir:Identifier.value [ fhir:value "2523423456" ]
  ];
  fhir:Organization.active [ fhir:value "true"^^xsd:boolean];
  fhir:Organization.name [ fhir:value "Acme Labs"];
  fhir:Organization.telecom [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "(+1) 734-677-7777" ]
  ], [
     fhir:index 1;
     fhir:ContactPoint.system [ fhir:value "email" ];
     fhir:ContactPoint.value [ fhir:value "hq@acme.org" ]
  ];
  fhir:Organization.address [
     fhir:index 0;
     fhir:Address.line [
       fhir:value "3300 Washtenaw Avenue, Suite 227";
       fhir:index 0     ];
     fhir:Address.city [ fhir:value "Amherst" ];
     fhir:Address.state [ fhir:value "MA" ];
     fhir:Address.postalCode [ fhir:value "01002" ];
     fhir:Address.country [ fhir:value "USA" ]
  ].

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

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