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.2.1 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
| Page standards status: Informative |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/Task/AdditionalInformationTaskExample> a fhir:Task ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "AdditionalInformationTaskExample"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-task" ;
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-task>
]
] ;
fhir:Resource.language [ fhir:value "en"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task AdditionalInformationTaskExample</b></p><a name=\"AdditionalInformationTaskExample\"> </a><a name=\"hcAdditionalInformationTaskExample\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-profile-task.html\">PAS Task</a></p></div><p><b>identifier</b>: <code>http://example.org/ITEM_TRACE_NUMBER</code>/1122334</p><p><b>status</b>: Requested</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes attachment-request-code}\">Attach Request Code</span></p><p><b>for</b>: <a href=\"Patient-BeneficiaryExample.html\">JESSE SMITH Female, DoB: 1947-01-18 ( http://example.org/MIN#12345678902)</a></p><p><b>requester</b>: Identifier: <a href=\"http://terminology.hl7.org/5.5.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">United States National Provider Identifier</a>/789312</p><p><b>owner</b>: Identifier: <a href=\"http://terminology.hl7.org/5.5.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">United States National Provider Identifier</a>/789312</p><p><b>reasonCode</b>: <span title=\"Codes:{http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes priorAuthorization}\">Prior Authorization Information Request</span></p><p><b>reasonReference</b>: <a href=\"Claim-MedicalServicesAuthorizationExample.html\">Claim: identifier = http://example.org/PATIENT_EVENT_TRACE_NUMBER#111099; status = active; type = Professional; use = preauthorization; created = 2005-05-02 11:01:00+0500; priority = Normal</a></p><blockquote><p><b>input</b></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes payer-url}\">Payer URL</span></p><p><b>value</b>: <a href=\"http://example.org/payerURL\">http://example.org/payerURL</a></p></blockquote><blockquote><p><b>input</b></p><p><b>Service Line Number</b>: 1</p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes attachments-needed}\">Attachments Needed</span></p><p><b>value</b>: <span title=\"Codes:{http://loinc.org 28570-0}\">Procedure note</span></p></blockquote></div>"
] ;
fhir:Task.identifier [
fhir:index -1 ;
fhir:Identifier.system [ fhir:value "http://example.org/ITEM_TRACE_NUMBER" ] ;
fhir:Identifier.value [ fhir:value "1122334" ]
] ;
fhir:Task.status [ fhir:value "requested"] ;
fhir:Task.intent [ fhir:value "order"] ;
fhir:Task.code [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes" ] ;
fhir:Coding.code [ fhir:value "attachment-request-code" ]
]
] ;
fhir:Task.for [
fhir:link <http://hl7.org/fhir/Patient/BeneficiaryExample> ;
fhir:Reference.reference [ fhir:value "Patient/BeneficiaryExample" ]
] ;
fhir:Task.requester [
fhir:Reference.identifier [
fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-npi" ] ;
fhir:Identifier.value [ fhir:value "789312" ]
]
] ;
fhir:Task.owner [
fhir:Reference.identifier [
fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-npi" ] ;
fhir:Identifier.value [ fhir:value "789312" ]
]
] ;
fhir:Task.reasonCode [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes" ] ;
fhir:Coding.code [ fhir:value "priorAuthorization" ]
]
] ;
fhir:Task.reasonReference [
fhir:link <http://hl7.org/fhir/Claim/MedicalServicesAuthorizationExample> ;
fhir:Reference.reference [ fhir:value "Claim/MedicalServicesAuthorizationExample" ]
] ;
fhir:Task.input [
fhir:index -1 ;
fhir:Task.input.type [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes" ] ;
fhir:Coding.code [ fhir:value "payer-url" ]
]
] ;
fhir:Task.input.valueUrl [ fhir:value "http://example.org/payerURL" ]
], [
fhir:index -1 ;
fhir:Element.extension [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-serviceLineNumber" ] ;
fhir:Extension.valuePositiveInt [ fhir:value "1"^^xsd:positiveInteger ]
] ;
fhir:Task.input.type [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes" ] ;
fhir:Coding.code [ fhir:value "attachments-needed" ]
]
] ;
fhir:Task.input.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index -1 ;
a loinc:28570-0 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "28570-0" ]
]
]
] .
<http://hl7.org/fhir/Patient/BeneficiaryExample> a fhir:Patient .
<http://hl7.org/fhir/Claim/MedicalServicesAuthorizationExample> a fhir:Claim .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Task/AdditionalInformationTaskExample.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Task/AdditionalInformationTaskExample.ttl> .
IG © 2020+ HL7 International / Financial Management.
Package hl7.fhir.us.davinci-pas#2.2.1 based on FHIR 4.0.1.
Generated
2026-08-28
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
