Release 4

V2-0506.cs.json

Vocabulary Work GroupMaturity Level: N/AStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

FHIR Value set/code system definition for HL7 v2 table 0506 ( Service Request Relationship)

{
  "resourceType" : "CodeSystem",
  "id" : "v2-0506",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
  },
  "language" : "en",
  "text" : {
    "status" : "additional",
    "div" : "<div>!-- Snipped for Brevity --></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "external"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 0
  }],
  "url" : "http://terminology.hl7.org/CodeSystem/v2-0506",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.18.330"
  }],
  "version" : "2.9",
  "name" : "v2.0506",
  "title" : "v2 Service Request Relationship",
  "status" : "active",
  "experimental" : false,
  "publisher" : "HL7, Inc",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org"
    }]
  }],
  "description" : "FHIR Value set/code system definition for HL7 v2 table 0506 ( Service Request Relationship)",
  "content" : "complete",
  "concept" : [{
    "extension" : [{
      "url" : "http://hl7.org/fhir/StructureDefinition/codesystem-concept-comments",
      "valueString" : "A compound is an extempo order which may be made up of multiple drugs.  For example, many hospitals have a standard item called \"Magic Mouthwash\".  The item is ordered that way by the physician. The extempo items will contain multiple products, such as Maalox, Benadryl, Xylocaine, etc.  They will all be mixed together and will be dispensed in a single container."
    }],
    "code" : "C",
    "display" : "Compound"
  },
  {
    "extension" : [{
      "url" : "http://hl7.org/fhir/StructureDefinition/codesystem-concept-comments",
      "valueString" : "An exclusive order is an order where only one of the multiple items should be administered at any one dosage time.  The nurse may chose between the alternatives, but should only give ONE of them.  An example would be: Phenergan 25 mg PO, IM or R q6h prn (orally, intramuscularly, or rectally every 6 hours as needed)."
    }],
    "code" : "E",
    "display" : "Exclusive"
  },
  {
    "extension" : [{
      "url" : "http://hl7.org/fhir/StructureDefinition/codesystem-concept-comments",
      "valueString" : "Where a set of two or more orders exist and the Nurse, or other caregiver, has the prerogative to choose which order will be administered at a particular point in time.  For example,\r\n\tMilk of Magnesia PO 30 ml qhs (at bedtime)\r\n\tDulcolax Supp R @ hs prn\r\n\tColace 100 mg capsule PO bid \r\nThe nurse would be administering MOM, but may add the Colace and may also give the Dulcolax Supp as needed to promote and maintain regularity."
    }],
    "code" : "N",
    "display" : "Nurse prerogative"
  },
  {
    "extension" : [{
      "url" : "http://hl7.org/fhir/StructureDefinition/codesystem-concept-comments",
      "valueString" : "A simultaneous order is 2 or more drugs which are ordered to be given at the same time.  A common example of this would be Demerol and Phenergan (Phenergan is given with the Demerol to control the nausea that Demerol can cause).  The order could be: Demerol 50 mg IM with Phenergan 25 mg IM q4h prn (every 4 hours as needed)."
    }],
    "code" : "S",
    "display" : "Simultaneous"
  },
  {
    "extension" : [{
      "url" : "http://hl7.org/fhir/StructureDefinition/codesystem-concept-comments",
      "valueString" : "A tapering order is one in which the same drug is used, but it has a declining dosage over a number of days.\r\nFor example, Decadron 0.5 mg is often ordered this way.  The order would look like this:\r\n\tDecadron 0.5 mg qid (four times a day) for 2 days, then\r\n\tDecadron 0.5 mg tid (three times a day) for 2 days, then\r\n\tDecadron 0.5 mg bid (twice a day) for 2 days, then\r\n\tDecadron 0.5 mg qd (daily) for 2 days, then stop."
    }],
    "code" : "T",
    "display" : "Tapering"
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.