{
  "resourceType" : "CodeSystem",
  "id" : "med-dispense-perform-function",
  "meta" : {
    "lastUpdated" : "2018-08-19T21:48:56.559+10:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>MedicationDispensePerformerFunction</h2><div><p>A code describing the role an individual played in dispensing a medication.</p>\n</div><p>This code system http://terminology.hl7.org/CodeSystem/med-dispense-perform-function 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\">dataenterer<a name=\"med-dispense-perform-function-dataenterer\"> </a></td><td>Data Enterer</td><td>Recorded the details of the request.</td></tr><tr><td style=\"white-space:nowrap\">packager<a name=\"med-dispense-perform-function-packager\"> </a></td><td>Packager</td><td>Prepared the medication.</td></tr><tr><td style=\"white-space:nowrap\">checker<a name=\"med-dispense-perform-function-checker\"> </a></td><td>Checker</td><td>Performed initial quality assurance on the prepared medication.</td></tr><tr><td style=\"white-space:nowrap\">finalchecker<a name=\"med-dispense-perform-function-finalchecker\"> </a></td><td>Final Checker</td><td>Performed the final quality assurance on the prepared medication against the request. Typically, this is a pharmacist function.</td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "phx"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueString" : "Draft"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 1
  }],
  "url" : "http://terminology.hl7.org/CodeSystem/med-dispense-perform-function",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.1.1115"
  }],
  "version" : "3.5a.0",
  "name" : "MedicationDispensePerformerFunction",
  "title" : "MedicationDispensePerformerFunction",
  "status" : "draft",
  "experimental" : false,
  "date" : "2018-08-19T21:48:56+10:00",
  "publisher" : "HL7 (FHIR Project)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    },
    {
      "system" : "email",
      "value" : "fhir@lists.hl7.org"
    }]
  }],
  "description" : "A code describing the role an individual played in dispensing a medication.",
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/med-dispense-perform-function",
  "content" : "complete",
  "concept" : [{
    "code" : "dataenterer",
    "display" : "Data Enterer",
    "definition" : "Recorded the details of the request."
  },
  {
    "code" : "packager",
    "display" : "Packager",
    "definition" : "Prepared the medication."
  },
  {
    "code" : "checker",
    "display" : "Checker",
    "definition" : "Performed initial quality assurance on the prepared medication."
  },
  {
    "code" : "finalchecker",
    "display" : "Final Checker",
    "definition" : "Performed the final quality assurance on the prepared medication against the request. Typically, this is a pharmacist function."
  }]
}