Order Catalog Implementation Guide
1.0.0 - STU 1 International flag

Order Catalog Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Lab service serum K - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "PlanDefinition",
  "id" : "example-lab-service-potassium-serum",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LabServiceDefinition"
    ]
  },
  "language" : "en-US",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"en-US\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en-US\">\n\t\t\t<p><b>Laboratory service title</b>: laboratory service - serum potassium level</p>\n            <p><b>id:</b> example-lab-service-potassium-serum</p>\n            <p><b>meta - profile:</b> hl7.org/fhir/uv/order-catalog/StructureDefinition/LabServiceDefinition</p>\n            <p><b>CatalogReference:</b> <a href=\"Composition-example-lab-compendium-header.html\"> Composition/example-lab-compendium-header</a></p>\n            <p><b>name:</b> PotassiumSerumMeasurement</p>\n            <p><b>description:</b> Potassium measurement on serum specimen</p>\n            <p><b>type:</b> test</p>\n            <p><b>status:</b> draft, experimental</p>\n            <p><b>publisher:</b> HL7 International </p>\n            <p><b>contact:</b> HL7 Orders and Observations Work Group (<a href=\"http://www.hl7.org/Special/committees/orders/index.cfm\"> http://www.hl7.org/Special/committees/orders/index.cfm</a>)</p>\n            <p><b>useContext (task):</b> LABOE (laboratory test order entry task)</p>\n            <p><b>topic:</b> SNOMED CT: 166312007 |Blood chemistry|</p>\n\t\t</div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/CatalogReference",
      "valueReference" : {
        🔗 "reference" : "Composition/example-lab-compendium-header"
      }
    },
    {
      "url" : "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/ServiceBillingCode",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/uv/order-catalog/CodeSystem/example-cpt",
            "code" : "CPTfakecode",
            "display" : "Potassium, serum"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/ServiceBillingCode",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/uv/order-catalog/CodeSystem/example-cpt",
            "code" : "1608",
            "display" : "BLOOD: POTASSIUM (K)"
          }
        ]
      }
    },
    {
      "extension" : [
        {
          "url" : "textualSummary",
          "valueMarkdown" : "no notable particularity for billing"
        },
        {
          "url" : "reimbursabilitySummary",
          "valueCode" : "normal"
        }
      ],
      "url" : "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/BillingSummary"
    },
    {
      "url" : "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/ScheduleSummary",
      "valueString" : "Set up: Mon-Sat (Day shift or Night shift), Sun (Day shift); Report available: 1 day"
    },
    {
      "url" : "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LimitationSummary",
      "valueString" : "No specific limitation for this test"
    },
    {
      "url" : "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/RegulatorySummary",
      "valueString" : "CLIA Law & Regulations apply"
    }
  ],
  "url" : "http://hl7.org/fhir/uv/order-catalog/PlanDefinition/example-lab-service-potassium-serum",
  "identifier" : [
    {
      "use" : "official",
      "value" : "K_serum_test"
    },
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.40.55.34.8"
    }
  ],
  "version" : "1.0.0",
  "name" : "PotassiumSerumMeasurement",
  "title" : "laboratory service - serum potassium level",
  "type" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/uv/order-catalog/CodeSystem/laboratory-service-definition-type",
        "code" : "test",
        "display" : "unitary measurement performed on an in vitro biologic specimen"
      }
    ]
  },
  "status" : "draft",
  "experimental" : true,
  "date" : "2020-02-05T20:00:00+02:00",
  "publisher" : "HL7 International / Orders and Observations",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/orders"
        }
      ]
    }
  ],
  "description" : "Potassium measurement on serum specimen",
  "useContext" : [
    {
      "code" : {
        "system" : "http://terminology.hl7.org/CodeSystem/usage-context-type",
        "code" : "task"
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
            "code" : "LABOE",
            "display" : "laboratory test order entry task"
          }
        ]
      }
    }
  ],
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "topic" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "18719-5",
          "display" : "Chemistry studies (set)"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "166312007",
          "display" : "Blood chemistry"
        }
      ]
    }
  ],
  "relatedArtifact" : [
    {
      "type" : "documentation",
      "citation" : "Potassium (symbol K from Latin:kalium) is a key chemical element involved in neuron function and influencing osmotic balance between cells and interstitial fluid. Depletion in potassium levels results in deficient fluid and electrolyte balance in the body as well as various nervous and cardiac dysfunctions. Studies suggest diets high in potassium can reduce the risk of hypertension and possibly stroke. Foods rich in potassium include parsley, dried apricots, potatoes, bananas, avocados, soybeans, and bran, as well as most fruits, vegetables, meat and fish. Overall, clear cases of potassium deficiency are rare in healthy individuals.",
      "document" : {
        "url" : "https://en.wikipedia.org/wiki/Potassium"
      }
    }
  ],
  "action" : [
    {
      "extension" : [
        {
          "extension" : [
            {
              "extension" : [
                {
                  "url" : "Material",
                  "valueReference" : {
                    🔗 "reference" : "SpecimenDefinition/example-specimen-venous-serum-single-test",
                    "display" : "example-specimen-venous-serum-single-test"
                  }
                }
              ],
              "url" : "ExclusiveGroup"
            }
          ],
          "url" : "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/SpecimenRequested"
        }
      ],
      "code" : {
        "coding" : [
          {
            "system" : "https://testdirectory.questdiagnostics.com/",
            "code" : "733",
            "display" : "Potassium, Serum"
          },
          {
            "system" : "http://loinc.org",
            "code" : "2823-3",
            "display" : "Potassium [Moles/volume] in Serum or Plasma"
          }
        ]
      },
      "timingDuration" : {
        "value" : 30,
        "unit" : "minutes",
        "system" : "http://unitsofmeasure.org",
        "code" : "mn"
      },
      "definitionCanonical" : "http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-procedure-potassium-serum"
    }
  ]
}