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-intervention-procedure-example - JSON Representation

Raw json | Download


{
  "resourceType" : "Procedure",
  "id" : "phcp-intervention-procedure-example",
  "meta" : {
    "versionId" : "4",
    "lastUpdated" : "2020-12-08T07:53:51.531+00:00",
    "source" : "#Inu0bySZnbO5WXoH",
    "profile" : [
      "http://hl7.org/fhir/us/phcp/StructureDefinition/PhCP-Intervention-Procedure"
    ]
  },
  "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:0bc79f35-1431-42b5-881a-974d1fd28444</p><p><b>status</b>: completed</p><p><b>code</b>: <span title=\"Codes: {http://snomed.info/sct 713116003}\">Monitoring adherence to medication regime (regime/therapy)</span></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>performed</b>: 2016-11-25 --&gt; 2016-11-25</p><p><b>asserter</b>: <a href=\"PractitionerRole-phcp-practitionerrole-example.html\">Generated Summary: doc@example.org</a></p><h3>Performers</h3><table class=\"grid\"><tr><td>-</td><td><b>Actor</b></td></tr><tr><td>*</td><td><a href=\"PractitionerRole-phcp-practitionerrole-example.html\">Generated Summary: doc@example.org</a></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:uuid:0bc79f35-1431-42b5-881a-974d1fd28444"
    }
  ],
  "status" : "completed",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "713116003",
        "display" : "Monitoring adherence to medication regime (regime/therapy)"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/phcp-patient-example"
  },
  "performedPeriod" : {
    "start" : "2016-11-25",
    "end" : "2016-11-25"
  },
  "asserter" : {
    "reference" : "PractitionerRole/phcp-practitionerrole-example"
  },
  "performer" : [
    {
      "actor" : {
        "reference" : "PractitionerRole/phcp-practitionerrole-example"
      }
    }
  ]
}