{
  "resourceType" : "Task",
  "id" : "LabTaskExample",
  "meta" : {
    "profile" : ["http://fhir.mn/fhir/StructureDefinition/mn-core-task"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task LabTaskExample</b></p><a name=\"LabTaskExample\"> </a><a name=\"hcLabTaskExample\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mn-core-task.html\">Монгол улсын үндсэн Task профайл</a></p></div><p><b>status</b>: Requested</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/CodeSystem/task-code fulfill}\">Лабораторийн шинжилгээ гүйцэтгэх</span></p><p><b>for</b>: <a href=\"Patient-ExampleMongolianPatientEMM3.html\">Намсрай Сүх  Male, DoB: 1980-01-01 ( http://fhir.mn/sid/national-id#MongolianNationalId#УУ80010155)</a></p><p><b>authoredOn</b>: 2026-05-10 08:00:00+0800</p><p><b>requester</b>: <a href=\"Organization-ExampleOrganizationEMM3.html\">Organization Сүхбаатар дүүргийн Эрүүл мэндийн төв</a></p><p><b>owner</b>: <a href=\"Organization-ExampleOrganizationEMM3.html\">Organization Сүхбаатар дүүргийн Эрүүл мэндийн төв</a></p><p><b>reasonCode</b>: <span title=\"Codes:\">Биохимийн шинжилгээ (захиалга)</span></p><h3>Inputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">ServiceRequest</span></td><td><a href=\"ServiceRequest-LabServiceRequestExample.html\">ServiceRequest Creatinine [Mass/volume] in Serum or Plasma</a></td></tr></table></div>"
  },
  "status" : "requested",
  "intent" : "order",
  "code" : {
    "coding" : [{
      "system" : "http://hl7.org/fhir/CodeSystem/task-code",
      "code" : "fulfill",
      "display" : "Fulfill the focal request"
    }],
    "text" : "Лабораторийн шинжилгээ гүйцэтгэх"
  },
  "for" : {
    "reference" : "Patient/ExampleMongolianPatientEMM3"
  },
  "authoredOn" : "2026-05-10T08:00:00+08:00",
  "requester" : {
    "reference" : "Organization/ExampleOrganizationEMM3"
  },
  "owner" : {
    "reference" : "Organization/ExampleOrganizationEMM3"
  },
  "reasonCode" : {
    "text" : "Биохимийн шинжилгээ (захиалга)"
  },
  "input" : [{
    "type" : {
      "text" : "ServiceRequest"
    },
    "valueReference" : {
      "reference" : "ServiceRequest/LabServiceRequestExample"
    }
  }]
}