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-communication-example - JSON Representation

Raw json | Download


{
  "resourceType" : "Communication",
  "id" : "phcp-communication-example",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2020-02-11T23:10:17.580+00:00",
    "source" : "#viRQqn0zFzprIpU7",
    "profile" : [
      "http://hl7.org/fhir/us/phcp/StructureDefinition/PhCP-CareCoordination"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: urn:uuid:d839038b-2456-AABD-1c6a-467925b43857</p><p><b>status</b>: completed</p><p><b>subject</b>: <a href=\"Patient-phcp-patient-example.html\">Generated Summary: id: 1032702 (USUAL); active; Amy V. Shaw ; Phone: 555-555-5555, amy.shaw@example.com; gender: female; birthDate: 2007-02-20</a></p><p><b>sent</b>: 2016-12-01</p><p><b>recipient</b>: <a href=\"Practitioner-phcp-practitioner-example.html\">Generated Summary: id: 9941339108; Ronald Bone </a></p><p><b>sender</b>: <a href=\"PractitionerRole-phcp-practitionerrole-example.html\">Generated Summary: doc@example.org</a></p><p><b>reasonCode</b>: <span title=\"Codes: {http://snomed.info/sct 432138007}\">handoff communication (procedure)</span></p></div>"
  },
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:uuid:d839038b-2456-AABD-1c6a-467925b43857"
    }
  ],
  "status" : "completed",
  "subject" : {
    "reference" : "Patient/phcp-patient-example"
  },
  "sent" : "2016-12-01",
  "recipient" : [
    {
      "reference" : "Practitioner/phcp-practitioner-example"
    }
  ],
  "sender" : {
    "reference" : "PractitionerRole/phcp-practitionerrole-example"
  },
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "432138007",
          "display" : "handoff communication (procedure)"
        }
      ]
    }
  ]
}