FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example MedicationStatement/example009 (JSON)

Pharmacy Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Encounter, Patient, Practitioner, RelatedPerson

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

Patient reports they used the medication patch on this day.

{
  "resourceType" : "MedicationStatement",
  "id" : "example009",
  "contained" : [{
    "resourceType" : "Medication",
    "id" : "med0315",
    "code" : {
      "coding" : [{
        "system" : "http://hl7.org/fhir/sid/ndc",
        "code" : "358793",
        "display" : "Nigroglycerin patch"
      }]
    },
    "doseForm" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "376251004",
        "display" : "Nitroglycerin 200 microgram/hour prolonged-release transdermal patch"
      }]
    }
  }],
  "partOf" : [{
    "reference" : "MedicationStatement/example008"
  }],
  "status" : "recorded",
  "medication" : {
    "reference" : {
      "reference" : "#med0315"
    }
  },
  "subject" : {
    "reference" : "Patient/pat1",
    "display" : "Donald Duck"
  },
  "effectiveDateTime" : "2015-01-23",
  "dateAsserted" : "2015-02-22",
  "informationSource" : [{
    "reference" : "Patient/pat1",
    "display" : "Donald Duck"
  }],
  "note" : [{
    "text" : "Patient reports they used the medication patch on this day."
  }]
}

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.