Laboratory Base Class FHIR Profiles
0.1 - Draft United States of America flag

Laboratory Base Class FHIR Profiles, published by HL7 International - Clinical Information Modeling Initiative. This is not an authorized publication; it is the continuous build for version 0.1). This version is based on the current content of https://github.com/HL7/cimi-labs/ and changes regularly. See the Directory of published versions

: Standard Coded Lab Observation Code value set - JSON Representation

Draft as of 2023-08-02

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "StdLabObsCoded-value-set",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include codes from <a href=\"http://loinc.org\"><code>http://loinc.org</code></a> where CLASSTYPE  =  1 and SCALE_TYP  =  Nom</li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/cimi-labs/ValueSet/StdLabObsCoded-value-set",
  "version" : "0.1",
  "name" : "StdLabObsCoded_VSET",
  "title" : "Standard Coded Lab Observation Code value set",
  "status" : "draft",
  "experimental" : true,
  "date" : "2023-08-02T21:04:34+00:00",
  "publisher" : "HL7 International - Clinical Information Modeling Initiative",
  "contact" : [
    {
      "name" : "HL7 International - Clinical Information Modeling Initiative",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/cimi"
        }
      ]
    },
    {
      "name" : "Graphite Health",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.graphitehealth.io"
        }
      ]
    }
  ],
  "description" : "A set of LOINC codes that describe lab tests that are nominal.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "copyright" : "This material contains content from LOINC (http://loinc.org). LOINC is copyright © 1995-2020, Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (LOINC) Committee and is available at no cost under the license at http://loinc.org/license. LOINC® is a registered United States trademark of Regenstrief Institute, Inc",
  "compose" : {
    "include" : [
      {
        "system" : "http://loinc.org",
        "filter" : [
          {
            "property" : "CLASSTYPE",
            "op" : "=",
            "value" : "1"
          },
          {
            "property" : "SCALE_TYP",
            "op" : "=",
            "value" : "Nom"
          }
        ]
      }
    ]
  }
}