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

FHIR IG analytics

Packagefhir.astp.bhp
Resource TypeMedicationDispense
IdMedicationDispense-bupropion-dispense-example-1.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 bupropion-dispense-example-1

status: Completed

medication: bupropion hydrochloride 200 MG

subject: James Wolff

quantity: 30 pills

whenHandedOver: 2016-12-08 06:38:52+0000

DosageInstructions

-Text
*200 mg daily

Source1

{
  "resourceType": "MedicationDispense",
  "id": "bupropion-dispense-example-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationdispense|6.1.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "993532",
        "display": "bupropion hydrochloride 200 MG"
      }
    ]
  },
  "subject": {
    "reference": "Patient/bh-patient-example",
    "display": "James Wolff"
  },
  "quantity": {
    "value": 30,
    "unit": "pills",
    "system": "http://unitsofmeasure.org"
  },
  "whenHandedOver": "2016-12-08T06:38:52Z",
  "dosageInstruction": [
    {
      "text": "200 mg daily"
    }
  ]
}