FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ActivityDefinition/example-lab-blood-electrolyte

Packagehl7.fhir.uv.order-catalog
Resource TypeActivityDefinition
Idexample-lab-blood-electrolyte
FHIR VersionR5
Sourcehttp://hl7.org/fhir/uv/order-catalog/https://build.fhir.org/ig/HL7/fhir-order-catalog/ActivityDefinition-example-lab-blood-electrolyte.html
URLhttp://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-blood-electrolyte
Version1.0.0-ballot
Statusdraft
Date2020-02-11T14:00:00+02:00
NameBloodElectrolyteProcedure
TitleProcedure - blood electrolyte (serum or plasma)
Realmuv
Authorityhl7
DescriptionNa, K, Cl level measurements on serum or plasma
PurposeThis _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.
KindServiceRequest

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ActivityDefinition example-lab-blood-electrolyte

Language: en-US

Profile: Laboratory Procedure Definition

url: ActivityDefinition Procedure - blood electrolyte (serum or plasma)

identifier: Uniform Resource Identifier (URI)/urn:oid:2.16.840.1.113883.4.642.40.999.11.1

version: 1.0.0-ballot

name: BloodElectrolyteProcedure

title: Procedure - blood electrolyte (serum or plasma)

status: Draft

experimental: true

date: 2020-02-11 14:00:00+0200

publisher: HL7 International / Orders and Observations

contact: http://www.hl7.org/Special/committees/orders

description:

Na, K, Cl level measurements on serum or plasma

jurisdiction: Global (Whole world)

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: Blood chemistry

kind: ServiceRequest

code: Electrolytes 1998 panel - Serum or Plasma

observationRequirement: http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-input-observation-reason-for-ordering

observationResultRequirement: http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-serum-sodium, http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-serum-potassium, http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-serum-chloride


Source

{
  "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": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-blood-electrolyte",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.999.11.1"
    }
  ],
  "version": "1.0.0-ballot",
  "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",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.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": [
    "http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-input-observation-reason-for-ordering"
  ],
  "observationResultRequirement": [
    "http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-serum-sodium",
    "http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-serum-potassium",
    "http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-serum-chloride"
  ]
}