FHIR IG analytics| Package | zw.fhir.ig.lab |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-example-zw-service-request-vl.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest example-zw-service-request-vl
Profile: ZW Lab Service Request
status: Active
intent: Order
code: Viral Load Plasma
authoredOn: 2024-03-15 08:00:00+0200
locationReference: Location Harare City Health Clinic
reasonCode: Routine
{
"resourceType": "ServiceRequest",
"id": "example-zw-service-request-vl",
"meta": {
"profile": [
"http://mohcc.gov.zw/fhir/lab/StructureDefinition/zw-lab-service-request"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"code": {
"coding": [
{
"system": "http://mohcc.gov.zw/fhir/lab/CodeSystem/zw-lab-tests",
"code": "LTT0013",
"display": "Viral Load Plasma"
}
]
},
"subject": {
"reference": "Patient/example-zw-lab-patient"
},
"authoredOn": "2024-03-15T08:00:00+02:00",
"locationReference": [
{
"reference": "Location/example-order-facility"
}
],
"reasonCode": [
{
"coding": [
{
"system": "http://mohcc.gov.zw/fhir/lab/CodeSystem/zw-reason-for-test",
"code": "routine",
"display": "Routine"
}
]
}
],
"specimen": [
{
"reference": "Specimen/example-zw-specimen-plasma"
}
]
}