{
  "resourceType": "StructureDefinition",
  "id": "1833b656-fee0-4376-b687-5bfd19e5a5fa",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2022-08-11T10:52:33.8087254+00:00"
  },
  "text": {
    "status": "additional",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">A Bundle profile is used to post the progress notes.</div>"
  },
  "url": "http://fhir.ishmed.com/R4/StructureDefinition/Bundle_ProgressNote_Provide_1",
  "version": "1.0.1",
  "name": "Bundle_ProgressNote_Provide_1",
  "status": "active",
  "date": "2022-07-29",
  "publisher": "Oracle Cerner",
  "description": "A Bundle profile is used to post the progress notes.",
  "copyright": "Copyright © 2022, Oracle and/or its affiliates. All rights reserved.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "fixedCode": "transaction"
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "entry.resource.meta.profile"
            }
          ],
          "rules": "open"
        },
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:PNDocumentReference",
        "path": "Bundle.entry",
        "sliceName": "PNDocumentReference",
        "min": 1
      },
      {
        "id": "Bundle.entry:PNDocumentReference.link",
        "path": "Bundle.entry.link",
        "contentReference": "http://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link"
      },
      {
        "id": "Bundle.entry:PNDocumentReference.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://fhir.ishmed.com/R4/StructureDefinition/DocumentReference_ProgressNote_1"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:PNDocumentReference.request.method",
        "path": "Bundle.entry.request.method",
        "fixedCode": "POST"
      },
      {
        "id": "Bundle.entry:PNBinary",
        "path": "Bundle.entry",
        "sliceName": "PNBinary",
        "min": 1
      },
      {
        "id": "Bundle.entry:PNBinary.link",
        "path": "Bundle.entry.link",
        "contentReference": "http://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link"
      },
      {
        "id": "Bundle.entry:PNBinary.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://fhir.ishmed.com/R4/StructureDefinition/Binary_ProgressNote_1"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:PNBinary.request.method",
        "path": "Bundle.entry.request.method",
        "fixedCode": "POST"
      }
    ]
  }
}