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

FHIR IG analytics

Packageca.infoway.io.erec
Resource TypeBundle
IdeReCm-10 Responder Send Communication from Performer - RFI Example.fhir.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Bundle",
  "id": "c5d4d7a7-4997-4e98-b94a-e90f33d18ab0",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Bundle"
    ]
  },
  "identifier": {
    "system": "http://ex-erec-identifier-system.org",
    "value": "c5d4d7a7-4997-4e98-b94a-e90f33d18ab0"
  },
  "type": "message",
  "timestamp": "2024-10-26T00:00:00.0000+00:00",
  "entry": [
    {
      "fullUrl": "urn:uuid:85318a75-f25e-40d5-9a8d-e1accf220d6d",
      "resource": {
        "resourceType": "MessageHeader",
        "id": "85318a75-f25e-40d5-9a8d-e1accf220d6d",
        "meta": {
          "profile": [
            "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-MessageHeader"
          ]
        },
        "eventCoding": {
          "system": "http://fhir.infoway-inforoute.ca/io/CA-eReC/CodeSystem/message-event-code",
          "code": "send-communication-from-provider"
        },
        "destination": [
          {
            "name": "RMS Source",
            "endpoint": "http://rmssource.org/fhir/$process-message"
          }
        ],
        "author": {
          "reference": "urn:uuid:7aaefa90-f5c9-45fd-8358-327b16c005d0",
          "identifier": {
            "system": "http://performer-provider-system-uri.ca",
            "value": "performer-role-id"
          }
        },
        "source": {
          "endpoint": "http://rmstarget.org/fhir/$process-message"
        },
        "reason": {
          "text": "Additional clinical information needed for triage"
        },
        "focus": [
          {
            "reference": "urn:uuid:065ce9b1-4809-41a9-b6d1-e5b4a22a41db"
          }
        ]
      }
    },
    {
      "fullUrl": "urn:uuid:065ce9b1-4809-41a9-b6d1-e5b4a22a41db",
      "resource": {
        "resourceType": "Communication",
        "id": "065ce9b1-4809-41a9-b6d1-e5b4a22a41db",
        "meta": {
          "profile": [
            "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Communication"
          ]
        },
        "basedOn": [
          {
            "identifier": {
              "system": "http://example-identifier-system-uri.ca",
              "value": "serviceRequest-id",
              "use": "official"
            }
          }
        ],
        "status": "completed",
        "category": [
          {
            "coding": [
              {
                "system": "http://fhir.infoway-inforoute.ca/io/CA-eReC/CodeSystem/communication-category",
                "code": "rfi",
                "display": "Request for Information"
              }
            ],
            "text": "Request for Information"
          }
        ],
        "subject": {
          "identifier": {
            "system": "http://first-patient-system-uri.ca",
            "value": "9999999"
          }
        },
        "sent": "2024-10-26T00:00:00Z",
        "sender": {
          "reference": "urn:uuid:7aaefa90-f5c9-45fd-8358-327b16c005d0"
        },
        "payload": [
          {
            "contentString": "Please share a copy of the referral form or patient summary to fully assist in the clinical triage of this case."
          }
        ]
      }
    },
    {
      "fullUrl": "urn:uuid:7aaefa90-f5c9-45fd-8358-327b16c005d0",
      "resource": {
        "resourceType": "PractitionerRole",
        "id": "7aaefa90-f5c9-45fd-8358-327b16c005d0",
        "meta": {
          "profile": [
            "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-PractitionerRole"
          ]
        },
        "practitioner": {
          "reference": "urn:uuid:3d10be50-522b-4dd2-b741-8c7396888cf5"
        },
        "organization": {
          "reference": "urn:uuid:b8d7d68b-3f0e-4ba3-938b-67cc019ab589"
        },
        "code": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/practitioner-role",
                "code": "doctor",
                "display": "Doctor"
              }
            ],
            "text": "Doctor"
          }
        ],
        "specialty": [
          {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "394584008",
                "display": "Gastroenterology"
              }
            ],
            "text": "Gastroenterology"
          }
        ],
        "location": [
          {
            "reference": "urn:uuid:31294119-fcbc-48b2-9d8d-eb5fa27e6caf"
          }
        ],
        "telecom": [
          {
            "system": "phone",
            "value": "555-555-1212",
            "use": "work"
          }
        ]
      }
    },
    {
      "fullUrl": "urn:uuid:3d10be50-522b-4dd2-b741-8c7396888cf5",
      "resource": {
        "resourceType": "Practitioner",
        "id": "3d10be50-522b-4dd2-b741-8c7396888cf5",
        "meta": {
          "profile": [
            "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Practitioner"
          ]
        },
        "identifier": [
          {
            "system": "http://performer-system-uri.ca",
            "value": "performer-id"
          }
        ],
        "name": [
          {
            "use": "official",
            "text": "Elizabeth Jones",
            "family": "Jones",
            "given": [
              "Elizabeth"
            ]
          }
        ]
      }
    },
    {
      "fullUrl": "urn:uuid:b8d7d68b-3f0e-4ba3-938b-67cc019ab589",
      "resource": {
        "resourceType": "Organization",
        "id": "b8d7d68b-3f0e-4ba3-938b-67cc019ab589",
        "meta": {
          "profile": [
            "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Organization"
          ]
        },
        "active": true,
        "type": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/organization-type",
                "code": "prov",
                "display": "Healthcare Provider"
              }
            ],
            "text": "Healthcare Provider"
          }
        ],
        "name": "Fictional Provider Organization"
      }
    },
    {
      "fullUrl": "urn:uuid:31294119-fcbc-48b2-9d8d-eb5fa27e6caf",
      "resource": {
        "resourceType": "Location",
        "id": "31294119-fcbc-48b2-9d8d-eb5fa27e6caf",
        "meta": {
          "profile": [
            "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Location"
          ]
        },
        "identifier": [
          {
            "system": "http://performer-system-uri.ca",
            "value": "loc-id"
          }
        ],
        "status": "active",
        "name": "Fictional Gastroenterology Clinic",
        "type": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
                "code": "GI",
                "display": "Gastroenterology Clinic"
              }
            ],
            "text": "Gastroenterology Clinic"
          }
        ],
        "telecom": [
          {
            "system": "phone",
            "value": "555-555-1212"
          }
        ],
        "address": {
          "text": "1000 Paisley St, Guelph, ON N1H 2P3, Canada",
          "city": "Guelph",
          "postalCode": "N1H 2P3",
          "country": "CAN"
        }
      }
    }
  ]
}