@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/us/davinci-cdex/CommunicationRequest/cdex-task-inline-communicationrequest-example1> a fhir:CommunicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cdex-task-inline-communicationrequest-example1"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CommunicationRequest cdex-task-inline-communicationrequest-example1</b></p><a name=\"cdex-task-inline-communicationrequest-example1\"> </a><a name=\"hccdex-task-inline-communicationrequest-example1\"> </a><a name=\"cdex-task-inline-communicationrequest-example1-en-US\"> </a><p><b>status</b>: Active</p><p><b>category</b>: <span title=\"Codes:{http://example.org/fhir/communication-category authorization}\">authorization</span></p><p><b>priority</b>: Routine</p><p><b>subject</b>: <a href=\"http://example.org/fhir/Patient/cdex-example-patient\">http://example.org/fhir/Patient/cdex-example-patient</a></p><p><b>about</b>: <a href=\"http://example.org/fhir/Claim/cdex-example-claim\">http://example.org/fhir/Claim/cdex-example-claim</a></p><h3>Payloads</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Content[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Gather clinical information on Patient B from referring provider.</td></tr></table><p><b>occurrence</b>: 2020-10-27 09:34:53-0700</p><p><b>authoredOn</b>: 2020-10-27 09:34:53-0700</p><p><b>requester</b>: <a href=\"http://example.org/fhir/Organization/cdex-example-referred-to-provider\">http://example.org/fhir/Organization/cdex-example-referred-to-provider</a></p><p><b>recipient</b>: <a href=\"http://example.org/fhir/Organization/cdex-example-referred-to-provider\">http://example.org/fhir/Organization/cdex-example-referred-to-provider</a></p><p><b>sender</b>: <a href=\"http://example.org/fhir/Organization/cdex-example-referring-provider\">http://example.org/fhir/Organization/cdex-example-referring-provider</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://example.org/fhir/communication-category"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "authorization" ]
     ] )
  ] ) ; # 
  fhir:priority [ fhir:v "routine"] ; # 
  fhir:subject [
     fhir:link <http://example.org/fhir/Patient/cdex-example-patient> ;
     fhir:reference [ fhir:v "http://example.org/fhir/Patient/cdex-example-patient" ]
  ] ; # 
  fhir:about ( [
     fhir:link <http://example.org/fhir/Claim/cdex-example-claim> ;
     fhir:reference [ fhir:v "http://example.org/fhir/Claim/cdex-example-claim" ]
  ] ) ; # 
  fhir:payload ( [
     fhir:content [
       a fhir:string ;
       fhir:v "Gather clinical information on Patient B from referring provider."
     ]
  ] ) ; # 
  fhir:occurrence [
     a fhir:dateTime ;
     fhir:v "2020-10-27T09:34:53-07:00"^^xsd:dateTime
  ] ; # 
  fhir:authoredOn [ fhir:v "2020-10-27T09:34:53-07:00"^^xsd:dateTime] ; # 
  fhir:requester [
     fhir:link <http://example.org/fhir/Organization/cdex-example-referred-to-provider> ;
     fhir:reference [ fhir:v "http://example.org/fhir/Organization/cdex-example-referred-to-provider" ]
  ] ; # 
  fhir:recipient ( [
     fhir:link <http://example.org/fhir/Organization/cdex-example-referred-to-provider> ;
     fhir:reference [ fhir:v "http://example.org/fhir/Organization/cdex-example-referred-to-provider" ]
  ] ) ; # 
  fhir:sender [
     fhir:link <http://example.org/fhir/Organization/cdex-example-referring-provider> ;
     fhir:reference [ fhir:v "http://example.org/fhir/Organization/cdex-example-referring-provider" ]
  ] . # 

# -------------------------------------------------------------------------------------

