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

FHIR IG analytics

Packageon.accdr.pkg
Resource TypeStructureDefinition
IdDocumentBundleProfile.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=on.accdr.pkg@0.9.24-beta&canonical=http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-document-Bundle
URLhttp://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-document-Bundle
Statusdraft
Date2023-11-29T16:21:12.5505414+00:00
NameDocumentBundle
TypeBundle
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "0852c1de-6f3f-457d-9850-5543bcd5e944",
  "meta": {
    "lastUpdated": "2023-11-29T16:17:40.9603185+00:00"
  },
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-document-Bundle",
  "name": "DocumentBundle",
  "status": "draft",
  "date": "2023-11-29T16:21:12.5505414+00:00",
  "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.meta",
        "path": "Bundle.meta",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.meta.versionId",
        "path": "Bundle.meta.versionId",
        "requirements": "This SHALL be populated for vRead.",
        "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",
        "comment": "globally unique for this instance of the document, and is never re-used",
        "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",
        "comment": "There could be other resources in the bundle such as organization, location, etc.",
        "min": 1,
        "mustSupport": true
      }
    ]
  }
}