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

FHIR IG analytics

Packageca.infoway.io.erec
Resource TypeBundle
IdeReCm-1 Source 1 Add ServiceRequest SR1.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": "6f1a3d2e-9b7c-4e8f-8c1a-2f3d7b0e9a4c",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Bundle"
    ]
  },
  "identifier": {
    "system": "http://ex-erec-identifier-system.org",
    "value": "4177b6d8-63f2-4717-814b-8288a84ff727"
  },
  "type": "message",
  "timestamp": "2024-10-24T00:00:00.0000+00:00",
  "entry": [
    {
      "fullUrl": "urn:uuid:926e2bbf-4bb3-4cfa-a14e-5e0fd0f7edf3",
      "resource": {
        "resourceType": "MessageHeader",
        "id": "926e2bbf-4bb3-4cfa-a14e-5e0fd0f7edf3",
        "meta": {
          "profile": [
            "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-MessageHeader"
          ]
        },
        "eventCoding": {
          "system": "https://ehealthontario.ca/fhir/CodeSystem/message-event-code",
          "code": "add-service-request"
        },
        "destination": [
          {
            "name": "RMS Target 1",
            "endpoint": "http://rmstarget1.org/fhir/$process-message"
          }
        ],
        "author": {
          "reference": "urn:uuid:32f22305-2e70-4099-929c-5c0d5123168e",
          "display": "Dr. Abby Smith"
        },
        "source": {
          "endpoint": "http://rmssource1.org/fhir/$process-message"
        },
        "focus": [
          {
            "reference": "urn:uuid:ead2a7f7-b102-4a00-96de-d02042033749"
          }
        ]
      }
    },
    {
      "fullUrl": "urn:uuid:ead2a7f7-b102-4a00-96de-d02042033749",
      "resource": {
        "resourceType": "ServiceRequest",
        "id": "ead2a7f7-b102-4a00-96de-d02042033749",
        "meta": {
          "profile": [
            "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-ServiceRequest"
          ]
        },
        "identifier": [
          {
            "system": "http://www.rmssource.org/identifiers/ServiceRequest",
            "value": "avGJpF7HXC1W",
            "use": "official"
          }
        ],
        "status": "active",
        "intent": "proposal",
        "category": [
          {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "77477000",
                "display": "Computed tomography (procedure)"
              }
            ]
          }
        ],
        "priority": "routine",
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "303653007",
              "display": "Computed tomography of head (procedure)"
            }
          ]
        },
        "subject": {
          "reference": "urn:uuid:4e826c7d-3709-484f-9ff0-ed1d13d8353b"
        },
        "authoredOn": "2024-10-24",
        "requester": {
          "reference": "urn:uuid:32f22305-2e70-4099-929c-5c0d5123168e",
          "display": "Dr. Simon"
        },
        "performer": [
          {
            "reference": "urn:uuid:4f03e272-a2e9-43f6-99ff-e61a9bcc9f02"
          }
        ]
      }
    },
    {
      "fullUrl": "urn:uuid:4e826c7d-3709-484f-9ff0-ed1d13d8353b",
      "resource": {
        "resourceType": "Patient",
        "id": "4e826c7d-3709-484f-9ff0-ed1d13d8353b",
        "meta": {
          "profile": [
            "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Patient"
          ]
        },
        "identifier": [
          {
            "extension": [
              {
                "url": "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-HCNV-code-EXT",
                "valueString": "EX"
              }
            ],
            "use": "official",
            "type": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code": "JHN"
                }
              ],
              "text": "Ontario, Canada Personal Health Number"
            },
            "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-patient-hcn",
            "value": "1445589654"
          },
          {
            "type": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code": "MR"
                }
              ],
              "text": "The Hospital"
            },
            "system": "http://ehealthontario.ca/fhir/NamingSystem/id-example1-uri",
            "value": "ABC12345"
          }
        ],
        "active": true,
        "name": [
          {
            "family": "Tanev",
            "given": [
              "John"
            ]
          }
        ],
        "telecom": [
          {
            "system": "phone",
            "value": "1 (111) 222 4444",
            "rank": 1
          },
          {
            "system": "email",
            "value": "johntanev@example.com",
            "rank": 2
          }
        ],
        "gender": "male",
        "birthDate": "1980-10-01",
        "address": [
          {
            "use": "home",
            "type": "physical",
            "line": [
              "123 Any Street"
            ],
            "city": "Waterloo",
            "state": "ON",
            "postalCode": "N2L 3G1"
          }
        ],
        "contact": [
          {
            "relationship": [
              {
                "coding": [
                  {
                    "system": "http://ehealthontario.ca/fhir/CodeSystem/patient-contact-relationship",
                    "code": "EC",
                    "display": "Emergency Contact"
                  }
                ],
                "text": "Emergency Contact"
              }
            ],
            "name": {
              "family": "McContact",
              "given": [
                "David"
              ]
            },
            "telecom": [
              {
                "system": "phone",
                "value": "(555) 555 1212",
                "rank": 1
              }
            ],
            "address": {
              "line": [
                "50 Water St."
              ],
              "city": "Waterloo",
              "state": "ON",
              "postalCode": "N2L 3G2"
            }
          }
        ],
        "communication": [
          {
            "language": {
              "coding": [
                {
                  "system": "urn:ietf:bcp:47",
                  "code": "en",
                  "display": "English"
                }
              ],
              "text": "english"
            }
          }
        ],
        "generalPractitioner": [
          {
            "reference": "urn:uuid:32f22305-2e70-4099-929c-5c0d5123168e"
          }
        ]
      }
    },
    {
      "fullUrl": "urn:uuid:32f22305-2e70-4099-929c-5c0d5123168e",
      "resource": {
        "resourceType": "PractitionerRole",
        "id": "32f22305-2e70-4099-929c-5c0d5123168e",
        "meta": {
          "profile": [
            "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-PractitionerRole"
          ]
        },
        "identifier": [
          {
            "use": "official",
            "type": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code": "RRI",
                  "display": "Regional Registry ID"
                }
              ]
            },
            "system": "http://ehealthontario.ca/fhir/NamingSystem/id-ppr-epid",
            "value": "56442"
          }
        ],
        "active": true,
        "practitioner": {
          "reference": "urn:uuid:1505ac3a-9774-49cd-890b-ed12dbb0d4d6"
        },
        "organization": {
          "reference": "urn:uuid:f3315d20-22c4-4d02-a2f5-62a6c11a1ef0"
        },
        "code": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/practitioner-role",
                "code": "doctor",
                "display": "Doctor"
              }
            ]
          }
        ],
        "specialty": [
          {
            "coding": [
              {
                "system": "https://fhir.infoway-inforoute.ca/CodeSystem/snomedctcaextension",
                "code": "394802001",
                "display": "General medicine"
              }
            ]
          }
        ],
        "location": [
          {
            "reference": "urn:uuid:8d32678f-ef77-4247-89e3-4fdf4bd16e10"
          }
        ],
        "telecom": [
          {
            "system": "phone",
            "value": "555-555-3447",
            "use": "work",
            "rank": 1
          }
        ]
      }
    },
    {
      "fullUrl": "urn:uuid:1505ac3a-9774-49cd-890b-ed12dbb0d4d6",
      "resource": {
        "resourceType": "Practitioner",
        "id": "1505ac3a-9774-49cd-890b-ed12dbb0d4d6",
        "meta": {
          "profile": [
            "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Practitioner"
          ]
        },
        "identifier": [
          {
            "system": "http://first-provider-system-uri.ca",
            "value": "practitioner-id"
          }
        ],
        "name": [
          {
            "use": "official",
            "text": "Abby Smith",
            "family": "Smith",
            "given": [
              "Abby"
            ]
          }
        ],
        "gender": "female",
        "birthDate": "1979-02-26",
        "qualification": [
          {
            "code": {
              "coding": [
                {
                  "system": "https://fhir.infoway-inforoute.ca/CodeSystem/scptype",
                  "code": "MD"
                }
              ]
            }
          }
        ],
        "communication": [
          {
            "coding": [
              {
                "system": "urn:ietf:bcp:47",
                "code": "en",
                "display": "English"
              }
            ],
            "text": "English"
          }
        ]
      }
    },
    {
      "fullUrl": "urn:uuid:f3315d20-22c4-4d02-a2f5-62a6c11a1ef0",
      "resource": {
        "resourceType": "Organization",
        "id": "f3315d20-22c4-4d02-a2f5-62a6c11a1ef0",
        "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"
              }
            ]
          }
        ],
        "name": "Fictional Custodian Organization",
        "telecom": [
          {
            "system": "phone",
            "value": "(555) 987-1234",
            "use": "work",
            "rank": 1
          },
          {
            "system": "fax",
            "value": "(555) 987-1234",
            "use": "work",
            "rank": 2
          }
        ],
        "address": [
          {
            "use": "work",
            "type": "physical",
            "line": [
              "279 Yonge St"
            ],
            "city": "Barrie",
            "state": "ON",
            "postalCode": "M5B 1N8",
            "country": "CAN"
          }
        ]
      }
    },
    {
      "fullUrl": "urn:uuid:8d32678f-ef77-4247-89e3-4fdf4bd16e10",
      "resource": {
        "resourceType": "Location",
        "id": "8d32678f-ef77-4247-89e3-4fdf4bd16e10",
        "meta": {
          "profile": [
            "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Location"
          ]
        },
        "identifier": [
          {
            "system": "http://third-system-uri.ca",
            "value": "location-id"
          }
        ],
        "status": "active",
        "name": "Fictional Custodian Organization",
        "telecom": [
          {
            "system": "phone",
            "value": "555-555-3448"
          }
        ],
        "address": {
          "type": "physical",
          "line": [
            "279 Yonge St"
          ],
          "city": "toronto",
          "state": "ON",
          "postalCode": "M5B 1N8",
          "country": "CAN"
        }
      }
    },
    {
      "fullUrl": "urn:uuid:4f03e272-a2e9-43f6-99ff-e61a9bcc9f02",
      "resource": {
        "resourceType": "HealthcareService",
        "id": "4f03e272-a2e9-43f6-99ff-e61a9bcc9f02",
        "meta": {
          "profile": [
            "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-HealthcareService"
          ]
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h1>sample text</h1></div>"
        },
        "identifier": [
          {
            "system": "http://healthcareservice-system-uri.ca",
            "value": "105",
            "assigner": {
              "display": "Diagnostic Imaging Provider"
            }
          }
        ],
        "active": true,
        "type": [
          {
            "text": "Computed Tomography"
          }
        ],
        "name": "Diagnostic Imaging Intake Centre",
        "comment": "Provides DI intake services for clinicians in Ontario.",
        "extraDetails": "Certain services are offered through this intake centre."
      }
    }
  ]
}