Order Catalog Implementation Guide
current - CI Build International flag

Order Catalog Implementation Guide, published by HL7 International - Orders and Observations Work Group. This is not an authorized publication; it is the continuous build for version current). This version is based on the current content of https://github.com/HL7/fhir-order-catalog/ and changes regularly. See the Directory of published versions

: Laboratory service types CodeSystem - JSON Representation

Draft as of 2019-12-20

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "laboratory-service-definition-type",
  "meta" : {
    "lastUpdated" : "2019-12-20T09:55:00Z",
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <h2>Laboratory services compendium</h2>\n      <div>\n        <p>This CodeSystem provides additional coded concepts for <i>PlanDefinition.type</i> to cover the representation of laboratory diagnostic services</p>\n      </div>\n      <ul>\n        <li>\n          <p>Contains:</p>\n          <table class=\"none\">\n            <tr>\n              <td>\n                <b> Code</b>\n              </td>\n              <td>\n                <b> Display</b>\n              </td>\n             </tr>\n            <tr>\n              <td>test</td>\n              <td>unitary measurement performed on an in vitro biologic specimen</td>\n            </tr>\n            <tr>\n              <td>panel</td>\n              <td>collection of tests and panels performed on one or more in vitro biologic specimens</td>\n            </tr>\n           </table>\n        </li>\n      </ul>\n    </div>"
  },
  "url" : "http://hl7.org/fhir/uv/order-catalog/CodeSystem/laboratory-service-definition-type",
  "version" : "current",
  "name" : "LaboratoryServiceDefinitionType",
  "title" : "Code system for types of laboratory service definitions",
  "status" : "draft",
  "experimental" : false,
  "date" : "2019-12-20",
  "publisher" : "HL7 International - Orders and Observations Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/orders"
        }
      ]
    }
  ],
  "description" : "This CodeSystem resource provides the concepts that enable to characterize laboratory diagnostic services described as instances of PlanDefinition, in the PlanDefinition.type element",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "test",
      "display" : "unitary measurement performed on an in vitro biologic specimen",
      "definition" : "laboratory service performing a single measurement"
    },
    {
      "code" : "panel",
      "display" : "collection of tests and panels performed on one or more in vitro biologic specimens",
      "definition" : "laboratory service comprising two or more tests and/or panels"
    }
  ]
}