FHIR IG analytics| Package | hl7.fhir.us.qicore.r4 |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-negation-example-code.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest negation-example-code
Profile: QICore Service Prohibited
status: Completed
intent: Order
category: Surgical Procedure
priority: Urgent
doNotPerform: true
code: Graduated compression elastic hosiery (physical object)
occurrence: 2013-04-05
authoredOn: 2013-04-04
reasonCode: Procedure discontinued (situation)
{
"resourceType": "ServiceRequest",
"id": "negation-example-code",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-serviceprohibited"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "387713003",
"display": "Surgical Procedure"
}
]
}
],
"priority": "urgent",
"doNotPerform": true,
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "348681001",
"display": "Graduated compression elastic hosiery (physical object)"
}
]
},
"subject": {
"reference": "Patient/example"
},
"encounter": {
"reference": "Encounter/example"
},
"occurrenceDateTime": "2013-04-05",
"authoredOn": "2013-04-04",
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "416406003",
"display": "Procedure discontinued (situation)"
}
]
}
]
}