FHIR IG analytics| Package | hl7.fhir.us.resp-net.r4b |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Narrative: ServiceRequest
{
"resourceType": "ServiceRequest",
"id": "example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-servicerequest"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org",
"value": "061ef612-344f-4e7b-81a8-1059ae7bbe11"
}
],
"status": "active",
"intent": "original-order",
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "363679005",
"display": "Imaging"
}
],
"text": "Diagnostics Procedure"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "24627-2"
}
],
"text": "Chest CT"
},
"subject": {
"reference": "Patient/patient-respnet-eve-everywoman"
},
"occurrenceDateTime": "2013-05-08T09:33:27+07:00",
"requester": {
"reference": "Practitioner/practitioner-us-core-henry-seven"
}
}