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

FHIR IG analytics

Packagehl7.fhir.uv.cpg.r4
Resource TypeMedicationDispense
IdMedicationDispense-dm-scenario7.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 dm-scenario7

status: Cancelled

medication: Levothyroxine Sodium, 1000 TABLET in 1 BOTTLE, PLASTIC (0378-1805-10) (package)

subject: Example Patient Female, DoB: 1990-10-01

authorizingPrescription: MedicationRequest: status = active; intent = order; priority = routine; medication[x] = Levothyroxine sodium 75 microgram oral tablet; reasonCode = Hypothyroidism (disorder)

type: Refill - Part Fill

quantity: 100(unit TAB from http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm) (Details: Orderable Drug Form codeTAB = 'Tablet')

daysSupply: 30 Day (Details: UCUM coded = 'd')

whenPrepared: 2015-03-16 17:13:00+0500

dosageInstruction

sequence: 1

text: 75mcg daily daily

timing: Once per 1 days

route: Oral Route (qualifier value)

DoseAndRates

-TypeDose[x]
*Ordered75 mcg (Details: UCUM codeug = 'ug')

Source1

{
  "resourceType": "MedicationDispense",
  "id": "dm-scenario7",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-medicationdispense"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "cancelled",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/sid/ndc",
        "code": "0378-1805-10",
        "display": "Levothyroxine Sodium, 1000 TABLET in 1 BOTTLE, PLASTIC (0378-1805-10) (package)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/dm-scenario7-patient"
  },
  "authorizingPrescription": [
    {
      "reference": "MedicationRequest/dm-scenario7-mr"
    }
  ],
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code": "RFP",
        "display": "Refill - Part Fill"
      }
    ]
  },
  "quantity": {
    "value": 100,
    "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
    "code": "TAB"
  },
  "daysSupply": {
    "value": 30,
    "unit": "Day",
    "system": "http://unitsofmeasure.org",
    "code": "d"
  },
  "whenPrepared": "2015-03-16T17:13:00+05:00",
  "dosageInstruction": [
    {
      "sequence": 1,
      "text": "75mcg daily daily",
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral Route (qualifier value)"
          }
        ]
      },
      "doseAndRate": [
        {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                "code": "ordered",
                "display": "Ordered"
              }
            ]
          },
          "doseQuantity": {
            "value": 75,
            "unit": "mcg",
            "system": "http://unitsofmeasure.org",
            "code": "ug"
          }
        }
      ]
    }
  ]
}