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-test-serum-creatinine"] ; #
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-test-serum-creatinine</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-test-serum-creatinine.html\">Serum creatinine test</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.13</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;\">Serum creatinine test</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>test</span>\n </p>\n \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-12 19:00:00+0100</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>Creatinine 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>this panel is orderable</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\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-procedure-serum-creatinine.html\">Procedure - serum creatinine - venous blood</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 "0592" ] ] ) ]
] [
( 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 "Daily ; report on D0" ]
] ) ; #
fhir:url [
fhir:v "http://hl7.org/fhir/uv/order-catalog/PlanDefinition/example-lab-test-serum-creatinine"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/order-catalog/PlanDefinition/example-lab-test-serum-creatinine>
] ; #
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.13" ]
] ) ; #
fhir:version [ fhir:v "1.0.0-ballot"] ; #
fhir:name [ fhir:v "SerumCreatinineTest"] ; #
fhir:title [ fhir:v "Serum creatinine test"] ; #
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 "test" ] ] )
] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v true] ; #
fhir:date [ fhir:v "2020-02-12T19:00:00+01: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 "Creatinine 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: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:text [ fhir:v "this panel is orderable" ] ]
] ) ; #
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: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-venous-serum-single-test ;
fhir:reference [ fhir:v "SpecimenDefinition/example-specimen-venous-serum-single-test" ] ;
fhir:display [ fhir:v "example-specimen-venous-serum-single-test" ] ] ] ) ;
fhir:url [
fhir:v "ExclusiveGroup"^^xsd:anyURI ;
fhir:l fhir:ExclusiveGroup ] ] [
( fhir:extension [
fhir:url [
fhir:v "Material"^^xsd:anyURI ;
fhir:l fhir:Material ] ;
fhir:value [
a fhir:Reference ;
fhir:l fhir:SpecimenDefinition/example-specimen-capillary-serum-single-test ;
fhir:reference [ fhir:v "SpecimenDefinition/example-specimen-capillary-serum-single-test" ] ;
fhir:display [ fhir:v "example-specimen-capillary-serum-single-test" ] ] ] ) ;
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:2160-0 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "2160-0" ] ;
fhir:display [ fhir:v "Creatinine [Mass/volume] in Serum or Plasma" ] ] ) ] ;
fhir:timing [
a fhir:Duration ;
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "hour" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org> ] ;
fhir:code [ fhir:v "h" ] ] ;
fhir:definition [
a fhir:Canonical ;
fhir:v "http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-procedure-serum-creatinine"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-procedure-serum-creatinine> ]
] ) . #
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
