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-05 |
@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-service-potassium-serum"] ; #
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 "generated" ] ;
fhir:div "<div xml:lang=\"en-US\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en-US\">\n <p><b>Laboratory service title</b>: laboratory service - serum potassium level</p>\n <p><b>id:</b> example-lab-service-potassium-serum</p>\n <p><b>meta - profile:</b> hl7.org/fhir/uv/order-catalog/StructureDefinition/LabServiceDefinition</p>\n <p><b>CatalogReference:</b> <a href=\"Composition-example-lab-compendium-header.html\"> Composition/example-lab-compendium-header</a></p>\n <p><b>name:</b> PotassiumSerumMeasurement</p>\n <p><b>description:</b> Potassium measurement on serum specimen</p>\n <p><b>type:</b> test</p>\n <p><b>status:</b> draft, experimental</p>\n <p><b>publisher:</b> HL7 International </p>\n <p><b>contact:</b> HL7 Orders and Observations Work Group (<a href=\"http://www.hl7.org/Special/committees/orders/index.cfm\"> http://www.hl7.org/Special/committees/orders/index.cfm</a>)</p>\n <p><b>useContext (task):</b> LABOE (laboratory test order entry task)</p>\n <p><b>topic:</b> SNOMED CT: 166312007 |Blood chemistry|</p>\n </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.ama-assn.org/go/cpt"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CPTfakecode" ] ;
fhir:display [ fhir:v "Potassium, serum" ] ] ) ]
] [
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 "1608" ] ;
fhir:display [ fhir:v "SANG : POTASSIUM (K)" ] ] ) ]
] [
( 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 "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:value [ fhir:v "No specific limitation for this test" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/RegulatorySummary"^^xsd:anyURI ] ;
fhir:value [ fhir:v "CLIA Law & Regulations apply" ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/uv/order-catalog/PlanDefinition/example-lab-service-potassium-serum"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:value [ fhir:v "K_serum_test" ]
] ) ; #
fhir:version [ fhir:v "current"] ; #
fhir:name [ fhir:v "PotassiumSerumMeasurement"] ; #
fhir:title [
fhir:v "laboratory service - serum potassium level" ;
( fhir:extension [
( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [ fhir:v "fr-FR" ] ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Dosage du potassium sérique" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ] ] )
] ; #
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:display [ fhir:v "unitary measurement performed on an in vitro biologic specimen" ] ] )
] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "true"^^xsd:boolean] ; #
fhir:date [ fhir:v "2020-02-05T20:00:00+02: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 "Potassium 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: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:relatedArtifact ( [
fhir:type [ fhir:v "documentation" ] ;
fhir:citation [ fhir:v "Potassium (symbol K from Latin:kalium) is a key chemical element involved in neuron function and influencing osmotic balance between cells and interstitial fluid. Depletion in potassium levels results in deficient fluid and electrolyte balance in the body as well as various nervous and cardiac dysfunctions. Studies suggest diets high in potassium can reduce the risk of hypertension and possibly stroke. Foods rich in potassium include parsley, dried apricots, potatoes, bananas, avocados, soybeans, and bran, as well as most fruits, vegetables, meat and fish. Overall, clear cases of potassium deficiency are rare in healthy individuals." ] ;
fhir:document [
fhir:url [ fhir:v "https://en.wikipedia.org/wiki/Potassium"^^xsd:anyURI ] ]
] ) ; #
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:url [ fhir:v "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/SpecimenRequested"^^xsd:anyURI ] ] ) ;
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://testdirectory.questdiagnostics.com/"^^xsd:anyURI ] ;
fhir:code [ fhir:v "733" ] ;
fhir:display [ fhir:v "Potassium, Serum" ] ] [
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: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:definition [
fhir:v "http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-procedure-potassium-serum"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-procedure-potassium-serum> ]
] ) . #
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