FHIR CI-Build

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

Example Flag/medication (JSON)

Patient Care Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Device, Patient, Practitioner

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

Medication

{
  "resourceType" : "Flag",
  "id" : "medication",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Warning: Usage of Oxycodone in the formulary requires special approval before prescription</div>"
  },
  "identifier" : [{
    "value" : "warning-2024-drug-Oxycodone"
  }],
  "status" : "active",
  "category" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/flag-category",
      "code" : "admin",
      "display" : "Administrative"
    }],
    "text" : "Administrative"
  }],
  "code" : {
    "coding" : [{
      "system" : "http://example.org/local",
      "code" : "special-approval-required",
      "display" : "Special Approval Required"
    }],
    "text" : "Usage of Oxycodone requires special approval before prescription."
  },
  "subject" : {
    "reference" : "Medication/med0310",
    "display" : "Oxycodone"
  },
  "period" : {
    "start" : "2024-09-01"
  },
  "author" : {
    "display" : "Pharmacy and Therapeutics Co"
  }
}

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.