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

FHIR IG analytics

Packagefhir.cdc.opioid-cds-r4
Resource TypeMedicationDispense
IdMedicationDispense-ambulatory-opioid.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: MedicationDispense ambulatory-opioid

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: Completed

category: Community

medication: Suboxone 2 MG / 0.5 MG Sublingual Film

subject: opioidcds example Male, DoB: 1983-01-10

whenHandedOver: 2023-03-31

dosageInstruction

timing: Once per 1.0 days

asNeeded: false

DoseAndRates

-Dose[x]
*1.0 film

Source1

{
  "resourceType": "MedicationDispense",
  "id": "ambulatory-opioid",
  "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": "completed",
  "category": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
        "code": "community",
        "display": "Community"
      }
    ]
  },
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "1010603",
        "display": "Suboxone 2 MG / 0.5 MG Sublingual Film"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-opioidcds"
  },
  "whenHandedOver": "2023-03-31",
  "dosageInstruction": [
    {
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "asNeededBoolean": false,
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "unit": "film"
          }
        }
      ]
    }
  ]
}