Release 5 Ballot

This page is part of the FHIR Specification (v5.0.0-ballot: FHIR R5 Ballot Preview). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Example CodeSystem/administration-subpotent-reason (JSON)

Pharmacy Work GroupMaturity Level: N/AStandards Status: Informative

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

Definition for Code SystemAdministrationSubPotentReason

{
  "resourceType" : "CodeSystem",
  "id" : "administration-subpotent-reason",
  "meta" : {
    "lastUpdated" : "2022-09-07T10:58:29.429+10:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div>!-- Snipped for Brevity --></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "phx"
  }],
  "url" : "http://hl7.org/fhir/CodeSystem/administration-subpotent-reason",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.2001"
  }],
  "version" : "5.0.0-ballot",
  "name" : "AdministrationSubPotentReason",
  "title" : "Administration SubPotent Reason",
  "status" : "draft",
  "experimental" : false,
  "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 administration process.",
  "caseSensitive" : true,
  "hierarchyMeaning" : "is-a",
  "content" : "complete",
  "concept" : [{
    "code" : "partialdose",
    "display" : "Partial Dose",
    "definition" : "The full amount of the dose was not administered to the patient.",
    "concept" : [{
      "code" : "vomited",
      "display" : "Vomited",
      "definition" : "The patient vomited part of the dose."
    }]
  },
  {
    "code" : "coldchainbreak",
    "display" : "Cold Chain Break",
    "definition" : "The medication experienced a cold chain break."
  },
  {
    "code" : "recall",
    "display" : "Manufacturer Recall",
    "definition" : "The medication was recalled by the manufacturer."
  },
  {
    "code" : "adversestorage",
    "display" : "Adverse Storage",
    "definition" : "The medication experienced adverse storage conditions."
  },
  {
    "code" : "expired",
    "display" : "Expired Product",
    "definition" : "The medication was expired at the time of administration."
  }]
}

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.