FHIR IG analytics| Package | hl7.fhir.us.qicore.r4 |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-proposal-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest proposal-example
Profile: QICore ServiceRequested
status: Active
intent: Proposal
category: Surgical Procedure
priority: Urgent
code: Value Set: Intermittent pneumatic compression devices (IPC) (value set: Intermittent pneumatic compression devices)
occurrence: 2013-04-05
authoredOn: 2013-04-04
{
"resourceType": "ServiceRequest",
"id": "proposal-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-servicerequested"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "proposal",
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "387713003",
"display": "Surgical Procedure"
}
]
}
],
"priority": "urgent",
"code": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/codeOptions",
"valueCanonical": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.117.1.7.1.214"
}
],
"text": "Value Set: Intermittent pneumatic compression devices (IPC)"
},
"subject": {
"reference": "Patient/example"
},
"encounter": {
"reference": "Encounter/example"
},
"occurrenceDateTime": "2013-04-05",
"authoredOn": "2013-04-04"
}