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

FHIR IG analytics

Packagepcr.r4.1-1-0-pkg
Resource TypeBundle
Idpcr-match-response-bundle-example.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": "pcr-match-response-bundle-example",
  "meta": {
    "profile": [
      "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-pcr-profile-Bundle|2.0.0"
    ]
  },
  "type": "searchset",
  "total": 1,
  "link": [
    {
      "relation": "self",
      "url": "https://ehealthontario.ca/api/fhir/Patient/$match"
    }
  ],
  "entry": [
    {
      "fullUrl": "https://ehealthontario.ca/api/fhir/Patient/1752",
      "resource": {
        "resourceType": "Patient",
        "id": "1752",
        "meta": {
          "profile": [
            "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-pcr-profile-Patient|2.0.0"
          ],
          "security": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
              "code": "N",
              "display": "normal"
            }
          ],
          "tag": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
              "code": "SUBSETTED",
              "display": "subsetted"
            }
          ]
        },
        "identifier": [
          {
            "type": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code": "RRI"
                }
              ],
              "text": "eHealth Ontario Enterprise Identifier"
            },
            "system": "http://ehealthontario.ca/fhir/NamingSystem/id-pcr-eid",
            "value": "1752"
          },
          {
            "type": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code": "MR"
                }
              ],
              "text": "University Health Network"
            },
            "system": "http://ehealthontario.ca/fhir/NamingSystem/id-example-uri",
            "value": "1023"
          },
          {
            "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": "6210003809"
          },
          {
            "type": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code": "MR"
                }
              ],
              "text": "University Health"
            },
            "system": "http://ehealthontario.ca/fhir/NamingSystem/id-example1-uri",
            "value": "1023"
          },
          {
            "type": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code": "JHN"
                }
              ],
              "text": "British Columbia, Personal Health Number"
            },
            "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-bc-patient-healthcare-id",
            "value": "567894"
          }
        ],
        "name": [
          {
            "use": "official",
            "family": "WILSON",
            "given": [
              "WOODROW",
              "SAMUEL"
            ],
            "_given": [
              null,
              {
                "extension": [
                  {
                    "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
                    "valueCode": "MID"
                  }
                ]
              }
            ],
            "prefix": [
              "Mr"
            ],
            "suffix": [
              "JR"
            ]
          }
        ],
        "telecom": [
          {
            "system": "phone",
            "value": "+1-613-555-7777 ext.123",
            "use": "home"
          }
        ],
        "gender": "male",
        "birthDate": "1955-07-01",
        "address": [
          {
            "use": "home",
            "type": "physical",
            "line": [
              "300-30 1/2 MAIN ST W",
              "NEXT LINE"
            ],
            "city": "BELLEVILLE",
            "state": "ON",
            "postalCode": "K5K2T7",
            "country": "CAN"
          },
          {
            "use": "home",
            "type": "postal",
            "line": [
              "345 Queen str W",
              "unit 53"
            ],
            "city": "Toronto",
            "state": "ON",
            "postalCode": "M4H6T2",
            "country": "CAN"
          }
        ]
      },
      "search": {
        "mode": "match",
        "score": 44
      }
    }
  ]
}