Release 4

V3-ContainerCap.cs.json

Vocabulary Work GroupMaturity Level: N/AStandards Status: Informative

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

The type of cap associated with a container

{
  "resourceType" : "CodeSystem",
  "id" : "v3-ContainerCap",
  "meta" : {
    "lastUpdated" : "2018-08-12T00:00:00.000+00:00"
  },
  "text" : {
    "status" : "generated",
    "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/v3-ContainerCap",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.5.26"
  }],
  "version" : "2018-08-12",
  "name" : "v3.ContainerCap",
  "title" : "v3 Code System ContainerCap",
  "status" : "active",
  "experimental" : false,
  "date" : "2018-08-12T00:00:00+00:00",
  "publisher" : "HL7, Inc",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org"
    }]
  }],
  "description" : " The type of cap associated with a container",
  "caseSensitive" : true,
  "valueSet" : "http://terminology.hl7.org/ValueSet/v3-ContainerCap",
  "hierarchyMeaning" : "is-a",
  "content" : "complete",
  "property" : [{
    "code" : "notSelectable",
    "uri" : "http://hl7.org/fhir/concept-properties#notSelectable",
    "description" : "Indicates that the code is abstract - only intended to be used as a selector for other concepts",
    "type" : "boolean"
  }],
  "concept" : [{
    "code" : "_MedicationCap",
    "display" : "MedicationCap",
    "definition" : "Cap types for medication containers",
    "property" : [{
      "code" : "notSelectable",
      "valueBoolean" : true
    }],
    "concept" : [{
      "code" : "CHILD",
      "display" : "ChildProof",
      "definition" : "A cap designed to be difficult to open for children.  Generally requires multiple simultaneous actions (e.g. squeeze and twist) to open.  Used for products that may be dangerous if ingested or overdosed by children."
    },
    {
      "code" : "EASY",
      "display" : "EasyOpen",
      "definition" : "A cap designed to be easily removed.  For products intended to be opened by persons with limited strength or dexterity."
    }]
  },
  {
    "code" : "FILM",
    "display" : "Film",
    "definition" : "A non-reactive plastic film covering over the opening of a container."
  },
  {
    "code" : "FOIL",
    "display" : "Foil",
    "definition" : "A foil covering (type of foil not specified) over the opening of a container"
  },
  {
    "code" : "PUSH",
    "display" : "Push Cap",
    "definition" : "A non-threaded cap that forms a tight-fitting closure on a container by pushing the fitted end into the conatiner opening"
  },
  {
    "code" : "SCR",
    "display" : "Screw Cap",
    "definition" : "A threaded cap that is screwed onto the opening of a container"
  }]
}

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.