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: Trial-use | Maturity Level: 2 |
@prefix fhir: <http://hl7.org/fhir/> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "laboratory-service-reimbursability-vs"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2020-03-20T09:55:00Z"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet laboratory-service-reimbursability-vs</b></p><a name=\"laboratory-service-reimbursability-vs\"> </a><a name=\"hclaboratory-service-reimbursability-vs\"> </a><a name=\"laboratory-service-reimbursability-vs-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\">Last updated: 2020-03-20 09:55:00+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R5/shareablevalueset.html\">Shareable ValueSet</a></p></div><ul><li>Include these codes as defined in <a href=\"CodeSystem-laboratory-service-reimbursability.html\"><code>http://hl7.org/fhir/uv/order-catalog/CodeSystem/laboratory-service-reimbursability</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-laboratory-service-reimbursability.html#laboratory-service-reimbursability-none\">none</a></td><td>no reimbursement provided for the service in general</td><td>The service is usually not covered by insurance plans, and charged to the paying party</td></tr><tr><td><a href=\"CodeSystem-laboratory-service-reimbursability.html#laboratory-service-reimbursability-normal\">normal</a></td><td>normal reimbursement dispositions applicable to the service</td><td>The service is usually reimbursed (partially or totally) under general dispositions defined in insurance plans, independently of the service</td></tr><tr><td><a href=\"CodeSystem-laboratory-service-reimbursability.html#laboratory-service-reimbursability-conditional\">conditional</a></td><td>reimbursement of service subject to conditions</td><td>The service reimbursement is conditioned by the clinical context of the order</td></tr><tr><td><a href=\"CodeSystem-laboratory-service-reimbursability.html#laboratory-service-reimbursability-partial\">partial</a></td><td>normal reimbursement limited to a part of the service</td><td>The service is composed of a part that is usually reimbursed under general dispositions defined in insurance plans, and of a part that is non-reimbursable</td></tr><tr><td><a href=\"CodeSystem-laboratory-service-reimbursability.html#laboratory-service-reimbursability-conditional-partial\">conditional-partial</a></td><td>reimbursement limited to a part of the service and subject to conditions</td><td>The service is composed of a part that is reimbursable depending on the clinical context, and of a part that is non-reimbursable</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "oo" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 2 ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
a fhir:canonical ;
fhir:v "http://hl7.org/fhir/uv/order-catalog/ImplementationGuide/ig-uv-order-catalog"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/order-catalog/ImplementationGuide/ig-uv-order-catalog> ] ] ) ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "trial-use" ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
a fhir:canonical ;
fhir:v "http://hl7.org/fhir/uv/order-catalog/ImplementationGuide/ig-uv-order-catalog"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/order-catalog/ImplementationGuide/ig-uv-order-catalog> ] ] ) ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/uv/order-catalog/ValueSet/laboratory-service-reimbursability-vs"^^xsd:anyURI] ; #
fhir:identifier ( [
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.48.6" ]
] ) ; #
fhir:version [ fhir:v "1.0.0-ballot"] ; #
fhir:name [ fhir:v "LaboratoryServiceReimbursabilityVS"] ; #
fhir:title [ fhir:v "Kinds of reibursability coarse categories for a laboratory service"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2020-03-20"^^xsd:date] ; #
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 "This value set provides codes summarizing the reimbursement dispositions that can affect a laboratory service"] ; #
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:immutable [ fhir:v false] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/order-catalog/CodeSystem/laboratory-service-reimbursability"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "none" ] ;
fhir:display [ fhir:v "no reimbursement provided for the service in general" ] ] [
fhir:code [ fhir:v "normal" ] ;
fhir:display [ fhir:v "normal reimbursement dispositions applicable to the service" ] ] [
fhir:code [ fhir:v "conditional" ] ;
fhir:display [ fhir:v "reimbursement of service subject to conditions" ] ] [
fhir:code [ fhir:v "partial" ] ;
fhir:display [ fhir:v "normal reimbursement limited to a part of the service" ] ] [
fhir:code [ fhir:v "conditional-partial" ] ;
fhir:display [ fhir:v "reimbursement limited to a part of the service and subject to conditions" ] ] ) ] )
] . #
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