Order Catalog Implementation Guide, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. 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
Page standards status: Informative |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ActivityDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-lab-procedure-potassium-serum"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LabProcedureDefinition"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LabProcedureDefinition> ] )
] ; #
fhir:language [ fhir:v "en-US"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p class=\"res-header-id\"><b>Generated Narrative: ActivityDefinition example-lab-procedure-potassium-serum</b></p><a name=\"example-lab-procedure-potassium-serum\"> </a><a name=\"hcexample-lab-procedure-potassium-serum\"> </a><a name=\"example-lab-procedure-potassium-serum-en-US\"> </a><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\">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>: <a href=\"ActivityDefinition-example-lab-procedure-potassium-serum.html\">ActivityDefinition Procedure - potassium measurement on in vitro blood serum</a></p><p><b>identifier</b>: K_serum_test (use: official, ), <a href=\"http://terminology.hl7.org/6.4.0/NamingSystem-uri.html\" title=\"As defined by RFC 3986 (http://www.ietf.org/rfc/rfc3986.txt)(with many schemes defined in many RFCs). For OIDs and UUIDs, use the URN form (urn:oid:(note: lowercase) and urn:uuid:). See http://www.ietf.org/rfc/rfc3001.txt and http://www.ietf.org/rfc/rfc4122.txt \r\n\r\nThis oid is used as an identifier II.root to indicate the the extension is an absolute URI (technically, an IRI). Typically, this is used for OIDs and GUIDs. Note that when this OID is used with OIDs and GUIDs, the II.extension should start with urn:oid or urn:uuid: \r\n\r\nNote that this OID is created to aid with interconversion between CDA and FHIR - FHIR uses urn:ietf:rfc:3986 as equivalent to this OID. URIs as identifiers appear more commonly in FHIR.\r\n\r\nThis OID may also be used in CD.codeSystem.\">Uniform Resource Identifier (URI)</a>/urn:oid:2.16.840.1.113883.4.642.40.999.11.6</p><p><b>version</b>: 1.0.0-ballot</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</p><p><b>contact</b>: <a href=\"http://www.hl7.org/Special/committees/orders\">http://www.hl7.org/Special/committees/orders</a></p><p><b>description</b>: </p><div><p>Potassium measurement procedure on in-vitro serum specimen</p>\n</div><p><b>jurisdiction</b>: <span title=\"Codes:{http://unstats.un.org/unsd/methods/m49/m49.htm 001}\">Global (Whole world)</span></p><p><b>purpose</b>: </p><div><p>This <em>ActivityDefinition</em> specifies the input specimens and observations needed to perform potassium level test on serum, and the output observation. It is referenced by any <em>PlanDefinition</em> representing a lab service focusing on this test.</p>\n</div><p><b>effectivePeriod</b>: 2020-04-01 --> 2020-12-25</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 2823-3}\">Potassium [Moles/volume] in Serum or Plasma</span></p><p><b>priority</b>: Routine</p><p><b>timing</b>: No display for Duration (value: 30; unit: minutes; system: http://unitsofmeasure.org; code: mn)</p><p><b>observationRequirement</b>: <code>http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-input-observation-reason-for-ordering</code></p><p><b>observationResultRequirement</b>: <code>http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-serum-potassium</code></p></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-procedure-potassium-serum"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:value [ fhir:v "K_serum_test" ]
] [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.40.999.11.6" ]
] ) ; #
fhir:version [ fhir:v "1.0.0-ballot"] ; #
fhir:name [ fhir:v "PotassiumSerumMeasurementProcedure"] ; #
fhir:title [ fhir:v "Procedure - potassium measurement on in vitro blood serum"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v true] ; #
fhir:date [ fhir:v "2020-01-24T14:00:00+02:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / Orders and Observations"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/orders" ] ] )
] ) ; #
fhir:description [ fhir:v "Potassium measurement procedure on in-vitro serum specimen"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ] )
] ) ; #
fhir:purpose [ fhir:v "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."] ; #
fhir:effectivePeriod [
fhir:start [ fhir:v "2020-04-01"^^xsd:date ] ;
fhir:end [ fhir:v "2020-12-25"^^xsd:date ]
] ; #
fhir:topic ( [
( fhir:coding [
a sct:166312007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "166312007" ] ;
fhir:display [ fhir:v "Blood chemistry" ] ] )
] ) ; #
fhir:kind [ fhir:v "ServiceRequest"] ; #
fhir:code [
( fhir:coding [
a loinc:2823-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2823-3" ] ;
fhir:display [ fhir:v "Potassium [Moles/volume] in Serum or Plasma" ] ] )
] ; #
fhir:priority [ fhir:v "routine"] ; #
fhir:timing [
a fhir:Duration ;
fhir:value [ fhir:v "30"^^xsd:decimal ] ;
fhir:unit [ fhir:v "minutes" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mn" ]
] ; #
fhir:observationRequirement ( [
fhir:v "http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-input-observation-reason-for-ordering"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-input-observation-reason-for-ordering>
] ) ; #
fhir:observationResultRequirement ( [
fhir:v "http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-serum-potassium"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-serum-potassium>
] ) . #
IG © 2021+ HL7 International / Orders and Observations. Package hl7.fhir.uv.order-catalog#1.0.0-ballot based on FHIR 5.0.0. Generated 2025-06-12
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change