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-02-12 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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:link <http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LabServiceDefinition> ] )
] ; #
fhir:language [ fhir:v "en-US"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p><b>Generated Narrative: PlanDefinition</b><a name=\"example-lab-test-serum-creatinine\"> </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 PlanDefinition "example-lab-test-serum-creatinine" (Language "en-US") </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-LabServiceDefinition.html\">Laboratory Service Definition</a></p></div><p><b>Reference to a catalog</b>: <a href=\"Composition-example-lab-compendium-header.html\">Composition/example-lab-compendium-header</a></p><p><b>Healthcare Service Billing Code</b>: 0592 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (nabm#0592)</span></p><blockquote><p><b>Billing summary for the plan definition</b></p><blockquote><p><b>url</b></p><code>textualSummary</code></blockquote><p><b>value</b>: no notable particularity for billing</p><blockquote><p><b>url</b></p><code>reimbursabilitySummary</code></blockquote><p><b>value</b>: normal</p></blockquote><p><b>Schedule summary for the plan definition</b>: Daily ; report on D0</p><p><b>url</b>: <code>http://hl7.org/fhir/uv/order-catalog/PlanDefinition/example-lab-test-serum-creatinine</code></p><p><b>version</b>: current</p><p><b>name</b>: SerumCreatinineTest</p><p><b>title</b>: Serum creatinine test</p><p><b>type</b>: unitary measurement performed on an in vitro biologic specimen <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-laboratory-service-definition-type.html\">Code system for types of laboratory service definitions</a>#test)</span></p><p><b>status</b>: draft</p><p><b>experimental</b>: true</p><p><b>date</b>: 2020-02-12 19:00:00+0100</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>: Creatinine measurement on serum specimen</p><h3>UseContexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Workflow Task (Details: http://terminology.hl7.org/CodeSystem/usage-context-type code task = 'Workflow Task', stated as 'null')</td><td>this panel is orderable <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-ActCode.html\">ActCode</a>#LABOE "laboratory test order entry task")</span></td></tr></table><p><b>jurisdiction</b>: Global (Whole world) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (m49.htm#001)</span></p><p><b>topic</b>: Chemistry studies (set) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#18719-5)</span>, Blood chemistry <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#166312007)</span>, Biochimie générale et spécialisée <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (SH-REF-08#BIOCHBM)</span>, BIOCHIMIE - SANG <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (nabm#13-01)</span></p><h3>Actions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Code</b></td><td><b>Timing[x]</b></td><td><b>Definition[x]</b></td></tr><tr><td style=\"display: none\">*</td><td/><td>Creatinine [Mass/volume] in Serum or Plasma <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#2160-0)</span></td><td>1 hour<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code h = 'h')</span></td><td><a href=\"ActivityDefinition-example-lab-procedure-serum-creatinine.html\">Procedure - serum creatinine - venous blood</a></td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/CatalogReference"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
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:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://www.codage.ext.cnamts.fr/codif/nabm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "0592" ] ] ) ]
] [
( fhir:extension [
fhir:url [ fhir:v "textualSummary"^^xsd:anyURI ] ;
fhir:value [ fhir:v "no notable particularity for billing" ] ] [
fhir:url [ fhir:v "reimbursabilitySummary"^^xsd:anyURI ] ;
fhir:value [ fhir:v "normal" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/BillingSummary"^^xsd:anyURI ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/ScheduleSummary"^^xsd:anyURI ] ;
fhir:value [ 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:version [ fhir:v "current"] ; #
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:code [ fhir:v "test" ] ] )
] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "true"^^xsd:boolean] ; #
fhir:date [ fhir:v "2020-02-12T19:00:00+01:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International - Orders and Observations Work Group"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://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: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: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:code [ fhir:v "001" ] ] )
] ) ; #
fhir:topic ( [
( fhir:coding [
a loinc:18719-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
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: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: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: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:value [
a fhir:Reference ;
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:extension [
fhir:url [ fhir:v "Material"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
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:url [ fhir:v "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/SpecimenRequested"^^xsd:anyURI ] ] ) ;
fhir:code [
( fhir:coding [
a loinc:2160-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
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:code [ fhir:v "h" ] ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-procedure-serum-creatinine"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-procedure-serum-creatinine> ]
] ) . #
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