FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.cdc.opioid-cds-r4
Resource TypeEncounter
IdEncounter-oncologist-participant.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Participants

-TypeIndividual
*Medical Oncology PhysicianPractitionerRole: period = 2021-11-24 --> 2023-11-24; specialty = Medical Oncology Physician

period: 2022-11-29 --> 2022-11-29


Source1

{
  "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"
  }
}