FHIR IG analytics| Package | silfhirprofileig |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-ExampleSGHIServiceRequest.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest ExampleSGHIServiceRequest
Profile: SGHI ServiceRequest
identifier: Visit Number/APT123456 (use: official, )
status: Active
intent: Plan
category: Laboratory procedure
priority: Routine
| Concept |
| Procedure |
orderDetail
ParameterFocus
Reference Medication Request Parameters
Code Value[x] Laboratory studies (set) Value String
subject: James Pond(official) Male, DoB: 1990-07-15 ( Medical Record Number: 12345)
authoredOn: 2025-02-01 10:30:00+0000
requester: Organization SGHI Healthcare Organization
performer: Organization SGHI Healthcare Organization
| Reference |
| Condition |
{
"resourceType": "ServiceRequest",
"id": "ExampleSGHIServiceRequest",
"meta": {
"profile": [
"https://fhir.slade360.co.ke/fhir/StructureDefinition/servicerequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "VN",
"display": "Visit Number"
}
]
},
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"value": "APT123456",
"assigner": {
"reference": "Organization/ExampleSGHIOrganization"
}
}
],
"basedOn": [
{
"reference": "MedicationRequest/ExampleSGHIMedicationRequest"
}
],
"status": "active",
"intent": "plan",
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "108252007",
"display": "Laboratory procedure"
}
]
}
],
"priority": "routine",
"code": {
"concept": {
"coding": [
{
"system": "http://loinc.org",
"code": "71388002",
"display": "Procedure"
}
],
"text": "Procedure"
}
},
"orderDetail": [
{
"parameterFocus": {
"reference": {
"reference": "MedicationRequest/ExampleSGHIMedicationRequest",
"display": "Medication Request"
}
},
"parameter": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "26436-6",
"display": "Laboratory studies (set)"
}
],
"text": "Laboratory studies (set)"
},
"valueString": "Value String"
}
]
}
],
"subject": {
"reference": "Patient/ExampleSGHIPatient"
},
"encounter": {
"reference": "Encounter/ExampleSGHIEncounter"
},
"authoredOn": "2025-02-01T10:30:00Z",
"requester": {
"reference": "Organization/ExampleSGHIOrganization"
},
"performer": [
{
"reference": "Organization/ExampleSGHIOrganization"
}
],
"reason": [
{
"reference": {
"reference": "Condition/ExampleSGHICondition",
"display": "Condition"
}
}
]
}