FHIR IG analytics| Package | hl7.fhir.in |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-example-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative with Details
id: 1
status: active
intent: original-order
subject: ABC
occurrence: 08/07/2020 9:33:00 AM
requester: Dr. PQR
{
"resourceType": "ServiceRequest",
"id": "example-01",
"meta": {
"profile": [
"http://nrces.in/ndhm/fhir/r4/StructureDefinition/ServiceRequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "original-order",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "16254007",
"display": "Lipid Panel"
}
]
},
"subject": {
"reference": "Patient/1"
},
"occurrenceDateTime": "2020-07-08T09:33:27+07:00",
"requester": {
"reference": "Practitioner/2",
"display": "Dr. PQR"
}
}