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

FHIR IG analytics

Packageca.on.ehr.r4
Resource TypeStructureDefinition
IdStructureDefinition-BundleDocument.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.ehr.r4@1.0.0-temporary&canonical=http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-bundle-document
URLhttp://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-bundle-document
Version1.0.0
Statusactive
NameBundleDocumentEHR
TitleBundle Document EHR
Realmca
DescriptionThe Bundle Document is used to build documents that represent a composition: a coherent set of information that is a statement of healthcare information, including clinical observations and services. A document is an immutable set of resources with a fixed presentation that is authored and/or attested by humans, organizations and devices.
TypeBundle
Kindresource

Resources that use this resource

CapabilityStatement
ca.on.ir.r4#1.0.0-draft2immunization-consumerImmunization Repository FHIR Capability Statement
ca.on.ir.r4#1.0.0-draft2immunization-repositoryImmunization Repository FHIR Capability Statement
ca.on.ir.r4#1.0.0-draft2immunization-contributorImmunization Contributor FHIR Capability Statement

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "BundleDocument",
  "url": "http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-bundle-document",
  "version": "1.0.0",
  "name": "BundleDocumentEHR",
  "title": "Bundle Document EHR",
  "status": "active",
  "description": "The Bundle Document is used to build documents that represent a composition: a coherent set of information that is a statement of healthcare information, including clinical observations and services. A document is an immutable set of resources with a fixed presentation that is authored and/or attested by humans, organizations and devices.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.identifier",
        "path": "Bundle.identifier",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.identifier.system",
        "path": "Bundle.identifier.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.identifier.value",
        "path": "Bundle.identifier.value",
        "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",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.resource",
        "path": "Bundle.entry.resource",
        "mustSupport": true
      }
    ]
  }
}