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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeStructureDefinition
Idprofile-bundle-dischargesummary.StructureDefinition.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.sgcdi@1.1.3&canonical=https://fhir.synapxe.sg/StructureDefinition/profile-bundle-dischargesummary
URLhttps://fhir.synapxe.sg/StructureDefinition/profile-bundle-dischargesummary
Statusactive
NameBundleDischargeSummary
TypeBundle
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
synapxe.nde#1.0.0profile-allergyintoleranceAllergyIntolerance
synapxe.sgcdi#1.1.3profile-dischargesummaryDischargeSummary
synapxe.sgcdi#1.1.3profile-ds-diagnosisDiagnosis Profile
synapxe.sgcdi#1.1.3profile-ds-medicationrequestMedicationRequest
synapxe.sgcdi#1.1.3profile-ds-procedureProcedure
synapxe.sgcdi#1.1.3profile-fileattachmentFileAttachment
synapxe.nde#1.0.0profile-flagFlag
synapxe.sgcdi#1.1.3profile-medicalcertificateMedicalCertificate

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.synapxe.sg/StructureDefinition/profile-bundle-dischargesummary",
  "name": "BundleDischargeSummary",
  "status": "active",
  "fhirVersion": "5.0.0",
  "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": "fullUrl"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Bundle.entry:dischargesummary",
        "path": "Bundle.entry",
        "sliceName": "dischargesummary",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:dischargesummary.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-dischargesummary"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:allergyIntolerance",
        "path": "Bundle.entry",
        "sliceName": "allergyIntolerance"
      },
      {
        "id": "Bundle.entry:allergyIntolerance.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-allergyintolerance"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:flag",
        "path": "Bundle.entry",
        "sliceName": "flag"
      },
      {
        "id": "Bundle.entry:flag.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-flag"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:diagnosis",
        "path": "Bundle.entry",
        "sliceName": "diagnosis",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:diagnosis.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-ds-diagnosis"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:medicationRequest",
        "path": "Bundle.entry",
        "sliceName": "medicationRequest"
      },
      {
        "id": "Bundle.entry:medicationRequest.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-ds-medicationrequest"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:medicalCertificate",
        "path": "Bundle.entry",
        "sliceName": "medicalCertificate"
      },
      {
        "id": "Bundle.entry:medicalCertificate.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-medicalcertificate"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:procedure",
        "path": "Bundle.entry",
        "sliceName": "procedure"
      },
      {
        "id": "Bundle.entry:procedure.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-ds-procedure"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:fileAttachment",
        "path": "Bundle.entry",
        "sliceName": "fileAttachment"
      },
      {
        "id": "Bundle.entry:fileAttachment.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-fileattachment"
            ]
          }
        ]
      }
    ]
  }
}