Release 4 5 Ballot

This page is part of the FHIR Specification (v4.0.1: R4 (v5.0.0-ballot: R5 Ballot - Mixed Normative and STU see ballot notes ) in it's permanent home (it will always be available at this URL). ). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3

Using Codes Code Systems Value Sets Concept Maps Identifier Systems 4.3.14.149 Code System http://terminology.hl7.org/CodeSystem/medication-admin-status

Example CodeSystem/specimen-combined (JSON)

Committee:
Pharmacy Orders and Observations Work Group   Maturity Level : 2 N/A Trial Use Use Context : Any This is a code system defined by the FHIR project. Summary Defining URL: http://terminology.hl7.org/CodeSystem/medication-admin-status Version: 4.0.1 Name: MedicationAdministration Standards Status Codes Title: Medication administration status codes Definition: : Informative MedicationAdministration Status Codes

Raw JSON 4.3.14.149.2 ( canonical form Medication administration status codes + also see JSON Format Specification )

MedicationAdministration Status Codes Definition for Code SystemSpecimenCombined

{
  "resourceType" : "CodeSystem",
  "id" : "specimen-combined",
  "meta" : {
    "lastUpdated" : "2022-09-10T04:52:37.223+10:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/specimen-combined</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\">grouped<a name=\"specimen-combined-grouped\"> </a></td><td>Grouped</td><td>The specimen is in a group.</td></tr><tr><td style=\"white-space:nowrap\">pooled<a name=\"specimen-combined-pooled\"> </a></td><td>Pooled</td><td>The specimen is pooled.</td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "oo"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 2
  }],
  "url" : "http://hl7.org/fhir/specimen-combined",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.2061"
  }],
  "version" : "5.0.0-ballot",
  "name" : "SpecimenCombined",
  "title" : "SpecimenCombined",
  "status" : "draft",
  "experimental" : false,
  "date" : "2021-01-05T10:01:24+11:00",
  "publisher" : "HL7 (FHIR Project)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    },
    {
      "system" : "email",
      "value" : "fhir@lists.hl7.org"
    }]
  }],
  "description" : "Codes providing the combined status of the specimen.",
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/specimen-combined",
  "content" : "complete",
  "concept" : [{
    "code" : "grouped",
    "display" : "Grouped",
    "definition" : "The specimen is in a group."
  },
  {
    "code" : "pooled",
    "display" : "Pooled",
    "definition" : "The specimen is pooled."
  }]
}

This code system http://terminology.hl7.org/CodeSystem/medication-admin-status defines the following codes: Code Display Definition in-progress In Progress The administration has started but Usage note: every effort has not yet completed. not-done Not Done The administration was terminated prior to any impact on the subject (though preparatory actions may have been taken) on-hold On Hold Actions implied by the administration have been temporarily halted, but are expected made to continue later. May also be called 'suspended'. completed Completed All actions ensure that are implied by the administration have occurred. entered-in-error Entered in Error The administration was entered in error examples are correct and therefore nullified. stopped Stopped Actions implied by the administration have been permanently halted, before all of them occurred. unknown Unknown The authoring system does not know which of the status values currently applies for this request. Note: This concept is not to be used for 'other' - one of the listed statuses is presumed to apply, it's just not known which one.   See the full registry of code systems defined as part of FHIR. Explanation of the columns that may appear on this page: Level A few code lists that FHIR defines useful, but they are hierarchical - each code is assigned a level. See Code System for further information. Source The source of the definition of the code (when the value set draws in codes defined elsewhere) Code The code (used as the code in the resource instance). If the code is in italics, this indicates that the code is not selectable ('Abstract') Display The display (used in the display element of a Coding ). If there is no display, implementers should not simply display the code, but map the concept into their application Definition An explanation of the meaning normative part of the concept Comments Additional notes about how to use the code specification.