Da Vinci Prior Authorization Support (PAS) FHIR IG, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.1.0-preview built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-pas/ and changes regularly. See the Directory of published versions
: PAS Task Codes - 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 "PASTaskCodes"] ; #
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 PASTaskCodes</b></p><a name=\"PASTaskCodes\"> </a><a name=\"hcPASTaskCodes\"> </a><a name=\"PASTaskCodes-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-PASTempCodes.html\"><code>http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes</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-PASTempCodes.html#PASTempCodes-attachment-request-code\">attachment-request-code</a></td><td style=\"color: #cccccc\">Attach Request Code</td><td>Attachments are identified by LOINC or PWK01 codes</td></tr><tr><td><a href=\"CodeSystem-PASTempCodes.html#PASTempCodes-attachment-request-questionnaire\">attachment-request-questionnaire</a></td><td style=\"color: #cccccc\">Attachment Request Questionnaire</td><td>Attachments are identified by a questionnaire</td></tr></table></li></ul></div>"
] ; #
fhir:extension ( [
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-fmm"^^xsd:anyURI ] ;
fhir:value [
fhir:v "3"^^xsd:integer ;
( 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-pas/ImplementationGuide/hl7.fhir.us.davinci-pas"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-pas/ImplementationGuide/hl7.fhir.us.davinci-pas> ] ] ) ]
] [
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-pas/ImplementationGuide/hl7.fhir.us.davinci-pas"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-pas/ImplementationGuide/hl7.fhir.us.davinci-pas> ] ] ) ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-pas/ValueSet/PASTaskCodes"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2.1.0-preview"] ; #
fhir:name [ fhir:v "PASTaskCodes"] ; #
fhir:title [ fhir:v "PAS Task Codes"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-11-14T15:41:07+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / Financial Management"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Financial Management" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/Special/committees/fm" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "fmlists@lists.hl7.org" ] ] )
] [
fhir:name [ fhir:v "Jean Duteau" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mailto:jean@duteaudesign.com" ] ] )
] [
fhir:name [ fhir:v "HL7 International / Financial Management" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fm" ] ] )
] ) ; #
fhir:description [ fhir:v "The code for the task that is request additional information."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ] ] )
] ) ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "attachment-request-code" ] ] [
fhir:code [ fhir:v "attachment-request-questionnaire" ] ] ) ] )
] . #