MediRecords FHIR Implementation Guide
1.3.0 - release


: MediRecords Diagnostic Request Fulfillment Task - JSON Representation

Raw json | Download


{
  "resourceType" : "Task",
  "id" : "b5c3e0ce-97c5-4394-b9b4-8fc775cc1c26",
  "meta" : {
    "profile" : [
      "https://fhir.medirecords.com/StructureDefinition/mr-diagn-req-fulfill-task"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Task</b><a name=\"b5c3e0ce-97c5-4394-b9b4-8fc775cc1c26\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Task &quot;b5c3e0ce-97c5-4394-b9b4-8fc775cc1c26&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mr-diagn-req-fulfill-task.html\">MediRecords Diagnostic Request Fulfillment Task</a></p></div><p><b>groupIdentifier</b>: Placer Group Number: ORD0999-B177</p><p><b>status</b>: requested</p><p><b>statusReason</b>: Active order <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>intent</b>: order</p><p><b>code</b>: Fulfill the focal request <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-task-code.html\">Task Codes</a>#fulfill)</span></p><p><b>focus</b>: <a href=\"ServiceRequest-ccc2a954-d39a-4296-af39-f7510a2e51fa.html\">ServiceRequest/ccc2a954-d39a-4296-af39-f7510a2e51fa</a></p><p><b>for</b>: <a href=\"Patient-1e5cae20-85bf-11e8-b401-ffccd711ad9c.html\">Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c</a> &quot; GREY&quot;</p><p><b>authoredOn</b>: 2019-09-23</p><p><b>lastModified</b>: 2019-09-25</p><p><b>requester</b>: <a href=\"PractitionerRole-b27fc609-efcb-4c43-a296-5908787de413.html\">PractitionerRole/b27fc609-efcb-4c43-a296-5908787de413: John Smith</a></p><p><b>owner</b>: <a href=\"Organization-e3d263ca-2c9a-42a1-89fa-264422aa2dab.html\">Organization/e3d263ca-2c9a-42a1-89fa-264422aa2dab: Healthy Live Clinic</a> &quot;ACT Pathology&quot;</p></div>"
  },
  "groupIdentifier" : {
    "type" : {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
          "code" : "PGN",
          "display" : "Placer Group Number"
        }
      ]
    },
    "system" : "urn:uuid:c388353b-cf5e-4269-8c25-928f430fd01c",
    "value" : "ORD0999-B177",
    "assigner" : {
      "display" : "FHIR Tenant"
    }
  },
  "status" : "requested",
  "statusReason" : {
    "text" : "Active order"
  },
  "intent" : "order",
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/CodeSystem/task-code",
        "code" : "fulfill",
        "display" : "Fulfill the focal request"
      }
    ]
  },
  "focus" : {
    "reference" : "ServiceRequest/ccc2a954-d39a-4296-af39-f7510a2e51fa"
  },
  "for" : {
    "reference" : "Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c"
  },
  "authoredOn" : "2019-09-23",
  "lastModified" : "2019-09-25",
  "requester" : {
    "reference" : "PractitionerRole/b27fc609-efcb-4c43-a296-5908787de413",
    "display" : "John Smith"
  },
  "owner" : {
    "reference" : "Organization/e3d263ca-2c9a-42a1-89fa-264422aa2dab",
    "display" : "Healthy Live Clinic"
  }
}