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:PlanDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-lab-panel-blood-electrolyte"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LabServiceDefinition"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LabServiceDefinition> ] )
] ; #
fhir:language [ fhir:v "en-US"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\">\n<div>\n <table class=\"grid dict\">\n \n <tr>\n <th scope=\"row\"><b>Id: </b></th>\n <td style=\"padding-left: 4px;\">example-lab-panel-blood-electrolyte</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Url: </b></th>\n <td style=\"padding-left: 4px;\"><a href=\"PlanDefinition-example-lab-panel-blood-electrolyte.html\">Blood electrolyte panel (serum or plasma)</a></td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Version: </b></th>\n <td style=\"padding-left: 4px;\">1.0.0-ballot</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\">\n <b>\n \n \n \n </b>\n </th>\n <td style=\"padding-left: 4px;\">\n \n <p style=\"margin-bottom: 5px;\">\n <span>urn:oid:2.16.840.1.113883.4.642.40.999.34.1</span>\n </p>\n \n </td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Title: </b></th>\n <td style=\"padding-left: 4px;\">Blood electrolyte panel (serum or plasma)</td>\n </tr>\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Status: </b></th>\n <td style=\"padding-left: 4px;\">draft</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Experimental: </b></th>\n <td style=\"padding-left: 4px;\">true</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Type: </b></th>\n <td style=\"padding-left: 4px;\">\n \n \n \n <p style=\"margin-bottom: 5px;\">\n <b>system: </b> <span><a href=\"CodeSystem-laboratory-service-definition-type.html\">http://hl7.org/fhir/uv/order-catalog/CodeSystem/laboratory-service-definition-type</a></span>\n </p>\n \n \n <p style=\"margin-bottom: 5px;\">\n <b>code: </b> <span>panel</span>\n </p>\n \n \n <p style=\"margin-bottom: 5px;\">\n <b>display: </b> <span>collection of tests and panels performed on one or more in vitro biologic specimens</span>\n </p>\n \n \n \n \n </td>\n </tr>\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Date: </b></th>\n <td style=\"padding-left: 4px;\">2020-02-11 20:00:00+0200</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Publisher: </b></th>\n <td style=\"padding-left: 4px;\">HL7 International / Orders and Observations</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Description: </b></th>\n <td style=\"padding-left: 4px;\"><div><p>Potassium measurement on serum specimen</p>\n</div></td>\n </tr>\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Use Context: </b></th>\n <td style=\"padding-left: 4px;\">\n <table class=\"grid-dict\">\n <tr>\n <th><b>code</b></th>\n <th><b>value</b></th>\n </tr>\n \n <tr>\n <td>task</td>\n <td/>\n </tr>\n \n </table>\n </td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Jurisdiction: </b></th>\n <td style=\"padding-left: 4px;\">001</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Topic: </b></th>\n <td style=\"padding-left: 4px;\">18719-5</td>\n </tr>\n \n\n \n\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Related Artifacts: </b></th>\n <td style=\"padding-left: 4px;\">\n \n \n \n \n <p><b>Components</b></p>\n <ul>\n \n <li><a href=\"PlanDefinition-example-lab-service-potassium-serum.html\">laboratory service - serum potassium level</a></li>\n \n </ul>\n \n \n \n \n </td>\n </tr>\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Actions: </b></th>\n <td style=\"padding-left: 4px;\">\n <table class=\"grid-dict\">\n \n <tr>\n <td>\n \n <b> :</b> \n \n <br/>\n \n \n \n \n <b>Then:</b> <i>Definition:</i> <a href=\"ActivityDefinition-example-lab-blood-electrolyte.html\">Procedure - blood electrolyte (serum or plasma)</a><br/>\n \n \n \n </td>\n </tr>\n \n </table>\n </td>\n </tr>\n \n </table>\n</div>\n</div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/CatalogReference"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/order-catalog/StructureDefinition/CatalogReference> ] ;
fhir:value [
a fhir:Reference ;
fhir:l fhir:Composition/example-lab-compendium-header ;
fhir:reference [ fhir:v "Composition/example-lab-compendium-header" ] ]
] [
fhir:url [
fhir:v "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/ServiceBillingCode"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/order-catalog/StructureDefinition/ServiceBillingCode> ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "http://www.codage.ext.cnamts.fr/codif/nabm"^^xsd:anyURI ;
fhir:l <http://www.codage.ext.cnamts.fr/codif/nabm> ] ;
fhir:code [ fhir:v "1609" ] ] ) ]
] [
( fhir:extension [
fhir:url [
fhir:v "textualSummary"^^xsd:anyURI ;
fhir:l fhir:textualSummary ] ;
fhir:value [
a fhir:Markdown ;
fhir:v "no notable particularity for billing" ] ] [
fhir:url [
fhir:v "reimbursabilitySummary"^^xsd:anyURI ;
fhir:l fhir:reimbursabilitySummary ] ;
fhir:value [
a fhir:Code ;
fhir:v "normal" ] ] ) ;
fhir:url [
fhir:v "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/BillingSummary"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/order-catalog/StructureDefinition/BillingSummary> ]
] [
fhir:url [
fhir:v "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/ScheduleSummary"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/order-catalog/StructureDefinition/ScheduleSummary> ] ;
fhir:value [
a fhir:String ;
fhir:v "Set up: Mon-Sat (Day shift or Night shift), Sun (Day shift); Report available: 1 day" ]
] [
fhir:url [
fhir:v "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LimitationSummary"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LimitationSummary> ] ;
fhir:value [
a fhir:String ;
fhir:v "No specific limitation for this panel" ]
] ) ; #
fhir:url [
fhir:v "http://hl7.org/fhir/uv/order-catalog/PlanDefinition/example-lab-panel-blood-electrolyte"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/order-catalog/PlanDefinition/example-lab-panel-blood-electrolyte>
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
fhir:l <urn:ietf:rfc:3986> ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.40.999.34.1" ]
] ) ; #
fhir:version [ fhir:v "1.0.0-ballot"] ; #
fhir:name [ fhir:v "BloodElectrolytePanel"] ; #
fhir:title [ fhir:v "Blood electrolyte panel (serum or plasma)"] ; #
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/uv/order-catalog/CodeSystem/laboratory-service-definition-type"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/order-catalog/CodeSystem/laboratory-service-definition-type> ] ;
fhir:code [ fhir:v "panel" ] ;
fhir:display [ fhir:v "collection of tests and panels performed on one or more in vitro biologic specimens" ] ] )
] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v true] ; #
fhir:date [ fhir:v "2020-02-11T20: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 on serum specimen"] ; #
fhir:useContext ( [
fhir:code [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/usage-context-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/usage-context-type> ] ;
fhir:code [ fhir:v "task" ] ;
fhir:display [ fhir:v "Workflow Task" ] ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActCode> ] ;
fhir:code [ fhir:v "LABOE" ] ;
fhir:display [ fhir:v "laboratory test order entry task" ] ] ) ]
] ) ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm> ] ;
fhir:code [ fhir:v "001" ] ] )
] ) ; #
fhir:topic ( [
( fhir:coding [
a loinc:18719-5 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "18719-5" ] ;
fhir:display [ fhir:v "Chemistry studies (set)" ] ] )
] [
( fhir:coding [
a sct:166312007 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "166312007" ] ;
fhir:display [ fhir:v "Blood chemistry" ] ] )
] [
( fhir:coding [
fhir:system [
fhir:v "http://tools.cofrac.fr/documentation/SH-REF-08"^^xsd:anyURI ;
fhir:l <http://tools.cofrac.fr/documentation/SH-REF-08> ] ;
fhir:code [ fhir:v "BIOCHBM" ] ;
fhir:display [ fhir:v "Biochimie générale et spécialisée" ] ] )
] [
( fhir:coding [
fhir:system [
fhir:v "http://www.codage.ext.cnamts.fr/codif/nabm"^^xsd:anyURI ;
fhir:l <http://www.codage.ext.cnamts.fr/codif/nabm> ] ;
fhir:code [ fhir:v "13-01" ] ;
fhir:display [ fhir:v "BIOCHIMIE - SANG" ] ] )
] ) ; #
fhir:relatedArtifact ( [
fhir:type [ fhir:v "composed-of" ] ;
fhir:resource [
fhir:v "http://hl7.org/fhir/uv/order-catalog/PlanDefinition/example-lab-service-potassium-serum"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/order-catalog/PlanDefinition/example-lab-service-potassium-serum> ]
] ) ; #
fhir:action ( [
( fhir:extension [
( fhir:extension [
( fhir:extension [
fhir:url [
fhir:v "Material"^^xsd:anyURI ;
fhir:l fhir:Material ] ;
fhir:value [
a fhir:Reference ;
fhir:l fhir:SpecimenDefinition/example-specimen-serum-plasma ;
fhir:reference [ fhir:v "SpecimenDefinition/example-specimen-serum-plasma" ] ;
fhir:display [ fhir:v "example-specimen-serum-plasma" ] ] ] ) ;
fhir:url [
fhir:v "ExclusiveGroup"^^xsd:anyURI ;
fhir:l fhir:ExclusiveGroup ] ] ) ;
fhir:url [
fhir:v "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/SpecimenRequested"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/order-catalog/StructureDefinition/SpecimenRequested> ] ] ) ;
fhir:code [
( fhir:coding [
a loinc:24326-1 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "24326-1" ] ;
fhir:display [ fhir:v "Electrolytes 1998 panel - Serum or Plasma" ] ] ) ] ;
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:l <http://unitsofmeasure.org> ] ;
fhir:code [ fhir:v "mn" ] ] ;
fhir:definition [
a fhir:Canonical ;
fhir:v "http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-blood-electrolyte"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-blood-electrolyte> ]
] ) . #
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-11-07
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
