FHIR IG analytics| Package | hl7.fhir.us.davinci-dtr.r4 |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-ServiceRequestExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest ServiceRequestExample
status: Active
intent: Original Order
code: Gas panel - Blood
subject: Anonymous Patient Male, DoB: 1996-12-23
occurrence: 2019-05-08 09:33:27+0700
authoredOn: 2019-09-18 07:53:21+0700
requester: Practitioner Jane Doe
reasonCode: Decreased oxygen affinity
{
"resourceType": "ServiceRequest",
"id": "ServiceRequestExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-servicerequest|2.1.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "original-order",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "24338-6"
}
],
"text": "Gas panel - Blood"
},
"subject": {
"reference": "Patient/examplepatient"
},
"occurrenceDateTime": "2019-05-08T09:33:27+07:00",
"authoredOn": "2019-09-18T07:53:21+07:00",
"requester": {
"reference": "Practitioner/PractitionerExample"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "4565000"
}
],
"text": "Decreased oxygen affinity"
}
]
}