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

FHIR IG analytics

Packageca.on.phsd.r4-alpha
Resource TypeBundle
Idexample-location-search-response.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": "66f4db0a-0b5a-49e6-8c97-9cf57c3c30a7",
  "meta": {
    "lastUpdated": "2024-10-01T18:56:22.043+00:00",
    "profile": [
      "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-phsd-location-response-profile-Bundle|1.0.0"
    ]
  },
  "type": "searchset",
  "total": 1,
  "entry": [
    {
      "fullUrl": "Location/1B09ACC7-34E0-47AE-9048-27B787AC4F33",
      "resource": {
        "resourceType": "Location",
        "id": "1B09ACC7-34E0-47AE-9048-27B787AC4F33",
        "meta": {
          "profile": [
            "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-phsd-location-response-profile-Location|1.0.0"
          ],
          "security": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
              "code": "N",
              "display": "normal"
            }
          ]
        },
        "identifier": [
          {
            "use": "official",
            "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-provider-upi",
            "value": "160085319129"
          },
          {
            "use": "secondary",
            "system": "http://ontariohealth.ca/NamingSystem/id-thln-location",
            "value": "11285"
          }
        ],
        "status": "active",
        "name": "Brightshores Health System - Owen Sound Hospital - Mental Health and Addict",
        "mode": "instance",
        "telecom": [
          {
            "system": "phone",
            "value": "519-376-5666",
            "use": "work",
            "period": {
              "start": "2024-07-05"
            }
          }
        ],
        "managingOrganization": {
          "reference": "Organization/1630cbc3-727d-4012-8af7-ceaa83d1f20d"
        }
      },
      "search": {
        "mode": "match",
        "score": 1
      }
    }
  ]
}