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

FHIR IG Statistics: StructureDefinition/1833b656-fee0-4376-b687-5bfd19e5a5fa

Packageishmed.i14y.r4
Resource TypeStructureDefinition
Id1833b656-fee0-4376-b687-5bfd19e5a5fa
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ishmed.i14y.r4@2.0.0&canonical=http://fhir.ishmed.com/R4/StructureDefinition/Bundle_ProgressNote_Provide_1
URLhttp://fhir.ishmed.com/R4/StructureDefinition/Bundle_ProgressNote_Provide_1
Version1.0.1
Statusactive
Date2022-07-29
NameBundle_ProgressNote_Provide_1
DescriptionA Bundle profile is used to post the progress notes.
CopyrightCopyright © 2022, Oracle and/or its affiliates. All rights reserved.
TypeBundle
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
Binary_ProgressNote_1Binary_ProgressNote_1
DocumentReference_ProgressNote_1DocumentReference_ProgressNote_1

Narrative

Note: links and images are rebased to the (stated) source

A Bundle profile is used to post the progress notes.

Source

{
  "resourceType": "StructureDefinition",
  "id": "1833b656-fee0-4376-b687-5bfd19e5a5fa",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2022-08-11T10:52:33.8087254+00:00"
  },
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "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"
      }
    ]
  }
}