DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Medicationprescriptionexample2.json

Raw JSON (canonical form)

Fully populated dose structure of a prescription in text

{
  "resourceType": "MedicationPrescription",
  "id": "medrx002",
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "identifier": [
    {
      "use": "official",
      "system": "http://www.bmc.nl/portal/prescriptions",
      "value": "12345"
    }
  ],
  "dateWritten": "2015-03-01",
  "status": "active",
  "patient": {
    "reference": "Patient/f001",
    "display": "Eve Everywoman"
  },
  "prescriber": {
    "reference": "Practitioner/f008",
    "display": "Patricia Primary"
  },
  "encounter": {
    "reference": "Encounter/f002",
    "display": "encounter who leads to this prescription"
  },
  "reasonCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "64859006",
        "display": "Osteoporosis"
      }
    ]
  },
  "medication": {
    "reference": "Medication/MedicationExample5",
    "display": "prescribed medication"
  },
  "dosageInstruction": [
    {
      "text": "Take one tablet daily as directed"
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.