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

FHIR IG analytics

Packagefhir.ke.nccp
Resource TypeServiceRequest
IdServiceRequest-example-diagnostic-request.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

Placeholder diagnostic service request used as a reference target in diagnostic report examples.


Source1

{
  "resourceType": "ServiceRequest",
  "id": "example-diagnostic-request",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "intent": "order",
  "code": {
    "coding": [
      {
        "system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/sha-interventions-cs",
        "code": "SHA-BIOPSY",
        "display": "SHA: Diagnostic Biopsy"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-patient"
  }
}