This page is part of the Da Vinci Coverage Requirements Discovery (CRD) FHIR IG (v2.1.0-preview: STU 2.1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.0.1. For a full list of available versions, see the Directory of published versions
: CRD Coverage Information Additional Documentation Value Set - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "AdditionalDocumentation"] ; #
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 AdditionalDocumentation</b></p><a name=\"AdditionalDocumentation\"> </a><a name=\"hcAdditionalDocumentation\"> </a><a name=\"AdditionalDocumentation-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-temp.html\"><code>http://hl7.org/fhir/us/davinci-crd/CodeSystem/temp</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-temp.html#temp-clinical\">clinical</a></td><td style=\"color: #cccccc\">Clinical Documentation</td><td>Details most likely to originate from a clinician are required to satisfy additional documentation requirements, determine coverage and/or prior auth applicability - e.g. via DTR by clinician. Indicates that the CRD client should expose the need to launch DTR to clinical users.</td></tr><tr><td><a href=\"CodeSystem-temp.html#temp-admin\">admin</a></td><td style=\"color: #cccccc\">Administrative Documentation</td><td>Administrative details not likely to require clinical expertise are needed to satisfy additional documentation requirements, determine coverage and/or prior auth applicability - e.g. via DTR by back-end staff. Indicates that while the CRD client might expose the ability to launch DTR as an option for clinical users, it should be clear that clinical input is not necessary and deferring the use of DTR to back-end staff is perfectly appropriate. Some CRD clients might be configured (based on provider preference) to not even show clinicians the option to launch.</td></tr><tr><td><a href=\"CodeSystem-temp.html#temp-patient\">patient</a></td><td style=\"color: #cccccc\">Administrative & clinical doc</td><td>Details most likely to originate from the patient or their personal representative (e.g. parent, spouse, etc.) are required to satisfy additional documentation requirements, determine coverage and/or prior auth applicability. For example, information about household composition, accessibility considerations, etc. This should be used when the data needs to come from the patient themselves, rather than a clinician's assessment of the patient</td></tr><tr><td><a href=\"CodeSystem-temp.html#temp-conditional\">conditional</a></td><td style=\"color: #cccccc\">Conditional</td><td>There is the potential for information requirements from a participant type not listed. However, a decision on whether there in fact are additional information requirements cannot be made without more information (more detailed code, service rendering information, etc.)</td></tr></table></li></ul></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1"^^xsd:integer ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "fm" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
fhir:v "trial-use" ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
fhir:v "http://hl7.org/fhir/us/davinci-crd/ImplementationGuide/davinci-crd"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-crd/ImplementationGuide/davinci-crd> ] ] ) ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-crd/ValueSet/AdditionalDocumentation"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2.1.0-preview"] ; #
fhir:name [ fhir:v "CRDAdditionalDoc"] ; #
fhir:title [ fhir:v "CRD Coverage Information Additional Documentation Value Set"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-09-26T14:59:51-04:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / Financial Management"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fm" ] ] )
] ) ; #
fhir:description [ fhir:v "Codes defining whether additional documentation needs to be captured"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ] )
] ) ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/us/davinci-crd/CodeSystem/temp"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "clinical" ] ] [
fhir:code [ fhir:v "admin" ] ] [
fhir:code [ fhir:v "patient" ] ] [
fhir:code [ fhir:v "conditional" ] ] ) ] )
] . #