FHIR CI-Build

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

Example CodeSystem/reason-medication-not-given-codes (JSON)

Pharmacy Work GroupMaturity Level: N/AStandards Status: Informative

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

Definition for Code SystemReasonMedicationNotGivenCodes

{
  "resourceType" : "CodeSystem",
  "id" : "reason-medication-not-given-codes",
  "meta" : {
    "lastUpdated" : "2024-03-06T04:43:10.887+00:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/reason-medication-not-given</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">a<a name=\"reason-medication-not-given-codes-a\"> </a></td><td>None</td><td>No reason known.</td></tr><tr><td style=\"white-space:nowrap\">b<a name=\"reason-medication-not-given-codes-b\"> </a></td><td>Away</td><td>The patient was not available when the dose was scheduled.</td></tr><tr><td style=\"white-space:nowrap\">c<a name=\"reason-medication-not-given-codes-c\"> </a></td><td>Asleep</td><td>The patient was asleep when the dose was scheduled.</td></tr><tr><td style=\"white-space:nowrap\">d<a name=\"reason-medication-not-given-codes-d\"> </a></td><td>Vomit</td><td>The patient was given the medication and immediately vomited it back.</td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "phx"
  }],
  "url" : "http://hl7.org/fhir/reason-medication-not-given",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.343"
  },
  {
    "use" : "old",
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.1.333"
  },
  {
    "use" : "old",
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.2.187"
  }],
  "version" : "6.0.0-cibuild",
  "name" : "ReasonMedicationNotGivenCodes",
  "title" : "Reason Medication Not Given Codes",
  "status" : "active",
  "experimental" : false,
  "publisher" : "HL7 International",
  "description" : "This value set is provided as an example. The value set to instantiate this attribute should be drawn from a robust terminology code system that consists of or contains concepts to support the medication process.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [{
    "code" : "a",
    "display" : "None",
    "definition" : "No reason known."
  },
  {
    "code" : "b",
    "display" : "Away",
    "definition" : "The patient was not available when the dose was scheduled."
  },
  {
    "code" : "c",
    "display" : "Asleep",
    "definition" : "The patient was asleep when the dose was scheduled."
  },
  {
    "code" : "d",
    "display" : "Vomit",
    "definition" : "The patient was given the medication and immediately vomited it back."
  }]
}

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.