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

FHIR IG Statistics: ActivityDefinition/example-lab-procedure-potassium-serum

Packagehl7.fhir.uv.order-catalog
Resource TypeActivityDefinition
Idexample-lab-procedure-potassium-serum
FHIR VersionR5
Sourcehttp://hl7.org/fhir/uv/order-catalog/https://build.fhir.org/ig/HL7/fhir-order-catalog/ActivityDefinition-example-lab-procedure-potassium-serum.html
URLhttp://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-procedure-potassium-serum
Version1.0.0-ballot
Statusdraft
Date2020-01-24T14:00:00+02:00
NamePotassiumSerumMeasurementProcedure
TitleProcedure - potassium measurement on in vitro blood serum
Realmuv
Authorityhl7
DescriptionPotassium measurement procedure on in-vitro serum specimen
PurposeThis _ActivityDefinition_ specifies the input specimens and observations needed to perform potassium level test on serum, and the output observation. It is referenced by any _PlanDefinition_ representing a lab service focusing on this test.
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-procedure-potassium-serum

Language: en-US

Profile: Laboratory Procedure Definition

url: ActivityDefinition Procedure - potassium measurement on in vitro blood serum

identifier: K_serum_test (use: official, ), Uniform Resource Identifier (URI)/urn:oid:2.16.840.1.113883.4.642.40.999.11.6

version: 1.0.0-ballot

name: PotassiumSerumMeasurementProcedure

title: Procedure - potassium measurement on in vitro blood serum

status: Draft

experimental: true

date: 2020-01-24 14:00:00+0200

publisher: HL7 International / Orders and Observations

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

description:

Potassium measurement procedure on in-vitro serum specimen

jurisdiction: Global (Whole world)

purpose:

This ActivityDefinition specifies the input specimens and observations needed to perform potassium level test on serum, and the output observation. It is referenced by any PlanDefinition representing a lab service focusing on this test.

effectivePeriod: 2020-04-01 --> 2020-12-25

topic: Blood chemistry

kind: ServiceRequest

code: Potassium [Moles/volume] in Serum or Plasma

priority: Routine

timing: No display for Duration (value: 30; unit: minutes; system: http://unitsofmeasure.org; code: mn)

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-potassium


Source

{
  "resourceType": "ActivityDefinition",
  "id": "example-lab-procedure-potassium-serum",
  "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-procedure-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.999.11.6"
    }
  ],
  "version": "1.0.0-ballot",
  "name": "PotassiumSerumMeasurementProcedure",
  "title": "Procedure - potassium measurement on in vitro blood serum",
  "status": "draft",
  "experimental": true,
  "date": "2020-01-24T14: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 procedure on in-vitro serum specimen",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "purpose": "This _ActivityDefinition_ specifies the input specimens and observations needed to perform potassium level test on serum, and the output observation.                  It is referenced by any _PlanDefinition_ representing a lab service focusing on this test.",
  "effectivePeriod": {
    "start": "2020-04-01",
    "end": "2020-12-25"
  },
  "topic": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "166312007",
          "display": "Blood chemistry"
        }
      ]
    }
  ],
  "kind": "ServiceRequest",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "2823-3",
        "display": "Potassium [Moles/volume] in Serum or Plasma"
      }
    ]
  },
  "priority": "routine",
  "timingDuration": {
    "value": 30,
    "unit": "minutes",
    "system": "http://unitsofmeasure.org",
    "code": "mn"
  },
  "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-potassium"
  ]
}