FHIR IG analytics| Package | ndhm.in |
| Resource Type | CommunicationRequest |
| Id | CommunicationRequest-example-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CommunicationRequest example-01
version: 1; Last updated: 2023-09-07 14:58:58+0530
Profile: CommunicationRequest
identifier: 4524657454
status: Active
category: Alert
priority: Routine
| 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
{
"resourceType": "CommunicationRequest",
"id": "example-01",
"meta": {
"versionId": "1",
"lastUpdated": "2023-09-07T14:58:58.181+05:30",
"profile": [
"https://nrces.in/ndhm/fhir/r4/StructureDefinition/CommunicationRequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"value": "4524657454"
}
],
"basedOn": [
{
"reference": "Claim/Claim-preauthorization-example-01"
}
],
"status": "active",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/communication-category",
"code": "alert"
}
]
}
],
"priority": "routine",
"payload": [
{
"contentString": "Please provide the Angeography report to support your Claim# DEF5647."
}
],
"authoredOn": "2023-12-08T08:25:05+10:00",
"requester": {
"reference": "Organization/example-02"
},
"recipient": [
{
"reference": "Organization/example-03"
}
],
"sender": {
"reference": "Organization/example-02"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "410429000",
"display": "Cardiac arrest"
}
]
}
],
"reasonReference": [
{
"reference": "Condition/example-03"
}
]
}