MediRecords FHIR Implementation Guide
1.4.1 - 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 class=\"res-header-id\"><b>Generated Narrative: Task b5c3e0ce-97c5-4394-b9b4-8fc775cc1c26</b></p><a name=\"b5c3e0ce-97c5-4394-b9b4-8fc775cc1c26\"> </a><a name=\"hcb5c3e0ce-97c5-4394-b9b4-8fc775cc1c26\"> </a><a name=\"b5c3e0ce-97c5-4394-b9b4-8fc775cc1c26-en-US\"> </a><p><b>groupIdentifier</b>: Placer Group Number/ORD0999-B177</p><p><b>status</b>: Requested</p><p><b>statusReason</b>: <span title=\"Codes:\">Active order</span></p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/CodeSystem/task-code fulfill}\">Fulfill the focal request</span></p><p><b>focus</b>: <a href=\"ServiceRequest-ccc2a954-d39a-4296-af39-f7510a2e51fa.html\">ServiceRequest 17 OH Progesterone</a></p><p><b>for</b>: <a href=\"Patient-1e5cae20-85bf-11e8-b401-ffccd711ad9c.html\">Mila Female, DoB: 1990-11-29 ( Medicare Number:\u00a032788511952\u00a0(,\u00a0period:\u00a0(?) --&gt; 2025-02))</a></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\">John Smith</a></p><p><b>owner</b>: <a href=\"Organization-e3d263ca-2c9a-42a1-89fa-264422aa2dab.html\">Healthy Live Clinic</a></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"
  }
}