FHIR IG analytics| Package | hl7.fhir.us.core |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-servicerequest-dnr-example1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest servicerequest-dnr-example1
Profile: US Core ServiceRequest Profile version: 9.0.0
status: Active
intent: Directive
category: PMO derived order, Cardiopulmonary resuscitation orders
code: No CPR: Do Not Attempt Resuscitation
orderDetail: Patient has explicitly declined CPR per advance directive discussion
subject: Amy V. Baxter
occurrence: 2025-08-26 --> (ongoing)
authoredOn: 2025-08-26
requester: Dr. Ronald Bone
reasonCode: Terminal illness
reasonReference: US Core ADI DocumentReference for POLST
{
"resourceType": "ServiceRequest",
"id": "servicerequest-dnr-example1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-servicerequest|9.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "directive",
"category": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/core/CodeSystem/us-core-category",
"code": "PMO",
"display": "Portable Medical Order (PMO)"
}
],
"text": "PMO derived order"
},
{
"coding": [
{
"system": "http://loinc.org",
"code": "100822-6",
"display": "Cardiopulmonary resuscitation orders"
}
],
"text": "Cardiopulmonary resuscitation orders"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "LA33471-6",
"display": "No CPR: Do Not Attempt Resuscitation."
}
],
"text": "No CPR: Do Not Attempt Resuscitation"
},
"orderDetail": [
{
"text": "Patient has explicitly declined CPR per advance directive discussion"
}
],
"subject": {
"reference": "Patient/example",
"display": "Amy V. Baxter"
},
"encounter": {
"reference": "Encounter/1036"
},
"occurrencePeriod": {
"start": "2025-08-26"
},
"authoredOn": "2025-08-26",
"requester": {
"reference": "Practitioner/practitioner-1",
"display": "Dr. Ronald Bone"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/731000124108",
"code": "300936002",
"display": "Terminal illness"
}
],
"text": "Terminal illness"
}
],
"reasonReference": [
{
"reference": "DocumentReference/polst",
"display": "US Core ADI DocumentReference for POLST"
}
]
}