Order Catalog Implementation Guide
0.1.0 - STU Ballot 1

This page is part of the Order Catalog Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Lab service blood electrolyte - JSON Representation

Raw json | Download

{
  "resourceType" : "PlanDefinition",
  "id" : "example-lab-panel-blood-electrolyte",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LabServiceDefinition"
    ]
  },
  "language" : "en-US",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p><b>Generated Narrative</b></p><p><b>id</b>: example-lab-panel-blood-electrolyte</p><p><b>meta</b>: </p><p><b>language</b>: en-US</p><p><b>url</b>: <a href=\"http://hl7.org/fhir/uv/order-catalog/PlanDefinition/example-lab-panel-blood-electrolyte\">http://hl7.org/fhir/uv/order-catalog/PlanDefinition/example-lab-panel-blood-electrolyte</a></p><p><b>version</b>: 0.1.0</p><p><b>name</b>: BloodElectrolytePanel</p><p><b>title</b>: Blood electrolyte panel (serum or plasma)</p><p><b>type</b>: <span title=\"Codes: {http://hl7.org/fhir/uv/order-catalog/CodeSystem/laboratory-service-definition-type panel}\">collection of tests and panels performed on one or more in vitro biologic specimens</span></p><p><b>status</b>: draft</p><p><b>experimental</b>: true</p><p><b>date</b>: Feb 11, 2020 6:00:00 PM</p><p><b>publisher</b>: HL7 International - Orders and Observations Work Group</p><p><b>contact</b>: http://hl7.org/Special/committees/orders</p><p><b>description</b>: Potassium measurement on serum specimen</p><p><b>useContext</b>: </p><p><b>jurisdiction</b>: <span title=\"Codes: {http://unstats.un.org/unsd/methods/m49/m49.htm 001}\">World</span></p><p><b>topic</b>: <span title=\"Codes: {http://loinc.org 18719-5}\">Chemistry studies (set)</span>, <span title=\"Codes: {http://snomed.info/sct 166312007}\">Blood chemistry</span>, <span title=\"Codes: {http://tools.cofrac.fr/documentation/SH-REF-08 BIOCHBM}\">Biochimie générale et spécialisée</span>, <span title=\"Codes: {http://www.codage.ext.cnamts.fr/codif/nabm 13-01}\">BIOCHIMIE - SANG</span></p><h3>Actions</h3><table class=\"grid\"><tr><td>-</td><td><b>Extension</b></td><td><b>Code</b></td><td><b>Timing[x]</b></td><td><b>Definition[x]</b></td></tr><tr><td>*</td><td></td><td><span title=\"Codes: {http://loinc.org 24326-1}\">Electrolytes 1998 panel - Serum or Plasma</span></td><td>30 minutes</td><td><a href=\"http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-blood-electrolyte\">http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-blood-electrolyte</a></td></tr></table></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://www.codage.ext.cnamts.fr/codif/nabm",
            "code" : "1609"
          }
        ]
      }
    },
    {
      "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 panel"
    }
  ],
  "url" : "http://hl7.org/fhir/uv/order-catalog/PlanDefinition/example-lab-panel-blood-electrolyte",
  "version" : "0.1.0",
  "name" : "BloodElectrolytePanel",
  "title" : "Blood electrolyte panel (serum or plasma)",
  "type" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/uv/order-catalog/CodeSystem/laboratory-service-definition-type",
        "code" : "panel",
        "display" : "collection of tests and panels performed on one or more in vitro biologic specimens"
      }
    ]
  },
  "status" : "draft",
  "experimental" : true,
  "date" : "2020-02-11T20:00:00+02:00",
  "publisher" : "HL7 International - Orders and Observations Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/orders"
        }
      ]
    }
  ],
  "description" : "Potassium measurement on serum specimen",
  "useContext" : [
    {
      "code" : {
        "system" : "http://terminology.hl7.org/CodeSystem/usage-context-type",
        "code" : "task",
        "display" : "Workflow 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"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://tools.cofrac.fr/documentation/SH-REF-08",
          "code" : "BIOCHBM",
          "display" : "Biochimie générale et spécialisée"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://www.codage.ext.cnamts.fr/codif/nabm",
          "code" : "13-01",
          "display" : "BIOCHIMIE - SANG"
        }
      ]
    }
  ],
  "action" : [
    {
      "extension" : [
        {
          "extension" : [
            {
              "extension" : [
                {
                  "url" : "Material",
                  "valueReference" : {
                    "reference" : "SpecimenDefinition/example-specimen-serum-plasma",
                    "display" : "example-specimen-serum-plasma"
                  }
                }
              ],
              "url" : "ExclusiveGroup"
            }
          ],
          "url" : "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/SpecimenRequested"
        }
      ],
      "code" : [
        {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "24326-1",
              "display" : "Electrolytes 1998 panel - 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-blood-electrolyte"
    }
  ]
}