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

Raw json | Download


{
  "resourceType" : "Procedure",
  "id" : "phcp-procedure-example",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2020-02-11T23:03:11.438+00:00",
    "source" : "#zgAo3yRh4J67x95N",
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure",
      "http://hl7.org/fhir/us/phcp/StructureDefinition/PhCP-Instruction-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-974d1fd28430</p><p><b>status</b>: completed</p><p><b>code</b>: <span title=\"Codes: {http://snomed.info/sct 410123007}\">Medication regimen compliance education</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-01-22 --&gt; 2016-01-22</p></div>"
  },
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:uuid:0bc79f35-1431-42b5-881a-974d1fd28430"
    }
  ],
  "status" : "completed",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "410123007",
        "display" : "Medication regimen compliance education"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/phcp-patient-example"
  },
  "performedPeriod" : {
    "start" : "2016-01-22",
    "end" : "2016-01-22"
  }
}