FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions

: Medication Dispense Administration Location Codes - JSON Representation

Page standards status: Informative Maturity Level: 0

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "medicationdispense-admin-location",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/medicationdispense-admin-location</code> defines the following codes:\n            </p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">inpatient\n                  <a name=\"medicationdispense-admin-location-inpatient\"> </a>\n                </td>\n                <td>Inpatient</td>\n                <td>Includes dispenses for medications to be administered or consumed in an inpatient or acute care setting.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">outpatient\n                  <a name=\"medicationdispense-admin-location-outpatient\"> </a>\n                </td>\n                <td>Outpatient</td>\n                <td>Includes dispenses for medications to be administered or consumed in an outpatient setting (for example, Emergency Department, Outpatient Clinic, Outpatient Surgery, Doctor's office).</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">community\n                  <a name=\"medicationdispense-admin-location-community\"> </a>\n                </td>\n                <td>Community</td>\n                <td>Includes dispenses for medications to be administered or consumed by the patient in their home (this would include long term care or nursing homes, hospices, etc.).</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r5.r4"
        },
        {
          "url" : "version",
          "valueString" : "0.0.1-snapshot-2"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "phx"
    }
  ],
  "url" : "http://hl7.org/fhir/medicationdispense-admin-location",
  "version" : "5.0.0",
  "name" : "MedDispenseAdminLocationCodes",
  "title" : "Medication Dispense Administration Location Codes",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-09-13T16:55:28-04:00",
  "publisher" : "Pharmacy",
  "contact" : [
    {
      "name" : "Pharmacy",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/medication"
        }
      ]
    }
  ],
  "description" : "Medication Dispense Administration Location Codes",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/medicationdispense-admin-location",
  "content" : "complete",
  "concept" : [
    {
      "code" : "inpatient",
      "display" : "Inpatient",
      "definition" : "Includes dispenses for medications to be administered or consumed in an inpatient or acute care setting."
    },
    {
      "code" : "outpatient",
      "display" : "Outpatient",
      "definition" : "Includes dispenses for medications to be administered or consumed in an outpatient setting (for example, Emergency Department, Outpatient Clinic, Outpatient Surgery, Doctor's office)."
    },
    {
      "code" : "community",
      "display" : "Community",
      "definition" : "Includes dispenses for medications to be administered or consumed by the patient in their home (this would include long term care or nursing homes, hospices, etc.)."
    }
  ]
}