{
  "resourceType" : "CodeSystem",
  "id" : "medication-request-category",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem medication-request-category</b></p><a name=\"medication-request-category\"> </a><a name=\"hcmedication-request-category\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/medication-request-category</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">inpatient<a name=\"medication-request-category-inpatient\"> </a></td><td>Inpatient</td><td>Includes orders for medications to be administered or consumed in an inpatient or acute care setting</td></tr><tr><td style=\"white-space:nowrap\">outpatient<a name=\"medication-request-category-outpatient\"> </a></td><td>Outpatient</td><td>Includes orders for medications to be administered or consumed in an outpatient setting (for example, Emergency Department, Outpatient Clinic, Outpatient Surgery, Doctor's office)</td></tr><tr><td style=\"white-space:nowrap\">community<a name=\"medication-request-category-community\"> </a></td><td>Community</td><td>Includes orders 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></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
    "valueString" : "Informative"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 3
  },
  {
    "extension" : [{
      "url" : "packageId",
      "valueId" : "hl7.fhir.uv.xver-r3.r4"
    },
    {
      "url" : "version",
      "valueString" : "0.1.0"
    },
    {
      "url" : "uri",
      "valueUri" : "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r3.r4"
    }],
    "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "phx"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use",
    "_valueCode" : {
      "extension" : [{
        "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
        "valueCanonical" : "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r3.r4"
      }]
    }
  }],
  "url" : "http://hl7.org/fhir/medication-request-category",
  "version" : "3.0.2",
  "name" : "MedicationRequestCategory",
  "status" : "draft",
  "experimental" : false,
  "date" : "2019-10-23T19:53:00-05:00",
  "publisher" : "Pharmacy",
  "contact" : [{
    "name" : "Pharmacy",
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/medication"
    }]
  }],
  "description" : "A coded concept identifying where the medication ordered is expected to be consumed or administered",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/medication-request-category",
  "content" : "complete",
  "concept" : [{
    "code" : "inpatient",
    "display" : "Inpatient",
    "definition" : "Includes orders for medications to be administered or consumed in an inpatient or acute care setting"
  },
  {
    "code" : "outpatient",
    "display" : "Outpatient",
    "definition" : "Includes orders 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 orders for medications to be administered or consumed by the patient in their home (this would include long term care or nursing homes, hospices, etc)"
  }]
}