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

FHIR IG analytics

Packageaccdr.fhir.ig.pkg
Resource TypeBundle
IdBundleSearchEncounterResponse.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": "BundleSearchEncounterResponse",
  "type": "searchset",
  "timestamp": "2023-05-03T02:15:49.21+00:00",
  "total": 1,
  "entry": [
    {
      "fullUrl": "http://ehealthontario.ca/fhir/Encounter/123",
      "resource": {
        "resourceType": "Encounter",
        "meta": {
          "profile": [
            "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-Encounter"
          ]
        },
        "id": "123",
        "identifier": [
          {
            "type": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code": "VN",
                  "display": "Visit number"
                }
              ]
            },
            "system": "urn:oid:2.16.840.1.113883.3.239.23.42.2",
            "value": "v12345"
          }
        ],
        "status": "finished",
        "class": {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
          "code": "IMP",
          "display": "inpatient encounter"
        },
        "type": [
          {
            "coding": [
              {
                "system": "http://cihi.ca/fhir/CodeSystem/aac-admit-category",
                "code": "L",
                "display": "Scheduled/elective"
              }
            ]
          }
        ],
        "subject": {
          "reference": "Patient/patient1"
        },
        "participant": [
          {
            "type": [
              {
                "coding": [
                  {
                    "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
                    "code": "ADM",
                    "display": "admitter"
                  }
                ]
              }
            ],
            "individual": {
              "reference": "Practitioner/practitioner1"
            }
          }
        ],
        "period": {
          "start": "2021-01-01",
          "end": "2021-02-01"
        },
        "location": [
          {
            "location": {
              "reference": "Location/location1",
              "display": "building 2, room 3, bed 201"
            },
            "physicalType": [
              {
                "coding": [
                  {
                    "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
                    "code": "si",
                    "display": "Site"
                  }
                ]
              }
            ]
          }
        ],
        "serviceProvider": {
          "reference": "Organization/org1"
        }
      },
      "search": {
        "mode": "match"
      }
    },
    {
      "fullUrl": "http://ehealthontario.ca/fhir/Patient/patient1",
      "resource": {
        "resourceType": "Patient",
        "id": "patient1",
        "meta": {
          "profile": [
            "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-Patient"
          ]
        },
        "identifier": [
          {
            "type": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code": "MR"
                }
              ]
            },
            "system": "http://ehealthontario.ca/fhir/NamingSystem/id-cambridge-memorial-mrn",
            "value": "1234567"
          },
          {
            "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": "1234567890"
          }
        ],
        "name": [
          {
            "use": "official",
            "family": "Onsmith1",
            "given": [
              "Onjohn1",
              "William"
            ],
            "suffix": [
              "III"
            ]
          }
        ],
        "telecom": [
          {
            "system": "phone",
            "value": "555-555-5555",
            "use": "work"
          }
        ],
        "gender": "male",
        "birthDate": "1926-02-24",
        "address": [
          {
            "use": "home",
            "type": "physical",
            "line": [
              "13 Boring St"
            ],
            "city": "Toronto",
            "state": "ON",
            "postalCode": "M1M M2M",
            "country": "CAN"
          }
        ]
      },
      "search": {
        "mode": "include"
      }
    },
    {
      "fullUrl": "http://ehealthontario.ca/fhir/Practitioner/practitioner1",
      "resource": {
        "resourceType": "Practitioner",
        "id": "practitioner1",
        "meta": {
          "profile": [
            "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-Practitioner"
          ]
        },
        "identifier": [
          {
            "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-license-physician",
            "value": "12345"
          }
        ],
        "name": [
          {
            "family": "Adams",
            "given": [
              "Ben",
              "William"
            ],
            "prefix": [
              "Dr."
            ]
          }
        ]
      },
      "search": {
        "mode": "include"
      }
    },
    {
      "fullUrl": "http://ehealthontario.ca/fhir/Organization/org1",
      "resource": {
        "resourceType": "Organization",
        "id": "org1",
        "meta": {
          "profile": [
            "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-Organization"
          ]
        },
        "identifier": [
          {
            "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-provider-upi",
            "value": "1220043534"
          }
        ],
        "name": "Testing Organization",
        "telecom": [
          {
            "system": "phone",
            "value": "416-111-2222"
          }
        ]
      },
      "search": {
        "mode": "include"
      }
    },
    {
      "fullUrl": "http://ehealthontario.ca/fhir/Location/location1",
      "resource": {
        "resourceType": "Location",
        "id": "location1",
        "meta": {
          "profile": [
            "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-Location"
          ]
        },
        "name": "Main Street Facility",
        "managingOrganization": {
          "reference": "Organization/org1"
        }
      },
      "search": {
        "mode": "include"
      }
    }
  ]
}