FHIR IG analytics| Package | hl7.fhir.us.mcc |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-long-covid-request.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest long-covid-request
status: Active
intent: Plan
code: Referral to infectious disease clinic (procedure)
subject: Patricia Noelle
authoredOn: 2022-05-20
requester: Dr. John Carlson
reasonReference: Long COVID
patientInstruction: Call the clinic at 444-COV-ID19 to set up your appointments
{
"resourceType": "ServiceRequest",
"id": "long-covid-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": "442135008",
"display": "Referral to infectious disease clinic (procedure)"
}
]
},
"subject": {
"reference": "Patient/cc-pat-pnoelle",
"display": "Patricia Noelle"
},
"authoredOn": "2022-05-20",
"requester": {
"reference": "Practitioner/practitionerMCC-3v",
"display": "Dr. John Carlson"
},
"reasonReference": [
{
"reference": "Condition/encounter-diag-1",
"display": "Long COVID"
}
],
"patientInstruction": "Call the clinic at 444-COV-ID19 to set up your appointments"
}