Virtually Healthcare HL7 FHIR R4 Implementation Guide
0.1.0-current - ci-build United Kingdom flag

Virtually Healthcare HL7 FHIR R4 Implementation Guide, published by Virtually Healthcare. This guide is not an authorized publication; it is the continuous build for version 0.1.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Virtually-Healthcare/HL7-FHIR-Implementation-Guide/ and changes regularly. See the Directory of published versions

: Task-EMIS-IM1-Medication-review - JSON Representation

Raw json | Download

{
  "resourceType" : "Task",
  "id" : "610596",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.virtually.healthcare/StructureDefinition/Task"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task 610596</b></p><a name=\"610596\"> </a><a name=\"hc610596\"> </a><a name=\"610596-en-GB\"> </a><p><b>identifier</b>: <code>https://emis.com/Id/Diary/DBID</code>/610596, <code>https://emis.com/Id/Diary/GUID</code>/905d117c-579f-4d49-9bfa-184f6a7630f9</p><p><b>status</b>: Ready</p><p><b>intent</b>: plan</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 182836005}\">Medication review</span></p><p><b>for</b>: <a href=\"Patient-610.html\">William Dyer  Male, DoB: 1919-05-27 ( Medical record number\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>executionPeriod</b>: 2005-10-19 00:00:00+0000 --&gt; (ongoing)</p><p><b>requester</b>: <a href=\"Practitioner-a716058c-f9d5-4537-b1e7-d021bd2185a3.html\">Mrs Ann Stanley</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "https://emis.com/Id/Diary/DBID",
      "value" : "610596",
      "assigner" : {
        "identifier" : {
          "system" : "https://fhir.nhs.uk/Id/ods-organization-code",
          "value" : "F83004"
        }
      }
    },
    {
      "system" : "https://emis.com/Id/Diary/GUID",
      "value" : "905d117c-579f-4d49-9bfa-184f6a7630f9",
      "assigner" : {
        "identifier" : {
          "system" : "https://fhir.nhs.uk/Id/ods-organization-code",
          "value" : "F83004"
        }
      }
    }
  ],
  "status" : "ready",
  "intent" : "plan",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "182836005",
        "display" : "Medication review"
      }
    ],
    "text" : "Medication review"
  },
  "for" : {
    🔗 "reference" : "Patient/610",
    "type" : "Patient"
  },
  "executionPeriod" : {
    "start" : "2005-10-19T00:00:00+00:00"
  },
  "requester" : {
    🔗 "reference" : "Practitioner/a716058c-f9d5-4537-b1e7-d021bd2185a3",
    "type" : "Practitioner",
    "identifier" : {
      "system" : "https://fhir.hl7.org.uk/Id/gmp-number",
      "value" : "G9766424"
    },
    "display" : "Mrs Ann Stanley"
  }
}