Da Vinci Prior Authorization Support (PAS) FHIR IG
2.2.1 - STU 2.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.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

: Communication Request Example

Page standards status: Informative

Raw ttl | Download


@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/CommunicationRequest/CommunicationRequestExample> a fhir:CommunicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "CommunicationRequestExample"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-communicationrequest" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-communicationrequest>
     ]
  ] ;
  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: CommunicationRequest CommunicationRequestExample</b></p><a name=\"CommunicationRequestExample\"> </a><a name=\"hcCommunicationRequestExample\"> </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-communicationrequest.html\">PAS CommunicationRequest</a></p></div><p><b>Service Line Number</b>: 1</p><p><b>identifier</b>: <code>http://example.org/CRD-ID</code>/12345678901</p><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>Communicated Diagnosis</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10-cm G89.4}\">Chronic pain syndrome</span></p><p><b>Content Modifier</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>: 18776-5</p></blockquote></div>"
  ] ;
  fhir:DomainResource.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:CommunicationRequest.identifier [
     fhir:index -1 ;
     fhir:Identifier.system [ fhir:value "http://example.org/CRD-ID" ] ;
     fhir:Identifier.value [ fhir:value "12345678901" ]
  ] ;
  fhir:CommunicationRequest.status [ fhir:value "active"] ;
  fhir:CommunicationRequest.category [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "https://codesystem.x12.org/005010/755" ] ;
       fhir:Coding.code [ fhir:value "15" ] ;
       fhir:Coding.display [ fhir:value "Justification for Admissions" ]
     ]
  ] ;
  fhir:CommunicationRequest.payload [
     fhir:index -1 ;
     fhir:Element.extension [
       fhir:index -1 ;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-communicatedDiagnosis" ] ;
       fhir:Extension.valueCodeableConcept [
         fhir:CodeableConcept.coding [
           fhir:index -1 ;
           fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/icd-10-cm" ] ;
           fhir:Coding.code [ fhir:value "G89.4" ]
         ]
       ]
     ], [
       fhir:index -1 ;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-contentModifier" ] ;
       fhir:Extension.valueCodeableConcept [
         fhir:CodeableConcept.coding [
           fhir:index -1 ;
           a loinc:18804-5 ;
           fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
           fhir:Coding.code [ fhir:value "18804-5" ]
         ]
       ]
     ] ;
     fhir:CommunicationRequest.payload.contentString [ fhir:value "18776-5" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CommunicationRequest/CommunicationRequestExample.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CommunicationRequest/CommunicationRequestExample.ttl> .