FHIR IG analytics| Package | fhir.onc.us-quality-core |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-elective-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest elective-example
US Quality Core IsElective: true
status: Completed
intent: Order
code: Stomach Bypass
authoredOn: 2015-03-30
requester: Dr. Beverly Crusher
performer: Dr Cecil Surgeon
{
"resourceType": "ServiceRequest",
"id": "elective-example",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"modifierExtension": [
{
"url": "http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-isElective",
"valueBoolean": true
}
],
"status": "completed",
"intent": "order",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "442338001",
"display": "Bypass of stomach (procedure)"
}
],
"text": "Stomach Bypass"
},
"subject": {
"reference": "Patient/example"
},
"authoredOn": "2015-03-30",
"requester": {
"display": "Dr. Beverly Crusher"
},
"performer": [
{
"reference": "Practitioner/example",
"display": "Dr Cecil Surgeon"
}
]
}