@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CommunicationRequest ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example-01"] ; # fhir:meta [ fhir:versionId [ fhir:v "1" ] ; fhir:lastUpdated [ fhir:v "2023-09-07T14:58:58.181+05:30"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "https://nrces.in/ndhm/fhir/r4/StructureDefinition/CommunicationRequest"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CommunicationRequest

Resource CommunicationRequest "example-01" Version "1" Updated "2023-09-07 14:58:58+0530"

Profile: CommunicationRequest

identifier: id: 4524657454

basedOn: Claim/Claim-preauth-example-01

status: active

category: Alert (CommunicationCategory#alert)

priority: routine

Payloads

-Content[x]
*Please provide the Angeography report to support your Claim# DEF5647.

authoredOn: 2023-12-08 08:25:05+1000

requester: Organization/example-02 "XYZ Insurance Co. Ltd."

recipient: Organization/example-03 "Maharashtra State Government"

sender: Organization/example-02 "XYZ Insurance Co. Ltd."

" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://irdai.in"^^xsd:anyURI ] ; fhir:value [ fhir:v "4524657454" ] ] ) ; # fhir:basedOn ( [ fhir:link ; fhir:reference [ fhir:v "Claim/Claim-preauth-example-01" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:category ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/communication-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "alert" ] ] ) ] ) ; # fhir:priority [ fhir:v "routine"] ; # fhir:payload ( [ fhir:content [ fhir:v "Please provide the Angeography report to support your Claim# DEF5647." ] ] ) ; # fhir:authoredOn [ fhir:v "2023-12-08T08:25:05+10:00"^^xsd:dateTime] ; # fhir:requester [ fhir:link ; fhir:reference [ fhir:v "Organization/example-02" ] ] ; # fhir:recipient ( [ fhir:link ; fhir:reference [ fhir:v "Organization/example-03" ] ] ) ; # fhir:sender [ fhir:link ; fhir:reference [ fhir:v "Organization/example-02" ] ] . # # -------------------------------------------------------------------------------------