R6 Ballot (3rd Draft) (1st Full Ballot)

Publish-box (todo) This page is part of the FHIR Specification v6.0.0-ballot4: Release 6 Ballot (1st Full Ballot) (see Ballot Notes ). The current version is 5.0.0 . For a full list of available versions, see the Directory of published versions for published versions

Example MedicationStatement/example004 (JSON)

Maturity Level : N/A
Responsible Owner: Pharmacy Work Group Standards Status : Informative Compartments : Encounter , Group , Patient , Practitioner , RelatedPerson

Raw JSON ( canonical form + also see JSON Format Specification )

Patient reports they were taking Amoxicillin in the past but are not taking it now

{
  "resourceType" : "MedicationStatement",
  "id" : "example004",
  "status" : "recorded",
  "medication" : {
    "concept" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "27658006",
        "display" : "Product containing amoxicillin (medicinal product)"
      }]
    }
  },
  "subject" : {
    "reference" : "Patient/pat1",
    "display" : "Donald Duck"
  },
  "effectiveDateTime" : "2014-01-23",
  "dateAsserted" : "2015-02-22",
  "informationSource" : [{
    "reference" : "Patient/pat1",
    "display" : "Donald Duck"
  }],
  "note" : [{
    "text" : "Patient indicates they miss the occasional dose"
  }],
  "dosage" : [{
    "text" : "one capsule three times daily",
    "timing" : {
      "repeat" : {
        "frequency" : 3,
        "period" : 1,
        "periodUnit" : "d"
      }
    },
    "asNeeded" : false,
    "route" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "260548002",
        "display" : "Oral"

  "dosage" : {
    "safety" : {
      "doseLimit" : [{
        "valueQuantity" : {
          "value" : 3,
          "unit" : "capsules",
          "system" : "http://snomed.info/sct",
          "code" : "385055001"
        },
        "scope" : "period",
        "period" : {
          "value" : 1,
          "system" : "http://unitsofmeasure.org",
          "code" : "d"
        }

      }]
    },
    "maxDosePerPeriod" : [{
      "numerator" : {
        "value" : 3,
        "unit" : "capsules",
        "system" : "http://snomed.info/sct",
        "code" : "385055001"
      },
      "denominator" : {
        "value" : 1,
        "system" : "http://unitsofmeasure.org",
        "code" : "d"
      }
    }]
  }],

    }
  },

  "adherence" : {
    "code" : {
      "coding" : [{
        "system" : "http://hl7.org/fhir/CodeSystem/medication-statement-adherence",
        "code" : "not-taking",
        "display" : "Not Taking"
      }]
    },
    "reason" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "266710000",
        "display" : "Drugs not taken/completed"
      }]
    }
  }
}

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.