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

FHIR IG analytics

Packageca.on.phsd.r4-alpha
Resource TypeStructureDefinition
IdBundlePractitionerMatch.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.phsd.r4-alpha@1.1.0-draft&canonical=http://ontariohealth.ca/fhir/StructureDefinition/ca-on-phsd-practitioner-response-profile-Bundle
URLhttp://ontariohealth.ca/fhir/StructureDefinition/ca-on-phsd-practitioner-response-profile-Bundle
Version1.0.0
Statusdraft
Date2024-03-06T15:47:38.7603239+00:00
NameBundlePractitionerMatch
TitlePHSD Bundle Practitioner Response
DescriptionThis is the Bundle profile from PPR for Practitioner Search resposne and Practitioner EMPI Match operation response.
TypeBundle
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
ca-on-phsd-location-response-profile-LocationLocation Response Profile
ca-on-phsd-profile-OperationOutcomePHSD OperationOutcome

Narrative

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

No Narrative Content

Source1

{
  "resourceType": "StructureDefinition",
  "id": "8b8cb726-d3e8-4107-a781-ac9c4c7ddac4",
  "meta": {
    "lastUpdated": "2024-07-26T20:52:45.6737518+00:00"
  },
  "text": {
    "status": "empty",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-phsd-practitioner-response-profile-Bundle",
  "version": "1.0.0",
  "name": "BundlePractitionerMatch",
  "title": "PHSD Bundle Practitioner Response",
  "status": "draft",
  "date": "2024-03-06T15:47:38.7603239+00:00",
  "description": "This is the Bundle profile from PPR for Practitioner Search resposne and Practitioner EMPI Match operation response.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "cda",
      "uri": "http://hl7.org/v3/cda",
      "name": "CDA (R2)"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.id",
        "path": "Bundle.id",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.meta",
        "path": "Bundle.meta",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.meta.profile",
        "path": "Bundle.meta.profile",
        "min": 1,
        "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",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "relation"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Bundle.link:self",
        "path": "Bundle.link",
        "sliceName": "self",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "search.mode"
            }
          ],
          "rules": "open"
        },
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entry-Result",
        "path": "Bundle.entry",
        "sliceName": "entry-Result",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entry-Result.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entry-Result.resource",
        "path": "Bundle.entry.resource",
        "definition": "The Resources for the entry-result are PractitionerRole,Practitioner,Location",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-phsd-location-response-profile-Location"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:entry-Result.search",
        "path": "Bundle.entry.search",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entry-Result.search.extension:match-grade",
        "path": "Bundle.entry.search.extension",
        "sliceName": "match-grade",
        "definition": "**PPR Usage:**  This extension will only be used in the Practitioner Match operation, and will use fixed value \"possible\".",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/match-grade"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:entry-Result.search.extension:match-grade.value[x]",
        "path": "Bundle.entry.search.extension.value[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "ordered": false,
          "rules": "open"
        }
      },
      {
        "id": "Bundle.entry:entry-Result.search.extension:match-grade.value[x]:valueCode",
        "path": "Bundle.entry.search.extension.value[x]",
        "sliceName": "valueCode",
        "fixedCode": "possible"
      },
      {
        "id": "Bundle.entry:entry-Result.search.mode",
        "path": "Bundle.entry.search.mode",
        "min": 1,
        "fixedCode": "match",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entry-Result.search.score",
        "path": "Bundle.entry.search.score",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entry-Include",
        "path": "Bundle.entry",
        "sliceName": "entry-Include",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entry-Include.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entry-Include.resource",
        "path": "Bundle.entry.resource",
        "definition": "The Resources for the entry-result are PractitionerRole,Practitioner,Location",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entry-Include.search",
        "path": "Bundle.entry.search",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entry-Include.search.extension:match-grade",
        "path": "Bundle.entry.search.extension",
        "sliceName": "match-grade",
        "definition": "**PPR Usage:**  This extension will only be used in the Practitioner Match operation, and will use fixed value \"possible\".",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/match-grade"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:entry-Include.search.extension:match-grade.value[x]",
        "path": "Bundle.entry.search.extension.value[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "ordered": false,
          "rules": "open"
        }
      },
      {
        "id": "Bundle.entry:entry-Include.search.extension:match-grade.value[x]:valueCode",
        "path": "Bundle.entry.search.extension.value[x]",
        "sliceName": "valueCode",
        "fixedCode": "possible"
      },
      {
        "id": "Bundle.entry:entry-Include.search.mode",
        "path": "Bundle.entry.search.mode",
        "min": 1,
        "fixedCode": "include",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entry-Include.search.score",
        "path": "Bundle.entry.search.score",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entry-warning",
        "path": "Bundle.entry",
        "sliceName": "entry-warning",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entry-warning.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entry-warning.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-phsd-profile-OperationOutcome"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:entry-warning.search",
        "path": "Bundle.entry.search",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entry-warning.search.mode",
        "path": "Bundle.entry.search.mode",
        "min": 1,
        "fixedCode": "outcome",
        "mustSupport": true
      }
    ]
  }
}