FHIR IG analytics| Package | hl7.fhir.us.mcc |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-dialysis-request.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest dialysis-request
status: Active
intent: Plan
code: Referral for dialysis (procedure)
subject: Patricia Noelle
occurrence: Count 20 times, 3 per1 weeks
authoredOn: 2022-06-18
requester: Dr. Vince Jones
reasonReference: Chronic Kidney Disease
patientInstruction: Call the clinic at 555-555-5555 to set up your appointments
{
"resourceType": "ServiceRequest",
"id": "dialysis-request",
"meta": {
"profile": [
"http://hl7.org/fhir/us/mcc/StructureDefinition/MCCServiceRequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "plan",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "417038009",
"display": "Referral for dialysis (procedure)"
}
]
},
"subject": {
"reference": "Patient/cc-pat-pnoelle",
"display": "Patricia Noelle"
},
"occurrenceTiming": {
"repeat": {
"count": 20,
"countMax": 30,
"frequency": 3,
"period": 1,
"periodUnit": "wk"
}
},
"authoredOn": "2022-06-18",
"requester": {
"reference": "PractitionerRole/dr-vince-jones",
"display": "Dr. Vince Jones"
},
"reasonReference": [
{
"reference": "Condition/ConditionCKD",
"display": "Chronic Kidney Disease"
}
],
"patientInstruction": "Call the clinic at 555-555-5555 to set up your appointments"
}