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

FHIR IG analytics

Packagepcr.r4.1-1-0-pkg
Resource TypeStructureDefinition
Idpcr-bundle-response.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=pcr.r4.1-1-0-pkg@1.2.5&canonical=http://ehealthontario.ca/fhir/StructureDefinition/ca-on-pcr-profile-Bundle
URLhttp://ehealthontario.ca/fhir/StructureDefinition/ca-on-pcr-profile-Bundle
Version2.0.0
Statusactive
Date2023-11-08T18:47:59.1279117+00:00
NamePCRBundleResponse
TitlePCR Bundle Response Profile
DescriptionThis is the bundle profile from PCR for Patient Search and EMPI Match oeprations.
TypeBundle
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
ca-on-pcr-profile-OperationOutcomePCR OperationOutcome Profile
ca-on-pcr-profile-PatientPCR Patient Response Profile

Narrative

Note: links and images are rebased to the (stated) source

No Content

Source1

{
  "resourceType": "StructureDefinition",
  "id": "pcr-bundle-response",
  "meta": {
    "lastUpdated": "2023-11-08T18:44:08.9591578+00:00"
  },
  "text": {
    "status": "empty",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-pcr-profile-Bundle",
  "version": "2.0.0",
  "name": "PCRBundleResponse",
  "title": "PCR Bundle Response Profile",
  "status": "active",
  "date": "2023-11-08T18:47:59.1279117+00:00",
  "description": "This is the bundle profile from PCR for Patient Search and EMPI Match oeprations.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.id",
        "path": "Bundle.id",
        "short": "Logical id of this artifact, contains a random guid",
        "min": 1
      },
      {
        "id": "Bundle.meta",
        "path": "Bundle.meta",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.meta.profile",
        "path": "Bundle.meta.profile",
        "min": 1,
        "max": "1",
        "fixedCanonical": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-pcr-profile-Bundle|2.0.0",
        "mustSupport": true
      },
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "fixedCode": "searchset",
        "mustSupport": true
      },
      {
        "id": "Bundle.total",
        "path": "Bundle.total",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.link",
        "path": "Bundle.link",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Bundle.link.relation",
        "path": "Bundle.link.relation",
        "fixedString": "self",
        "mustSupport": true
      },
      {
        "id": "Bundle.link.url",
        "path": "Bundle.link.url",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "resource.meta.profile"
            }
          ],
          "rules": "open"
        },
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.search",
        "path": "Bundle.entry.search",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.search.extension",
        "path": "Bundle.entry.search.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 0
      },
      {
        "id": "Bundle.entry.search.extension:match-grade",
        "path": "Bundle.entry.search.extension",
        "sliceName": "match-grade",
        "min": 0,
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/match-grade"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.search.extension:match-grade.value[x]",
        "path": "Bundle.entry.search.extension.value[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Bundle.entry.search.extension:match-grade.value[x]:valueCode",
        "path": "Bundle.entry.search.extension.value[x]",
        "sliceName": "valueCode",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.search.mode",
        "path": "Bundle.entry.search.mode",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.search.score",
        "path": "Bundle.entry.search.score",
        "short": "Search ranking (between 0 and 1). For Patient Search Bundle, this is fixed \"1\"",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entry-patient",
        "path": "Bundle.entry",
        "sliceName": "entry-patient"
      },
      {
        "id": "Bundle.entry:entry-patient.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Patient",
            "profile": [
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-pcr-profile-Patient"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entry-patient.search",
        "path": "Bundle.entry.search",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entry-patient.search.extension",
        "path": "Bundle.entry.search.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 0
      },
      {
        "id": "Bundle.entry:entry-patient.search.extension:match-grade",
        "path": "Bundle.entry.search.extension",
        "sliceName": "match-grade",
        "min": 0,
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/match-grade"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entry-patient.search.extension:match-grade.value[x]",
        "path": "Bundle.entry.search.extension.value[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Bundle.entry:entry-patient.search.extension:match-grade.value[x]:valueCode",
        "path": "Bundle.entry.search.extension.value[x]",
        "sliceName": "valueCode",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entry-patient.search.mode",
        "path": "Bundle.entry.search.mode",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entry-patient.search.score",
        "path": "Bundle.entry.search.score",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entry-operationoutcome",
        "path": "Bundle.entry",
        "sliceName": "entry-operationoutcome",
        "max": "1"
      },
      {
        "id": "Bundle.entry:entry-operationoutcome.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "OperationOutcome",
            "profile": [
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-pcr-profile-OperationOutcome"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entry-operationoutcome.search",
        "path": "Bundle.entry.search",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entry-operationoutcome.search.mode",
        "path": "Bundle.entry.search.mode",
        "min": 1,
        "fixedCode": "outcome",
        "mustSupport": true
      }
    ]
  }
}