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/example007 (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 intend to use Mometasone in the future

{
  "resourceType" : "MedicationStatement",
  "id" : "example007",
  "contained" : [{
    "resourceType" : "Medication",
    "id" : "med0315",
    "code" : {
      "coding" : [{
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "358793",
        "display" : "mometasone furoate 0.05 MG/ACTUAT"
      }]
    },
    "doseForm" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "385157007",
        "display" : "Nasal Spray"
      }]
    }
  }],
  "status" : "recorded",
  "medication" : {
    "reference" : {
      "reference" : "#med0315"
    }
  },
  "subject" : {
    "reference" : "Patient/pat1",
    "display" : "Donald Duck"
  },
  "informationSource" : [{
    "reference" : "Patient/pat1",
    "display" : "Donald Duck"
  }],
  "note" : [{
    "text" : "patient plans to start using for seasonal allergies in the Spring when pollen is in the air"
  }]
}

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.