FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/StructureDefinition.ca-on-mha-profile-Bundle

Packageca.on.oh.mha-pds
Resource TypeStructureDefinition
IdStructureDefinition.ca-on-mha-profile-Bundle
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.mha-pds@0.9.0-alpha-1.9.7.38&canonical=http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-bundle
URLhttp://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-bundle
Statusactive
Date2022-08-22T20:17:06.3613088+00:00
NameBundle
TitleMHA Bundle Profile
Realmca
Authorityhl7
TypeBundle
Kindresource

Resources that use this resource

CapabilityStatement
ca-on-mha-profile-CapabilityStatement-RepositoryMental Health and Addictions Repository FHIR Capability Statement
ca-on-mha-profile-CapabilityStatement-SourceMental Health and Addictions Source FHIR Capability Statement

Resources that this resource uses

StructureDefinition
ca-on-mha-profile-patientMHA Patient Profile
ca-on-mha-profile-AppointmentMHA Appointment Profile
ca-on-mha-profile-conditionMHA Condition Profile
ca-on-mha-EpisodeOfCareMHA EpisodeOfCare
ca-on-mha-profile-HealthcareServiceMHA Healthcare Service
ca-on-mha-profile-locationMHA Location Profile
ca-on-profile-observation-citizenship-statusMHA Observation-CitizenshipStatus Profile
ca-on-profile-observation-employment-statusMHA Observation-EmploymentStatus Profile
ca-on-profile-observation-gender-identityMHA Observation-GenderIdentity Profile
ca-on-profile-observation-housing-statusMHA Observation-HousingStatus Profile
ca-on-profile-observation-legal-statusMHA Observation-LegalStatus Profile
ca-on-profile-observation-level-of-educationMHA Observation-LevelOfEducation Profile
ca-on-profile-observation-number-of-people-income-supportsMHA Observation-NumberOfPeopleIncomeSupports Profile
ca-on-profile-observation-personal-income-sourceMHA Observation-PersonalIncomeSource Profile
ca-on-profile-observation-sexual-orientationMHA Observation-SexualOrientation Profile
ca-on-profile-observation-total-household-incomeMHA Observation-TotalHouseholdIncome Profile
ca-on-mha-profile-organizationMHA Organization Profile
ca-on-mha-servicerequestMHA ServiceRequest Profile
ca-on-mha-profile-encounterMHA Encounter Profile

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-bundle",
  "name": "Bundle",
  "title": "MHA Bundle Profile",
  "status": "active",
  "date": "2022-08-22T20:17:06.3613088+00:00",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "MHA-PDS-Mapping",
      "name": "MHA PDS Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.meta",
        "path": "Bundle.meta",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.meta.lastUpdated",
        "path": "Bundle.meta.lastUpdated",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.meta.profile",
        "path": "Bundle.meta.profile",
        "min": 1,
        "max": "1",
        "fixedCanonical": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-bundle",
        "mustSupport": true
      },
      {
        "id": "Bundle.identifier",
        "path": "Bundle.identifier",
        "mustSupport": true
      },
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "fixedCode": "collection",
        "mustSupport": true
      },
      {
        "id": "Bundle.timestamp",
        "path": "Bundle.timestamp",
        "min": 1,
        "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",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryPatient",
        "path": "Bundle.entry",
        "sliceName": "entryPatient",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryPatient.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryPatient.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-patient"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:entryPatient.response",
        "path": "Bundle.entry.response",
        "definition": "Indicates the results of processing the corresponding 'request' entry in the batch or transaction being responded to or what the results of an operation where when returning history"
      },
      {
        "id": "Bundle.entry:entryOrganization",
        "path": "Bundle.entry",
        "sliceName": "entryOrganization",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryOrganization.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryOrganization.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-organization"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryLocation",
        "path": "Bundle.entry",
        "sliceName": "entryLocation",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryLocation.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryLocation.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-location"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:entryServiceRequest",
        "path": "Bundle.entry",
        "sliceName": "entryServiceRequest",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryServiceRequest.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryServiceRequest.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-servicerequest"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:entryEpisodeOfCare",
        "path": "Bundle.entry",
        "sliceName": "entryEpisodeOfCare",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryEpisodeOfCare.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryEpisodeOfCare.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-EpisodeOfCare"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:entryHealthCareService",
        "path": "Bundle.entry",
        "sliceName": "entryHealthCareService",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryHealthCareService.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryHealthCareService.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-HealthcareService"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:entryAppointment",
        "path": "Bundle.entry",
        "sliceName": "entryAppointment",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryAppointment.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryAppointment.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-Appointment"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:entryEncounter",
        "path": "Bundle.entry",
        "sliceName": "entryEncounter",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryEncounter.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryEncounter.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-encounter"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:entryCondition",
        "path": "Bundle.entry",
        "sliceName": "entryCondition",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryCondition.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryCondition.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-condition"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:entryObservation-SexualOrientation",
        "path": "Bundle.entry",
        "sliceName": "entryObservation-SexualOrientation",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryObservation-SexualOrientation.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryObservation-SexualOrientation.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-profile-observation-sexual-orientation"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:entryObservation-CitizenshipStatus",
        "path": "Bundle.entry",
        "sliceName": "entryObservation-CitizenshipStatus",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryObservation-CitizenshipStatus.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryObservation-CitizenshipStatus.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-profile-observation-citizenship-status"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryObservation-EmploymentStatus",
        "path": "Bundle.entry",
        "sliceName": "entryObservation-EmploymentStatus",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryObservation-EmploymentStatus.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryObservation-EmploymentStatus.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-profile-observation-employment-status"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryObservation-LegalStatus",
        "path": "Bundle.entry",
        "sliceName": "entryObservation-LegalStatus",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryObservation-LegalStatus.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryObservation-LegalStatus.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-profile-observation-legal-status"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryObservation-LevelOfEducation",
        "path": "Bundle.entry",
        "sliceName": "entryObservation-LevelOfEducation",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryObservation-LevelOfEducation.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryObservation-LevelOfEducation.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-profile-observation-level-of-education"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryObservation-NumberOfPeopleIncomeSupports",
        "path": "Bundle.entry",
        "sliceName": "entryObservation-NumberOfPeopleIncomeSupports",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryObservation-NumberOfPeopleIncomeSupports.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryObservation-NumberOfPeopleIncomeSupports.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-profile-observation-number-of-people-income-supports"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryObservation-PersonalIncomeSource",
        "path": "Bundle.entry",
        "sliceName": "entryObservation-PersonalIncomeSource",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryObservation-PersonalIncomeSource.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryObservation-PersonalIncomeSource.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-profile-observation-personal-income-source"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryObservation-HousingStatus",
        "path": "Bundle.entry",
        "sliceName": "entryObservation-HousingStatus",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryObservation-HousingStatus.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryObservation-HousingStatus.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-profile-observation-housing-status"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:entryObservation-TotalHouseholdIncome",
        "path": "Bundle.entry",
        "sliceName": "entryObservation-TotalHouseholdIncome",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryObservation-TotalHouseholdIncome.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryObservation-TotalHouseholdIncome.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-profile-observation-total-household-income"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:entryObservation-GenderIdentity",
        "path": "Bundle.entry",
        "sliceName": "entryObservation-GenderIdentity",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryObservation-GenderIdentity.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:entryObservation-GenderIdentity.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-profile-observation-gender-identity"
            ]
          }
        ]
      }
    ]
  }
}