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

FHIR IG analytics

Packageca.infoway.io.erec
Resource TypeBundle
IdeReCm-1 Requester Add ServiceRequest.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": "4177b6d8-63f2-4717-814b-8288a84ff727",
  "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:b3c82b50-7c12-4c68-a26d-de151637637a",
      "resource": {
        "resourceType": "MessageHeader",
        "id": "b3c82b50-7c12-4c68-a26d-de151637637a",
        "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": "add-service-request"
        },
        "destination": [
          {
            "name": "RMS Target",
            "endpoint": "http://rmstarget.org/fhir/$process-message"
          }
        ],
        "author": {
          "reference": "urn:uuid:4db13666-e169-4c36-a7d4-f6b351077219",
          "identifier": {
            "system": "http://first-provider-system-uri.ca",
            "value": "practitioner-role-id"
          }
        },
        "source": {
          "endpoint": "http://rmssource.org/fhir/$process-message"
        },
        "focus": [
          {
            "reference": "urn:uuid:210ee385-d398-4209-8dfc-958a3a204bcd"
          }
        ]
      }
    },
    {
      "fullUrl": "urn:uuid:210ee385-d398-4209-8dfc-958a3a204bcd",
      "resource": {
        "resourceType": "ServiceRequest",
        "id": "210ee385-d398-4209-8dfc-958a3a204bcd",
        "meta": {
          "profile": [
            "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-ServiceRequest"
          ]
        },
        "identifier": [
          {
            "system": "http://example-identifier-system-uri.ca",
            "value": "serviceRequest-id",
            "use": "official"
          }
        ],
        "status": "active",
        "intent": "proposal",
        "category": [
          {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "408879002",
                "display": "Gastric care management"
              }
            ],
            "text": "Gastic care management"
          }
        ],
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "118155006",
              "display": "Gastrointestinal tract endoscopy (procedure)"
            }
          ],
          "text": "Gastrointestinal tract endoscopy (procedure)"
        },
        "subject": {
          "reference": "urn:uuid:133ad6bf-e865-4761-a21f-79d020b07acf",
          "identifier": {
            "system": "http://first-patient-system-uri.ca",
            "value": "9999999"
          }
        },
        "authoredOn": "2024-10-24",
        "requester": {
          "reference": "urn:uuid:4db13666-e169-4c36-a7d4-f6b351077219",
          "identifier": {
            "system": "http://first-provider-system-uri.ca",
            "value": "practitioner-role-id"
          }
        },
        "performer": [
          {
            "reference": "urn:uuid:5c8926df-537c-4a71-b183-e30d15b05312",
            "identifier": {
              "system": "http://healthcareservice-system-uri.ca",
              "value": "service-id"
            }
          }
        ],
        "reasonCode": [
          {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "84642008",
                "display": "Chronic regurgitation (finding)"
              }
            ],
            "text": "Chronic regurgitation (finding)"
          }
        ],
        "supportingInfo": [
          {
            "reference": "urn:uuid:79b2cbd2-7d38-42d2-8b99-f3004ce7e04f"
          }
        ],
        "note": [
          {
            "text": "Patient has a transportation risk factor that should be considered with booking."
          }
        ]
      }
    },
    {
      "fullUrl": "urn:uuid:133ad6bf-e865-4761-a21f-79d020b07acf",
      "resource": {
        "resourceType": "Patient",
        "id": "133ad6bf-e865-4761-a21f-79d020b07acf",
        "meta": {
          "profile": [
            "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Patient"
          ]
        },
        "identifier": [
          {
            "type": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code": "JHN"
                }
              ]
            },
            "system": "http://first-patient-system-uri.ca",
            "value": "9999999"
          }
        ],
        "name": [
          {
            "family": "Gray",
            "given": [
              "Clara"
            ]
          }
        ],
        "telecom": [
          {
            "system": "phone",
            "value": "555-555-5555",
            "use": "home"
          }
        ],
        "gender": "female",
        "birthDate": "1961-07-23",
        "address": [
          {
            "text": "1171 King St S, Waterloo, ON N2J 1P9, Canada",
            "postalCode": "N2J 1P9",
            "country": "CAN"
          }
        ]
      }
    },
    {
      "fullUrl": "urn:uuid:4db13666-e169-4c36-a7d4-f6b351077219",
      "resource": {
        "resourceType": "PractitionerRole",
        "id": "4db13666-e169-4c36-a7d4-f6b351077219",
        "meta": {
          "profile": [
            "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-PractitionerRole"
          ]
        },
        "practitioner": {
          "reference": "urn:uuid:1505ac3a-9774-49cd-890b-ed12dbb0d4d6"
        },
        "organization": {
          "reference": "urn:uuid:cd6741d1-8f6e-47ac-b73b-dfc7b1d4ed9b"
        },
        "code": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/practitioner-role",
                "code": "doctor",
                "display": "Doctor"
              }
            ],
            "text": "Doctor"
          }
        ],
        "specialty": [
          {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "394814009",
                "display": "General practice (specialty)"
              }
            ],
            "text": "General Practice"
          }
        ],
        "location": [
          {
            "reference": "urn:uuid:8d32678f-ef77-4247-89e3-4fdf4bd16e10"
          }
        ],
        "telecom": [
          {
            "system": "phone",
            "value": "555-555-3447",
            "use": "work"
          }
        ]
      }
    },
    {
      "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": "Howard Allan",
            "family": "Allan",
            "given": [
              "Howard"
            ]
          }
        ]
      }
    },
    {
      "fullUrl": "urn:uuid:cd6741d1-8f6e-47ac-b73b-dfc7b1d4ed9b",
      "resource": {
        "resourceType": "Organization",
        "id": "cd6741d1-8f6e-47ac-b73b-dfc7b1d4ed9b",
        "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 Custodian Organization"
      }
    },
    {
      "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",
        "type": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
                "code": "PC",
                "display": "Primary care clinic"
              }
            ],
            "text": "Primary care clinic"
          }
        ],
        "telecom": [
          {
            "system": "phone",
            "value": "555-555-3448"
          }
        ],
        "address": {
          "text": "375 University Ave E, Waterloo, ON N2K 3M7, Canada",
          "city": "Waterloo",
          "postalCode": "N2K 3M7",
          "country": "CAN"
        }
      }
    },
    {
      "fullUrl": "urn:uuid:79b2cbd2-7d38-42d2-8b99-f3004ce7e04f",
      "resource": {
        "resourceType": "Condition",
        "id": "79b2cbd2-7d38-42d2-8b99-f3004ce7e04f",
        "meta": {
          "profile": [
            "http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/condition-ca-ps"
          ]
        },
        "clinicalStatus": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
              "code": "active"
            }
          ]
        },
        "category": [
          {
            "coding": [
              {
                "system": "http://loinc.org",
                "code": "75326-9",
                "display": "Problem"
              },
              {
                "system": "http://terminology.hl7.org/CodeSystem/condition-category",
                "code": "problem-list-item",
                "display": "Problem List Item"
              }
            ],
            "text": "Problem"
          }
        ],
        "severity": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "6736007",
              "display": "Moderate (severity modifier)"
            }
          ]
        },
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "84642008",
              "display": "Chronic regurgitation (finding)"
            }
          ],
          "text": "Chronic regurgitation (finding)"
        },
        "subject": {
          "reference": "urn:uuid:133ad6bf-e865-4761-a21f-79d020b07acf"
        },
        "onsetDateTime": "2023-08-05"
      }
    },
    {
      "fullUrl": "urn:uuid:5c8926df-537c-4a71-b183-e30d15b05312",
      "resource": {
        "resourceType": "HealthcareService",
        "id": "5c8926df-537c-4a71-b183-e30d15b05312",
        "identifier": [
          {
            "system": "http://healthcareservice-system-uri.ca",
            "value": "service-id"
          }
        ],
        "type": [
          {
            "text": "Gastroenterology"
          }
        ],
        "name": "Gastroenterology Specialty Clinic"
      }
    }
  ]
}