FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagezw.fhir.ig.lab
Resource TypeTask
IdTask-example-zw-lab-task-order.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Task example-zw-lab-task-order

basedOn: ServiceRequest Viral Load Plasma

status: Requested

intent: order

for: Rutendo Moyo Female, DoB: 1988-04-15 ( http://mohcc.gov.zw/fhir/lab/identifier/ehr-patient-id#EHR-ZW-00123)

authoredOn: 2024-03-15 08:00:00+0200

location: Location Harare City Health Clinic

Restrictions

-Recipient
*Organization National Virology Laboratory

input

type: Pregnant

value: false

input

type: Breastfeeding

value: false

input

type: ART Start Date

value: 2019-07-01

input

type: Regimen

value: TDF/3TC/DTG


Source1

{
  "resourceType": "Task",
  "id": "example-zw-lab-task-order",
  "meta": {
    "profile": [
      "http://mohcc.gov.zw/fhir/lab/StructureDefinition/zw-lab-task"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "basedOn": [
    {
      "reference": "ServiceRequest/example-zw-service-request-vl"
    }
  ],
  "status": "requested",
  "intent": "order",
  "for": {
    "reference": "Patient/example-zw-lab-patient"
  },
  "authoredOn": "2024-03-15T08:00:00+02:00",
  "location": {
    "reference": "Location/example-order-facility"
  },
  "restriction": {
    "recipient": [
      {
        "reference": "Organization/example-national-virology-lab"
      }
    ]
  },
  "input": [
    {
      "type": {
        "coding": [
          {
            "system": "http://mohcc.gov.zw/fhir/lab/CodeSystem/zw-task-input-type",
            "code": "pregnant"
          }
        ]
      },
      "valueBoolean": false
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://mohcc.gov.zw/fhir/lab/CodeSystem/zw-task-input-type",
            "code": "breastfeeding"
          }
        ]
      },
      "valueBoolean": false
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://mohcc.gov.zw/fhir/lab/CodeSystem/zw-task-input-type",
            "code": "art-start-date"
          }
        ]
      },
      "valueDate": "2019-07-01"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://mohcc.gov.zw/fhir/lab/CodeSystem/zw-task-input-type",
            "code": "regimen"
          }
        ]
      },
      "valueString": "TDF/3TC/DTG"
    }
  ]
}