Supply of Products for Healthcare (SUPPLY)
0.3.0 - ci-build International flag

Supply of Products for Healthcare (SUPPLY), published by IHE Pharmacy Technical Committee. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/pharm-supply/ and changes regularly. See the Directory of published versions

: Supply delivery stage code system - JSON Representation

Active as of 2024-06-18

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "IHEDeliveryStageCS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://profiles.ihe.net/PHARM/supply/CodeSystem/DeliveryStageCS</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\">shipment<a name=\"IHEDeliveryStageCS-shipment\"> </a></td><td>Shipment</td><td>The event is the shipment of the item.</td></tr><tr><td style=\"white-space:nowrap\">reception<a name=\"IHEDeliveryStageCS-reception\"> </a></td><td>Reception</td><td>The event is the reception of the item.</td></tr></table></div>"
  },
  "url" : "http://profiles.ihe.net/PHARM/supply/CodeSystem/DeliveryStageCS",
  "version" : "0.3.0",
  "name" : "IHEDeliveryStageCS",
  "title" : "Supply delivery stage code system",
  "status" : "active",
  "experimental" : true,
  "date" : "2024-06-18T21:00:54+00:00",
  "publisher" : "IHE Pharmacy Technical Committee",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.ihe.net/ihe_domains/pharmacy/"
        }
      ]
    },
    {
      "telecom" : [
        {
          "system" : "email",
          "value" : "pharmacy@ihe.net"
        }
      ]
    },
    {
      "name" : "IHE Pharmacy Technical Committee",
      "telecom" : [
        {
          "system" : "email",
          "value" : "pharmacy@ihe.net"
        }
      ]
    }
  ],
  "description" : "Supply delivery code system.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "copyright" : "IHE http://www.ihe.net/Governance/#Intellectual_Property",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "shipment",
      "display" : "Shipment",
      "definition" : "The event is the shipment of the item."
    },
    {
      "code" : "reception",
      "display" : "Reception",
      "definition" : "The event is the reception of the item."
    }
  ]
}