FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.astp.us-quality-core
Resource TypeValueSet
IdValueSet-us-quality-core-non-negative-medication-admin-status.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/FHIR/us-quality-core/ValueSet-us-quality-core-non-negative-medication-admin-status.html
URLhttp://fhir.org/guides/astp/us-quality-core/ValueSet/us-quality-core-non-negative-medication-admin-status
Version0.1.0
Statusactive
Date2018-12-05T00:00:00+00:00
NameNonNegativeMedicationAdministrationStatus
TitleNon-Negative MedicationAdministration Status
Realmus
Authorityhl7
DescriptionThis value set defines the set of codes that indicate a non-negated medication administration status (i.e. codes that are not `not-done`)
PurposeThis value set was defined to support the set of medication administration statuses in FHIR that do not explicitly indicate a negative status (i.e. all the codes from the http://terminology.hl7.org/CodeSystem/medication-admin-status code system that are not `not-done`).

Resources that use this resource

StructureDefinition
fhir.astp.us-quality-core#currentus-quality-core-medicationadministrationUS Quality Core MedicationAdministration

Resources that this resource uses

CodeSystem
hl7.fhir.uv.xver-r4.r4b#0.1.0medication-admin-statusMedication administration status codes

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet us-quality-core-non-negative-medication-admin-status

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/medication-admin-status version 📦4.0.1
    CodeDisplayDefinition
    in-progressIn ProgressThe administration has started but has not yet completed.
    on-holdOn HoldActions implied by the administration have been temporarily halted, but are expected to continue later. May also be called 'suspended'.
    completedCompletedAll actions that are implied by the administration have occurred.
    entered-in-errorEntered in ErrorThe administration was entered in error and therefore nullified.
    stoppedStoppedActions implied by the administration have been permanently halted, before all of them occurred.
    unknownUnknownThe 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.

Source1

{
  "resourceType": "ValueSet",
  "id": "us-quality-core-non-negative-medication-admin-status",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.org/guides/astp/us-quality-core/ValueSet/us-quality-core-non-negative-medication-admin-status",
  "version": "0.1.0",
  "name": "NonNegativeMedicationAdministrationStatus",
  "title": "Non-Negative MedicationAdministration Status",
  "status": "active",
  "experimental": false,
  "date": "2018-12-05T00:00:00+00:00",
  "publisher": "ASTP",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.healthit.gov/"
        }
      ]
    }
  ],
  "description": "This value set defines the set of codes that indicate a non-negated medication administration status (i.e. codes that are not `not-done`)",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ],
      "text": "USA"
    }
  ],
  "purpose": "This value set was defined to support the set of medication administration statuses in FHIR that do not explicitly indicate a negative status (i.e. all the codes from the http://terminology.hl7.org/CodeSystem/medication-admin-status code system that are not `not-done`).",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/medication-admin-status",
        "concept": [
          {
            "code": "in-progress",
            "display": "In Progress"
          },
          {
            "code": "on-hold",
            "display": "On Hold"
          },
          {
            "code": "completed",
            "display": "Completed"
          },
          {
            "code": "entered-in-error",
            "display": "Entered in Error"
          },
          {
            "code": "stopped",
            "display": "Stopped"
          },
          {
            "code": "unknown",
            "display": "Unknown"
          }
        ]
      }
    ]
  }
}