Example in QI-Core7.0.2
CommunicationRequest

example

active
CommunicationRequest-example.json

Resource Details

Resource Type
CommunicationRequest
Resource ID
example
Identifier
http://example.org/insurer/123456|ABC123
Conforms To
http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-communicationrequest

Example Metadata

Index metadata for this example. The full FHIR resource body is not loaded in the workbench.

{
  "resourceType": "CommunicationRequest",
  "id": "example",
  "filename": "CommunicationRequest-example.json",
  "profile": [
    "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-communicationrequest"
  ],
  "identifier": {
    "system": "http://example.org/insurer/123456",
    "value": "ABC123"
  },
  "status": "active"
}