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 procedure blood electrolyte - JSON Representation

Raw json | Download

{
  "resourceType" : "ActivityDefinition",
  "id" : "example-lab-blood-electrolyte",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LabProcedureDefinition"
    ]
  },
  "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-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/ActivityDefinition/example-lab-blood-electrolyte\">http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-blood-electrolyte</a></p><p><b>version</b>: 0.1.0</p><p><b>name</b>: BloodElectrolyteProcedure</p><p><b>title</b>: Procedure - blood electrolyte (serum or plasma)</p><p><b>status</b>: draft</p><p><b>experimental</b>: true</p><p><b>date</b>: Feb 11, 2020 12: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>: Na, K, Cl level measurements on serum or plasma</p><p><b>jurisdiction</b>: <span title=\"Codes: {http://unstats.un.org/unsd/methods/m49/m49.htm 001}\">World</span></p><p><b>purpose</b>: This _ActivityDefinition_ specifies the input specimens and input and output observations for blood electrolyte.              It is referenced by any _PlanDefinition_ representing a lab service incorporating this procedure.</p><p><b>topic</b>: <span title=\"Codes: {http://snomed.info/sct 166312007}\">Blood chemistry</span></p><p><b>kind</b>: ServiceRequest</p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 24326-1}\">Electrolytes 1998 panel - Serum or Plasma</span></p><p><b>observationRequirement</b>: <a href=\"ObservationDefinition-example-input-observation-reason-for-ordering.html\">Generated Summary: id: example-input-observation-reason-for-ordering; language: en-US; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category exam}\">Exam</span>; <span title=\"Codes: {http://loinc.org 67098-4}\">Reason for test or procedure</span>; permittedDataType: CodeableConcept, permittedDataType: string; multipleResultsAllowed</a></p><p><b>observationResultRequirement</b>: </p><ul><li><a href=\"ObservationDefinition-example-observation-serum-sodium.html\">Generated Summary: id: example-observation-serum-sodium; language: en-US; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span>; <span title=\"Codes: {http://loinc.org 2951-2}\">sodium [Moles/volume] in Serum or Plasma</span>; permittedDataType: Quantity, permittedDataType: string; <span title=\"Codes: \">Ion Selective Electrode (ISE)</span>; preferredReportName: sodium</a></li><li><a href=\"ObservationDefinition-example-observation-serum-potassium.html\">Generated Summary: id: example-observation-serum-potassium; language: en-US; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span>; <span title=\"Codes: {http://loinc.org 2823-3}\">Potassium [Moles/volume] in Serum or Plasma</span>; permittedDataType: Quantity, permittedDataType: string; <span title=\"Codes: \">Ion Selective Electrode (ISE)</span>; preferredReportName: Potassium</a></li><li><a href=\"ObservationDefinition-example-observation-serum-chloride.html\">Generated Summary: id: example-observation-serum-chloride; language: en-US; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span>; <span title=\"Codes: {http://loinc.org 2075-0}\">chloride [Moles/volume] in Serum or Plasma</span>; permittedDataType: Quantity, permittedDataType: string; <span title=\"Codes: \">Ion Selective Electrode (ISE)</span>; preferredReportName: chloride</a></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-blood-electrolyte",
  "version" : "0.1.0",
  "name" : "BloodElectrolyteProcedure",
  "title" : "Procedure - blood electrolyte (serum or plasma)",
  "status" : "draft",
  "experimental" : true,
  "date" : "2020-02-11T14:00:00+02:00",
  "publisher" : "HL7 International - Orders and Observations Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/orders"
        }
      ]
    }
  ],
  "description" : "Na, K, Cl level measurements on serum or plasma",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "purpose" : "This _ActivityDefinition_ specifies the input specimens and input and output observations for blood electrolyte.              It is referenced by any _PlanDefinition_ representing a lab service incorporating this procedure.",
  "topic" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "166312007",
          "display" : "Blood chemistry"
        }
      ]
    }
  ],
  "kind" : "ServiceRequest",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "24326-1",
        "display" : "Electrolytes 1998 panel - Serum or Plasma"
      }
    ]
  },
  "observationRequirement" : [
    {
      "reference" : "ObservationDefinition/example-input-observation-reason-for-ordering"
    }
  ],
  "observationResultRequirement" : [
    {
      "reference" : "ObservationDefinition/example-observation-serum-sodium"
    },
    {
      "reference" : "ObservationDefinition/example-observation-serum-potassium"
    },
    {
      "reference" : "ObservationDefinition/example-observation-serum-chloride"
    }
  ]
}