FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagendhm.in
Resource TypeCommunicationRequest
IdCommunicationRequest-example-01.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

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


Source1

{
  "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"
    }
  ]
}