FHIR IG analytics| Package | fhir.cdc.opioid-cds-r4 |
| Resource Type | Encounter |
| Id | Encounter-oncologist-participant.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter oncologist-participant
Data Date-Roller Extension
- dateLastUpdated: 2023-05-01
- frequency: No display for Duration (value: 30.0; unit: days; system: http://unitsofmeasure.org; code: d)
status: Finished
class: ActCode: AMB (ambulatory)
type: Office or other outpatient visit for the evaluation and management of a new patient, which requires a medically appropriate history and/or examination and low level of medical decision making. When using time for code selection, 30-44 minutes of total time is spent on the date of the encounter.
subject: opioidcds example Male, DoB: 1983-01-10
| Type | Individual |
| Medical Oncology Physician | PractitionerRole: period = 2021-11-24 --> 2023-11-24; specialty = Medical Oncology Physician |
period: 2022-11-29 --> 2022-11-29
{
"resourceType": "Encounter",
"id": "oncologist-participant",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "dateLastUpdated",
"valueDateTime": "2023-05-01"
},
{
"url": "frequency",
"valueDuration": {
"value": 30,
"unit": "days",
"system": "http://unitsofmeasure.org",
"code": "d"
}
}
],
"url": "http://fhir.org/guides/cdc/opioid-cds/StructureDefinition/dataDateRoller"
}
],
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "AMB",
"display": "ambulatory"
},
"type": [
{
"coding": [
{
"system": "http://www.ama-assn.org/go/cpt",
"code": "99203",
"display": "Office or other outpatient visit for the evaluation and management of a new patient, which requires a medically appropriate history and/or examination and low level of medical decision making. When using time for code selection, 30-44 minutes of total time is spent on the date of the encounter."
}
]
}
],
"subject": {
"reference": "Patient/example-opioidcds"
},
"participant": [
{
"type": [
{
"coding": [
{
"system": "http://nucc.org/provider-taxonomy",
"code": "207RX0202X",
"display": "Medical Oncology Physician"
}
]
}
],
"individual": {
"reference": "PractitionerRole/oncology-specialist"
}
}
],
"period": {
"start": "2022-11-29",
"end": "2022-11-29"
}
}