http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category|4.0.1

name
MedicationDispense Category Codes
package
hl7.fhir.r4.examples@4.0.1
content
complete
status
draft

Medication dispense category codes

MedicationDispense Category Codes

{
  "description" : "MedicationDispense Category Codes",
  "compose" : null,
  "package" : "hl7.fhir.r4.examples@4.0.1",
  "date" : null,
  "meta" : {
    "profile" : [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
    "lastUpdated" : "2019-11-01T09:29:23.356+11:00"
  },
  "publisher" : "FHIR Project team",
  "content" : "complete",
  "name" : "MedicationDispense Category Codes",
  "experimental" : false,
  "resourceType" : "CodeSystem",
  "title" : "Medication dispense  category  codes",
  "supliment" : null,
  "extension" : [ {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "phx"
  } ],
  "status" : "draft",
  "id" : "d8a2b8b1-98b4-54f6-9a03-d36ff507e090",
  "valueSet" : "http://hl7.org/fhir/ValueSet/medicationdispense-category",
  "url" : "http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category",
  "identifier" : [ {
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.1315",
    "system" : "urn:ietf:rfc:3986"
  } ],
  "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.)."
  }, {
    "code" : "discharge",
    "display" : "Discharge",
    "definition" : "Includes dispenses for medications created when the patient is being released from a facility."
  } ],
  "caseSensitive" : true,
  "version" : "4.0.1",
  "contact" : [ {
    "telecom" : [ {
      "value" : "http://hl7.org/fhir",
      "system" : "url"
    } ]
  } ]
}