Da Vinci Prior Authorization Support (PAS) FHIR IG
2.1.0-preview - STU 2 United States of America flag

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

: Communication Request Example - TTL Representation

Page standards status: Informative

Raw ttl | Download


@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CommunicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CommunicationRequestExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-communicationrequest"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-communicationrequest>     ] )
  ] ; # 
  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: CommunicationRequest CommunicationRequestExample</b></p><a name=\"CommunicationRequestExample\"> </a><a name=\"hcCommunicationRequestExample\"> </a><a name=\"CommunicationRequestExample-en-US\"> </a><p><b>status</b>: Active</p><p><b>category</b>: <span title=\"Codes:{https://codesystem.x12.org/005010/755 15}\">Justification for Admissions</span></p><blockquote><p><b>payload</b></p><p><b>ServiceLineNumber</b>: 1</p><p><b>CommunicatedDiagnosis</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10-cm G89.4}\">Chronic pain syndrome</span></p><p><b>ContentModifier</b>: <span title=\"Codes:{http://loinc.org 18804-5}\">Include all data of the selected type that represents observations made 3 months or fewer before the starting date of service</span></p><p><b>content</b>: 18657-7</p></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://codesystem.x12.org/005010/755"^^xsd:anyURI ] ;
fhir:code [ fhir:v "15" ] ;
fhir:display [ fhir:v "Justification for Admissions" ]     ] )
  ] ) ; # 
  fhir:payload ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-serviceLineNumber"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1"^^xsd:positiveInteger ]     ] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-communicatedDiagnosis"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10-cm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "G89.4" ]         ] )       ]     ] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-contentModifier"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
a loinc:18804-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "18804-5" ]         ] )       ]     ] ) ;
fhir:content [ fhir:v "18657-7" ]
  ] ) . #