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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeStructureDefinition
Idprofile-bundle-radiologyreport.StructureDefinition.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.sgcdi@1.2.2&canonical=https://fhir.synapxe.sg/StructureDefinition/profile-bundle-radiologyreport
URLhttps://fhir.synapxe.sg/StructureDefinition/profile-bundle-radiologyreport
Version1.2.2
Statusactive
NameBundleRadiologyReport
TitleRadiology Report Bundle Profile
DescriptionBundle containing radiology reports and associated imaging observations.
TypeBundle
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
synapxe.nehr#2.0.0profile-investigationInvestigation
synapxe.nde#1.0.0profile-locationLocation
synapxe.nde#1.0.0profile-practitionerrolePractitionerRole
synapxe.sgcdi#1.2.2profile-radiologyreportRadiology Report Profile
synapxe.nde#1.0.0profile-servicerequestServiceRequest

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "profile-bundle-radiologyreport",
  "url": "https://fhir.synapxe.sg/StructureDefinition/profile-bundle-radiologyreport",
  "version": "1.2.2",
  "name": "BundleRadiologyReport",
  "title": "Radiology Report Bundle Profile",
  "status": "active",
  "publisher": "Synapxe",
  "description": "Bundle containing radiology reports and associated imaging observations.",
  "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": "transaction"
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "profile",
              "path": "resource"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Bundle.entry:radiologyreport",
        "path": "Bundle.entry",
        "sliceName": "radiologyreport",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:radiologyreport.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-radiologyreport"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:radiologyreport.request",
        "path": "Bundle.entry.request",
        "min": 1
      },
      {
        "id": "Bundle.entry:servicerequest",
        "path": "Bundle.entry",
        "sliceName": "servicerequest",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:servicerequest.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-servicerequest"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:servicerequest.request",
        "path": "Bundle.entry.request",
        "min": 1
      },
      {
        "id": "Bundle.entry:performer",
        "path": "Bundle.entry",
        "sliceName": "performer",
        "max": "1"
      },
      {
        "id": "Bundle.entry:performer.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-practitionerrole",
              "https://fhir.synapxe.sg/StructureDefinition/profile-location"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:performer.request",
        "path": "Bundle.entry.request",
        "min": 1
      },
      {
        "id": "Bundle.entry:investigation",
        "path": "Bundle.entry",
        "sliceName": "investigation",
        "min": 1
      },
      {
        "id": "Bundle.entry:investigation.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-investigation"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:investigation.request",
        "path": "Bundle.entry.request",
        "min": 1
      }
    ]
  }
}