FHIR IG analytics| Package | hl7.fhir.us.davinci-crd.r4 |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest example
basedOn: http://example.org/fhir/ServiceRequest/someReferral
status: Draft
intent: Order
code: Implant Pacemaker
subject: Amy V. Shaw Female, DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))
authoredOn: 2015-03-30
requester: Dr. Beverly Crusher
performer: Dr Cecil Surgeon
locationReference: Location South Wing, second floor
reasonCode: Bradycardia
{
"resourceType": "ServiceRequest",
"id": "example",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"basedOn": [
{
"reference": "http://example.org/fhir/ServiceRequest/someReferral"
}
],
"status": "draft",
"intent": "order",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "25267002",
"display": "Insertion of intracardiac pacemaker (procedure)"
}
],
"text": "Implant Pacemaker"
},
"subject": {
"reference": "Patient/example"
},
"authoredOn": "2015-03-30",
"requester": {
"reference": "Practitioner/full",
"display": "Dr. Beverly Crusher"
},
"performer": [
{
"reference": "http://example.org/fhir/Practitioner/full2",
"display": "Dr Cecil Surgeon"
}
],
"locationReference": [
{
"reference": "Location/example"
}
],
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "48867003",
"display": "Bradycardia"
}
]
}
]
}