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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeStructureDefinition
Idprofile-bundle-ednotes.StructureDefinition.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.sgcdi@1.2.2&canonical=https://fhir.synapxe.sg/StructureDefinition/profile-bundle-ednotes
URLhttps://fhir.synapxe.sg/StructureDefinition/profile-bundle-ednotes
Version1.2.2
Statusactive
NameBundleEDNotes
TitleEmergency Department Notes Bundle Profile
DescriptionDocument Bundle containing complete emergency department clinical notes with composition and supporting diagnostic and clinical data.
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.2.2profile-ed-medicationadministrationEmergency Department Medication Administration Profile
synapxe.sgcdi#1.2.2profile-ed-prescriptionorderEmergency Department Prescription Order Profile
synapxe.sgcdi#1.2.2profile-ed-procedureEmergency Department Procedure Profile
synapxe.sgcdi#1.2.2profile-ed-stepProcedureEmergency Department Procedure Step Profile
synapxe.sgcdi#1.2.2profile-ednotesEmergency Department Notes Profile
synapxe.sgcdi#1.2.2profile-edvisitEmergency Department Visit Encounter Profile
synapxe.sgcdi#1.2.2profile-fileattachmentFile Attachment Profile
synapxe.nde#1.0.0profile-flagFlag
synapxe.sgcdi#1.2.2profile-medicalcertificateMedical Certificate Profile
synapxe.nde#1.0.0profile-observationObservation

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "profile-bundle-ednotes",
  "url": "https://fhir.synapxe.sg/StructureDefinition/profile-bundle-ednotes",
  "version": "1.2.2",
  "name": "BundleEDNotes",
  "title": "Emergency Department Notes Bundle Profile",
  "status": "active",
  "publisher": "Synapxe",
  "description": "Document Bundle containing complete emergency department clinical notes with composition and supporting diagnostic and clinical data.",
  "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",
        "patternCode": "document"
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "profile",
              "path": "resource"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Bundle.entry:ednotes",
        "path": "Bundle.entry",
        "sliceName": "ednotes",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:ednotes.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-ednotes"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:ednotes.search",
        "path": "Bundle.entry.search",
        "max": "0"
      },
      {
        "id": "Bundle.entry:ednotes.request",
        "path": "Bundle.entry.request",
        "max": "0"
      },
      {
        "id": "Bundle.entry:ednotes.response",
        "path": "Bundle.entry.response",
        "max": "0"
      },
      {
        "id": "Bundle.entry:edvisit",
        "path": "Bundle.entry",
        "sliceName": "edvisit",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:edvisit.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-edvisit"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:edvisit.search",
        "path": "Bundle.entry.search",
        "max": "0"
      },
      {
        "id": "Bundle.entry:edvisit.request",
        "path": "Bundle.entry.request",
        "max": "0"
      },
      {
        "id": "Bundle.entry:edvisit.response",
        "path": "Bundle.entry.response",
        "max": "0"
      },
      {
        "id": "Bundle.entry:observation",
        "path": "Bundle.entry",
        "sliceName": "observation"
      },
      {
        "id": "Bundle.entry:observation.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-observation"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:observation.search",
        "path": "Bundle.entry.search",
        "max": "0"
      },
      {
        "id": "Bundle.entry:observation.request",
        "path": "Bundle.entry.request",
        "max": "0"
      },
      {
        "id": "Bundle.entry:observation.response",
        "path": "Bundle.entry.response",
        "max": "0"
      },
      {
        "id": "Bundle.entry:prescriptionorder",
        "path": "Bundle.entry",
        "sliceName": "prescriptionorder"
      },
      {
        "id": "Bundle.entry:prescriptionorder.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-ed-prescriptionorder"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:prescriptionorder.search",
        "path": "Bundle.entry.search",
        "max": "0"
      },
      {
        "id": "Bundle.entry:prescriptionorder.request",
        "path": "Bundle.entry.request",
        "max": "0"
      },
      {
        "id": "Bundle.entry:prescriptionorder.response",
        "path": "Bundle.entry.response",
        "max": "0"
      },
      {
        "id": "Bundle.entry:medicationadministration",
        "path": "Bundle.entry",
        "sliceName": "medicationadministration"
      },
      {
        "id": "Bundle.entry:medicationadministration.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-ed-medicationadministration"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:medicationadministration.search",
        "path": "Bundle.entry.search",
        "max": "0"
      },
      {
        "id": "Bundle.entry:medicationadministration.request",
        "path": "Bundle.entry.request",
        "max": "0"
      },
      {
        "id": "Bundle.entry:medicationadministration.response",
        "path": "Bundle.entry.response",
        "max": "0"
      },
      {
        "id": "Bundle.entry:procedure",
        "path": "Bundle.entry",
        "sliceName": "procedure"
      },
      {
        "id": "Bundle.entry:procedure.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-ed-procedure"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:procedure.search",
        "path": "Bundle.entry.search",
        "max": "0"
      },
      {
        "id": "Bundle.entry:procedure.request",
        "path": "Bundle.entry.request",
        "max": "0"
      },
      {
        "id": "Bundle.entry:procedure.response",
        "path": "Bundle.entry.response",
        "max": "0"
      },
      {
        "id": "Bundle.entry:medicalcertificate",
        "path": "Bundle.entry",
        "sliceName": "medicalcertificate"
      },
      {
        "id": "Bundle.entry:medicalcertificate.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-medicalcertificate"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:medicalcertificate.search",
        "path": "Bundle.entry.search",
        "max": "0"
      },
      {
        "id": "Bundle.entry:medicalcertificate.request",
        "path": "Bundle.entry.request",
        "max": "0"
      },
      {
        "id": "Bundle.entry:medicalcertificate.response",
        "path": "Bundle.entry.response",
        "max": "0"
      },
      {
        "id": "Bundle.entry:allergyintolerance",
        "path": "Bundle.entry",
        "sliceName": "allergyintolerance"
      },
      {
        "id": "Bundle.entry:allergyintolerance.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-allergyintolerance"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:allergyintolerance.search",
        "path": "Bundle.entry.search",
        "max": "0"
      },
      {
        "id": "Bundle.entry:allergyintolerance.request",
        "path": "Bundle.entry.request",
        "max": "0"
      },
      {
        "id": "Bundle.entry:allergyintolerance.response",
        "path": "Bundle.entry.response",
        "max": "0"
      },
      {
        "id": "Bundle.entry:flag",
        "path": "Bundle.entry",
        "sliceName": "flag"
      },
      {
        "id": "Bundle.entry:flag.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-flag"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:flag.search",
        "path": "Bundle.entry.search",
        "max": "0"
      },
      {
        "id": "Bundle.entry:flag.request",
        "path": "Bundle.entry.request",
        "max": "0"
      },
      {
        "id": "Bundle.entry:flag.response",
        "path": "Bundle.entry.response",
        "max": "0"
      },
      {
        "id": "Bundle.entry:fileattachment",
        "path": "Bundle.entry",
        "sliceName": "fileattachment"
      },
      {
        "id": "Bundle.entry:fileattachment.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-fileattachment"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:fileattachment.search",
        "path": "Bundle.entry.search",
        "max": "0"
      },
      {
        "id": "Bundle.entry:fileattachment.request",
        "path": "Bundle.entry.request",
        "max": "0"
      },
      {
        "id": "Bundle.entry:fileattachment.response",
        "path": "Bundle.entry.response",
        "max": "0"
      },
      {
        "id": "Bundle.entry:stepprocedure",
        "path": "Bundle.entry",
        "sliceName": "stepprocedure"
      },
      {
        "id": "Bundle.entry:stepprocedure.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-ed-stepProcedure"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:stepprocedure.search",
        "path": "Bundle.entry.search",
        "max": "0"
      },
      {
        "id": "Bundle.entry:stepprocedure.request",
        "path": "Bundle.entry.request",
        "max": "0"
      },
      {
        "id": "Bundle.entry:stepprocedure.response",
        "path": "Bundle.entry.response",
        "max": "0"
      }
    ]
  }
}