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

FHIR IG analytics

Packagezw.fhir.ig.lab
Resource TypeServiceRequest
IdServiceRequest-example-zw-service-request-vl.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: ServiceRequest example-zw-service-request-vl

status: Active

intent: Order

code: Viral Load Plasma

subject: 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

locationReference: Location Harare City Health Clinic

reasonCode: Routine

specimen: Specimen: identifier = http://mohcc.gov.zw/fhir/lab/identifier/client-sample-id#ZW-SPEC-2024-00456; status = available; type = Blood Plasma


Source1

{
  "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"
    }
  ]
}