HL7 FHIR Implementation Guide Laboratory Report
0.2.0 - trial-use Italy flag

This page is part of the HL7 FHIR Implementation Guide Laboratory Report (v0.2.0: Release 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Tipo Osservazione - JSON Representation

Active as of 2024-03-08

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "risultato-osservazione",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include codes from <a href=\"http://loinc.org\"><code>http://loinc.org</code></a> where STATUS  =  ACTIVE and CLASSTYPE  =  1</li></ul><p>This value set excludes codes based on the following rules:</p><ul><li>Exclude codes from <a href=\"http://loinc.org\"><code>http://loinc.org</code></a> where CLASS  matches (by regex)  CYTO|HL7\\.CYTOGEN|HL7\\.GENETICS|^PATH(\\..*)?|^MOLPATH(\\..*)?|NR STATS|H&amp;P\\.HX\\.LAB|CHALSKIN|LABORDERS</li></ul></div>"
  },
  "url" : "http://hl7.it/fhir/lab-report/ValueSet/risultato-osservazione",
  "version" : "0.2.0",
  "name" : "VsResultsLaboratoryObservation",
  "title" : "Tipo Osservazione",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-03-08T09:39:30+01:00",
  "publisher" : "HL7 Italia",
  "contact" : [
    {
      "name" : "HL7 Italia",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://hl7.it"
        }
      ]
    },
    {
      "name" : "HL7 Italia",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://hl7.it"
        }
      ]
    }
  ],
  "description" : "Valueset contente i codici che identificano il tipo di osservazione nel referto di laboratorio.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "IT",
          "display" : "Italy"
        }
      ]
    }
  ],
  "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" : "STATUS",
            "op" : "=",
            "value" : "ACTIVE"
          },
          {
            "property" : "CLASSTYPE",
            "op" : "=",
            "value" : "1"
          }
        ]
      }
    ],
    "exclude" : [
      {
        "system" : "http://loinc.org",
        "filter" : [
          {
            "property" : "CLASS",
            "op" : "regex",
            "value" : "CYTO|HL7\\.CYTOGEN|HL7\\.GENETICS|^PATH(\\..*)?|^MOLPATH(\\..*)?|NR STATS|H&P\\.HX\\.LAB|CHALSKIN|LABORDERS"
          }
        ]
      }
    ]
  }
}