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

FHIR IG analytics

Packagefhir.onc.us-quality-core
Resource TypeMedicationDispense
IdMedicationDispense-example.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 example

status: Completed

medication: Medication alemtuzumab 10 MG/ML [Lemtrada]

subject: Jim Chalmers Male, DoB: 1974-12-25 ( Medical record number (use: usual, period: 2001-05-06 --> (ongoing)))

Performers

-Actor
*Practitioner Adam Careful

authorizingPrescription: MedicationRequest: status = active; intent = order; medication[x] = ->Medication alemtuzumab 10 MG/ML [Lemtrada]; authoredOn = 2015-03-25 19:32:52-0500

quantity: 100 ml (Details: UCUM codeml = 'ml')

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

whenPrepared: 2012-05-30 16:20:00+0000

whenHandedOver: 2012-05-31 10:20:00+0000

destination: Location South Wing, second floor

receiver: Jim Chalmers Male, DoB: 1974-12-25 ( Medical record number (use: usual, period: 2001-05-06 --> (ongoing)))

dosageInstruction

timing: 3 per 1 day

route: oral administration of treatment

DoseAndRates

-TypeDose[x]
*Ordered5 ml (Details: UCUM codeml = 'ml')

Substitutions

-WasSubstitutedType
*falseNo substitution occurred or is permitted.

Source1

{
  "resourceType": "MedicationDispense",
  "id": "example",
  "meta": {
    "profile": [
      "http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-medicationdispense"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "medicationReference": {
    "reference": "Medication/example"
  },
  "subject": {
    "reference": "Patient/example"
  },
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/example"
      }
    }
  ],
  "authorizingPrescription": [
    {
      "reference": "MedicationRequest/example"
    }
  ],
  "quantity": {
    "value": 100,
    "unit": "ml",
    "system": "http://unitsofmeasure.org",
    "code": "ml"
  },
  "daysSupply": {
    "value": 30,
    "unit": "Day",
    "system": "http://unitsofmeasure.org",
    "code": "d"
  },
  "whenPrepared": "2012-05-30T16:20:00+00:00",
  "whenHandedOver": "2012-05-31T10:20:00+00:00",
  "destination": {
    "reference": "Location/example"
  },
  "receiver": [
    {
      "reference": "Patient/example"
    }
  ],
  "dosageInstruction": [
    {
      "timing": {
        "repeat": {
          "frequency": 3,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "394899003",
            "display": "oral administration of treatment"
          }
        ]
      },
      "doseAndRate": [
        {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                "code": "ordered",
                "display": "Ordered"
              }
            ]
          },
          "doseQuantity": {
            "value": 5,
            "unit": "ml",
            "system": "http://unitsofmeasure.org",
            "code": "ml"
          }
        }
      ]
    }
  ],
  "substitution": {
    "wasSubstituted": false,
    "type": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-substanceAdminSubstitution",
          "code": "N",
          "display": "none"
        }
      ],
      "text": "No substitution occurred or is permitted."
    }
  }
}