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

FHIR IG analytics

Packageihe.pharm.mpd.r4
Resource TypeCodeSystem
IdCodeSystem-medicationdispense-admin-location.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

This code system http://hl7.org/fhir/medicationdispense-admin-location defines the following codes:

Code Display Definition
inpatient Inpatient Includes dispenses for medications to be administered or consumed in an inpatient or acute care setting.
outpatient Outpatient Includes dispenses for medications to be administered or consumed in an outpatient setting (for example, Emergency Department, Outpatient Clinic, Outpatient Surgery, Doctor's office).
community Community 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.).

Source1

{
  "resourceType": "CodeSystem",
  "id": "medicationdispense-admin-location",
  "meta": {
    "lastUpdated": "2023-03-26T15:21:02.749+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "phx"
    },
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/web-source",
      "valueUrl": "http://hl7.org/fhir/R5/codesystem-medicationdispense-admin-location.html"
    }
  ],
  "url": "http://hl7.org/fhir/medicationdispense-admin-location",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.4.1972"
    }
  ],
  "version": "5.0.0",
  "name": "MedDispenseAdminLocationCodes",
  "title": "Medication Dispense Administration Location Codes",
  "status": "active",
  "experimental": false,
  "publisher": "HL7 International",
  "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.)."
    }
  ]
}