FHIR IG analytics| Package | hl7.fhir.us.qicore |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-proposal-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 proposal-example-code
Language: en
Profile: QICore ServiceRequested
status: Active
intent: Proposal
priority: Urgent
code: Graduated compression elastic hosiery (physical object)
occurrence: 2013-04-05
authoredOn: 2013-04-04
{
"resourceType": "ServiceRequest",
"id": "proposal-example-code",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-servicerequested"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "proposal",
"priority": "urgent",
"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"
}