FHIR IG analytics| Package | zw.fhir.ig.lab |
| Resource Type | Task |
| Id | Task-example-zw-lab-task-order.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Task example-zw-lab-task-order
Profile: ZW Lab Order Task
basedOn: ServiceRequest Viral Load Plasma
status: Requested
intent: order
authoredOn: 2024-03-15 08:00:00+0200
location: Location Harare City Health Clinic
| 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
{
"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"
}
]
}