FHIR IG analytics| Package | hl7.fhir.us.mcc |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-counseling-1x-wk.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest counseling-1x-wk
status: Active
intent: Plan
code: Counseling (procedure)
subject: Patricia Noelle
occurrence: Count 20 times, 3 per1 weeks
authoredOn: 2022-05-03
requester: Dr. John Carlson
reasonReference: Long COVID
patientInstruction: Call the clinic at 444-COV-ID19 to set up your appointments
{
"resourceType": "ServiceRequest",
"id": "counseling-1x-wk",
"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": "409063005",
"display": "Counseling (procedure)"
}
]
},
"subject": {
"reference": "Patient/cc-pat-pnoelle",
"display": "Patricia Noelle"
},
"occurrenceTiming": {
"repeat": {
"count": 20,
"countMax": 30,
"frequency": 3,
"period": 1,
"periodUnit": "wk"
}
},
"authoredOn": "2022-05-03",
"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"
}