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
{
"resourceType" : "Composition",
"id" : "PhCP-Composition-Example",
"meta" : {
"versionId" : "3",
"lastUpdated" : "2020-09-02T20:09:53.259+00:00",
"source" : "#kVt8POqI07Re0ZTn",
"profile" : [
"http://hl7.org/fhir/us/phcp/StructureDefinition/PhCP-Composition"
]
},
"language" : "en-US",
"text" : {
"status" : "generated",
"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>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/us/ccda/StructureDefinition/DataEntererExtension",
"valueReference" : {
"reference" : "Practitioner/phcp-practitioner-example"
}
},
{
"url" : "http://hl7.org/fhir/us/ccda/StructureDefinition/InformantExtension",
"valueReference" : {
"reference" : "Practitioner/phcp-practitioner-example"
}
},
{
"url" : "http://hl7.org/fhir/us/ccda/StructureDefinition/InformationRecipientExtension",
"valueReference" : {
"reference" : "Practitioner/phcp-practitioner-example"
}
},
{
"url" : "http://hl7.org/fhir/us/ccda/StructureDefinition/ParticipantExtension",
"valueReference" : {
"reference" : "RelatedPerson/phcp-relatedperson-example"
}
},
{
"url" : "http://hl7.org/fhir/us/ccda/StructureDefinition/PerformerExtension",
"valueReference" : {
"reference" : "Practitioner/phcp-practitioner-example"
}
}
],
"identifier" : {
"system" : "urn:ietf:rfc:3986",
"value" : "urn:uuid:0c2721be-711a-43f4-b895-43ff66a9fd29"
},
"status" : "preliminary",
"type" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "18776-5",
"display" : "Plan of care note"
}
]
},
"subject" : {
"reference" : "Patient/phcp-patient-example",
"display" : "Amy V. Shaw"
},
"date" : "2016-02-28T09:10:14Z",
"author" : [
{
"reference" : "Practitioner/phcp-practitioner-example",
"display" : "Ronald Bone, MD"
}
],
"title" : "Care Plan",
"attester" : [
{
"mode" : "legal",
"time" : "2012-01-04T09:10:14Z",
"party" : {
"reference" : "Practitioner/phcp-practitioner-example",
"display" : "Ronald Boone, MD"
}
}
],
"custodian" : {
"reference" : "Organization/phcp-organization-example",
"display" : "Acme Labs"
},
"event" : [
{
"period" : {
"start" : "2015-11-18",
"end" : "2015-12-12"
}
}
],
"section" : [
{
"title" : "Health Concerns Section",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "75310-3",
"display" : "Health concerns document"
}
]
},
"text" : {
"status" : "generated",
"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>"
},
"mode" : "snapshot"
},
{
"title" : "Goals Section",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "61146-7",
"display" : "Goals"
}
]
},
"text" : {
"status" : "generated",
"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>"
}
},
{
"title" : "Interventions Section",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "62387-6",
"display" : "Interventions Narrative"
}
]
},
"text" : {
"status" : "generated",
"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>"
}
},
{
"title" : "Health Status Evaluations and Outcomes Section",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "11383-7",
"display" : "Patient problem outcome"
}
]
},
"text" : {
"status" : "generated",
"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>"
}
}
]
}