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

FHIR IG Statistics: StructureDefinition/ca-on-ps-profile-bundle

Packageca.on.oh.patient-summary
Resource TypeStructureDefinition
Idca-on-ps-profile-bundle
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.patient-summary@0.12.8&canonical=http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-bundle
URLhttp://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-bundle
Version0.10.0
Statusactive
Date2022-10-15T12:00:00+00:00
NameBundlePSON
TitleBundle (PS-ON)
TypeBundle
Kindresource

Resources that use this resource

CapabilityStatement
ca-on-ps-profile-CapabilityStatement-ConsumerOntario Patient Summary Repository FHIR Capability Statement
ca-on-ps-profile-CapabilityStatement-RepositoryOntario Patient Summary Repository FHIR Capability Statement
ca-on-ps-profile-CapabilityStatement-SourceOntario Patient Summary Repository FHIR Capability Statement

Resources that this resource uses

StructureDefinition
ca-on-ps-profile-compositionComposition (PS-ON)

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "ca-on-ps-profile-bundle",
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-bundle",
  "version": "0.10.0",
  "name": "BundlePSON",
  "title": "Bundle (PS-ON)",
  "status": "active",
  "date": "2022-10-15T12:00:00+00:00",
  "publisher": "Ontario Health",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle",
        "path": "Bundle",
        "short": "Bundle Profile",
        "definition": "The Bundle Profile is based upon the core FHIR Bundle Resource"
      },
      {
        "id": "Bundle.id",
        "path": "Bundle.id",
        "definition": "Logical id of this artifact"
      },
      {
        "id": "Bundle.meta",
        "path": "Bundle.meta",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.meta.versionId",
        "path": "Bundle.meta.versionId",
        "mustSupport": true
      },
      {
        "id": "Bundle.meta.lastUpdated",
        "path": "Bundle.meta.lastUpdated",
        "mustSupport": true
      },
      {
        "id": "Bundle.meta.profile",
        "path": "Bundle.meta.profile",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.identifier",
        "path": "Bundle.identifier",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "fixedCode": "document",
        "mustSupport": true
      },
      {
        "id": "Bundle.timestamp",
        "path": "Bundle.timestamp",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "profile",
              "path": "resource"
            }
          ],
          "rules": "open"
        },
        "short": "Entry resource in the patient summary bundle",
        "definition": "An entry resource included in the patient summary bundle resource.",
        "comment": "Must contain at a minimum the IPS Composition as the first entry.",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.search",
        "path": "Bundle.entry.search",
        "max": "0"
      },
      {
        "id": "Bundle.entry.request",
        "path": "Bundle.entry.request",
        "max": "0"
      },
      {
        "id": "Bundle.entry.response",
        "path": "Bundle.entry.response",
        "max": "0"
      },
      {
        "id": "Bundle.entry:composition",
        "path": "Bundle.entry",
        "sliceName": "composition",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:composition.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Composition",
            "profile": [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-composition"
            ]
          }
        ],
        "mustSupport": true
      }
    ]
  }
}