FHIR Implementation Guide for ABDM - Local Development build (v7.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/CommunicationRequest/example-01> a fhir:CommunicationRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example-01"] ;
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "1" ] ;
fhir:Meta.lastUpdated [ fhir:value "2023-09-07T14:58:58.181+05:30"^^xsd:dateTime ] ;
fhir:Meta.profile [
fhir:value "https://nrces.in/ndhm/fhir/r4/StructureDefinition/CommunicationRequest" ;
fhir:index 0 ;
fhir:link <https://nrces.in/ndhm/fhir/r4/StructureDefinition/CommunicationRequest>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CommunicationRequest example-01</b></p><a name=\"example-01\"> </a><a name=\"hcexample-01\"> </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\">version: 1; Last updated: 2023-09-07 14:58:58+0530</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-CommunicationRequest.html\">CommunicationRequest</a></p></div><p><b>identifier</b>: 4524657454</p><p><b>basedOn</b>: <a href=\"Claim-Claim-preauthorization-example-01.html\">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</a></p><p><b>status</b>: Active</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/communication-category alert}\">Alert</span></p><p><b>priority</b>: Routine</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>Please provide the Angeography report to support your Claim# DEF5647.</td></tr></table><p><b>authoredOn</b>: 2023-12-08 08:25:05+1000</p><p><b>requester</b>: <a href=\"Organization-example-02.html\">Organization XYZ Insurance Co. Ltd.</a></p><p><b>recipient</b>: <a href=\"Organization-example-03.html\">Organization XYZ Hospital Co. Ltd.</a></p><p><b>sender</b>: <a href=\"Organization-example-02.html\">Organization XYZ Insurance Co. Ltd.</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 410429000}\">Cardiac arrest</span></p><p><b>reasonReference</b>: <a href=\"Condition-example-03.html\">Condition Cardiac arrest, unspecified</a></p></div>"
] ;
fhir:CommunicationRequest.identifier [
fhir:index 0 ;
fhir:Identifier.value [ fhir:value "4524657454" ]
] ;
fhir:CommunicationRequest.basedOn [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Claim/Claim-preauthorization-example-01> ;
fhir:Reference.reference [ fhir:value "Claim/Claim-preauthorization-example-01" ]
] ;
fhir:CommunicationRequest.status [ fhir:value "active"] ;
fhir:CommunicationRequest.category [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/communication-category" ] ;
fhir:Coding.code [ fhir:value "alert" ]
]
] ;
fhir:CommunicationRequest.priority [ fhir:value "routine"] ;
fhir:CommunicationRequest.payload [
fhir:index 0 ;
fhir:CommunicationRequest.payload.contentString [ fhir:value "Please provide the Angeography report to support your Claim# DEF5647." ]
] ;
fhir:CommunicationRequest.authoredOn [ fhir:value "2023-12-08T08:25:05+10:00"^^xsd:dateTime] ;
fhir:CommunicationRequest.requester [
fhir:link <http://hl7.org/fhir/Organization/example-02> ;
fhir:Reference.reference [ fhir:value "Organization/example-02" ]
] ;
fhir:CommunicationRequest.recipient [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Organization/example-03> ;
fhir:Reference.reference [ fhir:value "Organization/example-03" ]
] ;
fhir:CommunicationRequest.sender [
fhir:link <http://hl7.org/fhir/Organization/example-02> ;
fhir:Reference.reference [ fhir:value "Organization/example-02" ]
] ;
fhir:CommunicationRequest.reasonCode [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:410429000 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "410429000" ] ;
fhir:Coding.display [ fhir:value "Cardiac arrest" ]
]
] ;
fhir:CommunicationRequest.reasonReference [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Condition/example-03> ;
fhir:Reference.reference [ fhir:value "Condition/example-03" ]
] .
<http://hl7.org/fhir/Claim/Claim-preauthorization-example-01> a fhir:Claim .
<http://hl7.org/fhir/Organization/example-02> a fhir:Organization .
<http://hl7.org/fhir/Organization/example-03> a fhir:Organization .
<http://hl7.org/fhir/Condition/example-03> a fhir:Condition .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/CommunicationRequest/example-01.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/CommunicationRequest/example-01.ttl> .
IG © 2024+ National Resource Center for EHR Standards. Package ndhm.in#7.0.0 based on FHIR 4.0.1. Generated 2026-07-15
Links: Table of Contents |
QA Report
| Version History | Feedback Form |