Specyfikacja HL7 FHIR dla diagnostyki laboratoryjnej (HL7 FHIR PL Laboratory)
0.1.2 - ci-build Poland flag

Specyfikacja HL7 FHIR dla diagnostyki laboratoryjnej (HL7 FHIR PL Laboratory), published by HL7 Poland. This guide is not an authorized publication; it is the continuous build for version 0.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-Poland/pl-fhir-lab/ and changes regularly. See the Directory of published versions

: Kody materiałów laboratoryjnych - JSON Representation

Draft as of 2025-09-03

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "pl-lab-materialType-VS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet pl-lab-materialType-VS</b></p><a name=\"pl-lab-materialType-VS\"> </a><a name=\"hcpl-lab-materialType-VS\"> </a><ul><li>Include these codes as defined in <code>http://loinc.org/part</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>LP7575-6</td><td>Serum or Blood</td></tr><tr><td>LP7681-2</td><td>Urine</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org.pl/fhir/ig/pl-lab/ValueSet/pl-lab-materialType-VS",
  "version" : "0.1.2",
  "name" : "LaboratoryMaterialTypeVS",
  "title" : "Kody materiałów laboratoryjnych",
  "status" : "draft",
  "date" : "2025-09-03T14:16:26+00:00",
  "publisher" : "HL7 Poland",
  "contact" : [
    {
      "name" : "HL7 Poland",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org.pl"
        },
        {
          "system" : "email",
          "value" : "office@hl7.org.pl"
        }
      ]
    }
  ],
  "description" : "Kody pobranych materiałów laboratoryjnych wyrażone za pomocą pozycji słownika LOINC Part typu System",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "PL",
          "display" : "Poland"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://loinc.org/part",
        "concept" : [
          {
            "code" : "LP7575-6",
            "display" : "Serum or Blood"
          },
          {
            "code" : "LP7681-2",
            "display" : "Urine"
          }
        ]
      }
    ]
  }
}