http://hl7.org/fhir/CodeSystem/medication-admin-status|5.0.0

name
MedicationAdministrationStatusCodes
package
hl7.fhir.r5.core@5.0.0
content
complete
status
active

MedicationAdministration Status Codes

MedicationAdministration Status Codes

{
  "description" : "MedicationAdministration Status Codes",
  "compose" : null,
  "package" : "hl7.fhir.r5.core@5.0.0",
  "date" : null,
  "meta" : {
    "profile" : [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
    "lastUpdated" : "2023-03-26T15:21:02.749+11:00"
  },
  "publisher" : "HL7 International",
  "jurisdiction" : [ {
    "coding" : [ {
      "code" : "001",
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "display" : "World"
    } ]
  } ],
  "content" : "complete",
  "name" : "MedicationAdministrationStatusCodes",
  "experimental" : false,
  "resourceType" : "CodeSystem",
  "title" : "MedicationAdministration Status Codes",
  "supliment" : null,
  "extension" : [ {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "phx"
  } ],
  "status" : "active",
  "id" : "14e75950-b23c-5f89-b018-179638026bec",
  "valueSet" : "http://hl7.org/fhir/ValueSet/medication-admin-status",
  "url" : "http://hl7.org/fhir/CodeSystem/medication-admin-status",
  "identifier" : [ {
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.2000",
    "system" : "urn:ietf:rfc:3986"
  } ],
  "concept" : [ {
    "code" : "in-progress",
    "display" : "In Progress",
    "definition" : "The administration has started but has not yet completed."
  }, {
    "code" : "not-done",
    "display" : "Not Done",
    "definition" : "The administration was terminated prior to any impact on the subject (though preparatory actions may have been taken)"
  }, {
    "code" : "on-hold",
    "display" : "On Hold",
    "definition" : "Actions implied by the administration have been temporarily halted, but are expected to continue later. May also be called 'suspended'."
  }, {
    "code" : "completed",
    "display" : "Completed",
    "definition" : "All actions that are implied by the administration have occurred."
  }, {
    "code" : "entered-in-error",
    "display" : "Entered in Error",
    "definition" : "The administration was entered in error and therefore nullified."
  }, {
    "code" : "stopped",
    "display" : "Stopped",
    "definition" : "Actions implied by the administration have been permanently halted, before all of them occurred."
  }, {
    "code" : "unknown",
    "display" : "Unknown",
    "definition" : "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."
  } ],
  "caseSensitive" : true,
  "version" : "5.0.0"
}