FHIR IG analytics| Package | hl7.fhir.us.qicore.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
Generated Narrative: ServiceRequest example
Profile: QICore ServiceRequest
status: Completed
intent: Order
category: Surgical Procedure
priority: Urgent
code: Excision of appendix (procedure)
occurrence: 2013-04-05 --> 2013-04-05
asNeeded: true
authoredOn: 2013-04-04
reasonCode: Abdominal pain (finding)
bodySite: Appendix structure
{
"resourceType": "ServiceRequest",
"id": "example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-servicerequest"
]
},
"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",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "80146002",
"display": "Excision of appendix (procedure)"
}
],
"text": "Excision of appendix (procedure)"
},
"subject": {
"reference": "Patient/example"
},
"encounter": {
"reference": "Encounter/example"
},
"occurrencePeriod": {
"start": "2013-04-05",
"end": "2013-04-05"
},
"asNeededBoolean": true,
"authoredOn": "2013-04-04",
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "21522001",
"display": "Abdominal pain (finding)"
}
]
}
],
"bodySite": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "66754008",
"display": "Appendix structure"
}
]
}
]
}