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

FHIR IG analytics

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

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
synapxe.sgcdi#1.1.3profile-assessment-resultsAssessmentResults
synapxe.sgcdi#1.1.3profile-clinical-assessmentClinicalAssessment
synapxe.sgcdi#1.1.3profile-diagnosticreport-bsBreastScreeningReport
synapxe.sgcdi#1.1.3profile-encounter-screeningEncounter
synapxe.nde#1.0.0profile-locationLocation
synapxe.nde#1.0.0profile-observationObservation
synapxe.sgcdi#1.1.3profile-observation-bsObservation
synapxe.sgcdi#1.1.3profile-pathology-resultsPathologyResults
synapxe.nde#1.0.0profile-questionnaireresponseQuestionnaireResponse
synapxe.sgcdi#1.1.3profile-referralReferral
synapxe.nde#1.0.0profile-servicerequestServiceRequest
synapxe.nde#1.0.0profile-specimenSpecimen

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.synapxe.sg/StructureDefinition/profile-bundle-diagnosticreport-bs",
  "name": "BundleBreastScreeningReport",
  "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:report",
        "path": "Bundle.entry",
        "sliceName": "report",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:report.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-diagnosticreport-bs"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:encounter",
        "path": "Bundle.entry",
        "sliceName": "encounter",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:encounter.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-encounter-screening"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:assessmentResult",
        "path": "Bundle.entry",
        "sliceName": "assessmentResult",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:assessmentResult.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-assessment-results"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:screeningResult",
        "path": "Bundle.entry",
        "sliceName": "screeningResult",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:screeningResult.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-observation"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:pathologyResult",
        "path": "Bundle.entry",
        "sliceName": "pathologyResult"
      },
      {
        "id": "Bundle.entry:pathologyResult.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-pathology-results"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:questionnaireResponse",
        "path": "Bundle.entry",
        "sliceName": "questionnaireResponse",
        "min": 1
      },
      {
        "id": "Bundle.entry:questionnaireResponse.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-questionnaireresponse"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:referral",
        "path": "Bundle.entry",
        "sliceName": "referral",
        "max": "1"
      },
      {
        "id": "Bundle.entry:referral.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-referral"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:location",
        "path": "Bundle.entry",
        "sliceName": "location",
        "max": "1"
      },
      {
        "id": "Bundle.entry:location.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-location"
            ]
          }
        ]
      },
      {
        "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-bs"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:clinicalAssessment",
        "path": "Bundle.entry",
        "sliceName": "clinicalAssessment",
        "max": "1"
      },
      {
        "id": "Bundle.entry:clinicalAssessment.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-clinical-assessment"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:specimen",
        "path": "Bundle.entry",
        "sliceName": "specimen"
      },
      {
        "id": "Bundle.entry:specimen.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-specimen"
            ]
          }
        ]
      },
      {
        "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"
            ]
          }
        ]
      }
    ]
  }
}