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

Raw json | Download


{
  "resourceType" : "ServiceRequest",
  "id" : "phcp-servicerequest-example",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2020-02-11T23:02:58.162+00:00",
    "source" : "#5cj21qBnjZMlQ9w6",
    "profile" : [
      "http://hl7.org/fhir/us/phcp/StructureDefinition/PhCP-ServiceRequest"
    ]
  },
  "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:70bdd7db-e02d-4eff-9829-35e3b7d9e154</p><p><b>status</b>: active</p><p><b>intent</b>: plan</p><p><b>code</b>: <span title=\"Codes: {http://snomed.info/sct 733901008}\">Referral to self-management support service</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>occurrence</b>: 2016-12-01</p><p><b>requester</b>: <a href=\"PractitionerRole-phcp-practitionerrole-example.html\">Generated Summary: doc@example.org</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:uuid:70bdd7db-e02d-4eff-9829-35e3b7d9e154"
    }
  ],
  "status" : "active",
  "intent" : "plan",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "733901008",
        "display" : "Referral to self-management support service"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/phcp-patient-example"
  },
  "occurrenceDateTime" : "2016-12-01",
  "requester" : {
    "reference" : "PractitionerRole/phcp-practitionerrole-example"
  }
}