@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix sct: . @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 example-01

version: 1; Last updated: 2023-09-07 14:58:58+0530

Profile: CommunicationRequest

identifier: 4524657454

basedOn: Claim: identifier = 7612345; status = active; type = Inpatient care management (procedure); subType = Emergency Claim; use = preauthorization; billablePeriod = 2025-03-07 11:01:00+0500 --> 2025-04-07 11:01:00+0500; created = 2025-03-08 11:01:00+0500; priority = Normal

status: Active

category: 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 XYZ Insurance Co. Ltd.

recipient: Organization XYZ Hospital Co. Ltd.

sender: Organization XYZ Insurance Co. Ltd.

reasonCode: Cardiac arrest

reasonReference: Condition Cardiac arrest, unspecified

"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:value [ fhir:v "4524657454" ] ] ) ; # fhir:basedOn ( [ fhir:link ; fhir:reference [ fhir:v "Claim/Claim-preauthorization-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 [ a fhir:string ; 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" ] ] ; # fhir:reasonCode ( [ fhir:coding ( [ a sct:410429000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "410429000" ] ; fhir:display [ fhir:v "Cardiac arrest" ] ] ) ] ) ; # fhir:reasonReference ( [ fhir:link ; fhir:reference [ fhir:v "Condition/example-03" ] ] ) . # # -------------------------------------------------------------------------------------