Order Catalog Implementation Guide, published by HL7 International - Orders and Observations Work Group. This is not an authorized publication; it is the continuous build for version current). This version is based on the current content of https://github.com/HL7/fhir-order-catalog/ and changes regularly. See the Directory of published versions
Draft as of 2020-01-24 |
{
"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" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p><b>Generated Narrative: ActivityDefinition</b><a name=\"example-lab-procedure-potassium-serum\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource ActivityDefinition "example-lab-procedure-potassium-serum" (Language "en-US") </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-LabProcedureDefinition.html\">Laboratory Procedure Definition</a></p></div><p><b>url</b>: <code>http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-procedure-potassium-serum</code></p><p><b>identifier</b>: id:\u00a0K_serum_test\u00a0(use:\u00a0OFFICIAL)</p><p><b>version</b>: current</p><p><b>name</b>: PotassiumSerumMeasurementProcedure</p><p><b>title</b>: Procedure - potassium measurement on in vitro blood serum</p><p><b>status</b>: draft</p><p><b>experimental</b>: true</p><p><b>date</b>: 2020-01-24 14:00:00+0200</p><p><b>publisher</b>: HL7 International - Orders and Observations Work Group</p><p><b>contact</b>: <a href=\"http://hl7.org/Special/committees/orders\">http://hl7.org/Special/committees/orders</a></p><p><b>description</b>: Potassium measurement procedure on in-vitro serum specimen</p><p><b>jurisdiction</b>: Global (Whole world) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (m49.htm#001)</span></p><p><b>purpose</b>: 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.</p><p><b>effectivePeriod</b>: 2020-04-01 --> 2020-12-25</p><p><b>topic</b>: Blood chemistry <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#166312007)</span></p><p><b>kind</b>: ServiceRequest</p><p><b>code</b>: Potassium [Moles/volume] in Serum or Plasma <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#2823-3)</span></p><p><b>priority</b>: routine</p><p><b>timing</b>: 30 minutes<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mn = 'mn')</span></p><p><b>observationRequirement</b>: <a href=\"http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-input-observation-reason-for-ordering\">http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-input-observation-reason-for-ordering</a></p><p><b>observationResultRequirement</b>: <a href=\"http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-serum-potassium\">http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-serum-potassium</a></p></div>"
},
"url" : "http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-procedure-potassium-serum",
"identifier" : [
{
"use" : "official",
"value" : "K_serum_test"
}
],
"version" : "current",
"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 Work Group",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://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"
]
}
IG © 2021+ HL7 International - Orders and Observations Work Group. Package hl7.fhir.uv.order-catalog#current based on FHIR 5.0.0. Generated 2023-07-08
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change