FHIR IG analytics| Package | synapxe.sgcdi |
| Resource Type | StructureDefinition |
| Id | profile-bundle-diagnosticreport-bs.StructureDefinition.json |
| FHIR Version | R5 |
| Source | https://simplifier.net/resolve?scope=synapxe.sgcdi@1.1.3&canonical=https://fhir.synapxe.sg/StructureDefinition/profile-bundle-diagnosticreport-bs |
| URL | https://fhir.synapxe.sg/StructureDefinition/profile-bundle-diagnosticreport-bs |
| Status | active |
| Name | BundleBreastScreeningReport |
| Type | Bundle |
| Kind | resource |
No resources found
| StructureDefinition | ||
| synapxe.sgcdi#1.1.3 | profile-assessment-results | AssessmentResults |
| synapxe.sgcdi#1.1.3 | profile-clinical-assessment | ClinicalAssessment |
| synapxe.sgcdi#1.1.3 | profile-diagnosticreport-bs | BreastScreeningReport |
| synapxe.sgcdi#1.1.3 | profile-encounter-screening | Encounter |
| synapxe.nde#1.0.0 | profile-location | Location |
| synapxe.nde#1.0.0 | profile-observation | Observation |
| synapxe.sgcdi#1.1.3 | profile-observation-bs | Observation |
| synapxe.sgcdi#1.1.3 | profile-pathology-results | PathologyResults |
| synapxe.nde#1.0.0 | profile-questionnaireresponse | QuestionnaireResponse |
| synapxe.sgcdi#1.1.3 | profile-referral | Referral |
| synapxe.nde#1.0.0 | profile-servicerequest | ServiceRequest |
| synapxe.nde#1.0.0 | profile-specimen | Specimen |
No narrative content found in resource
{
"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"
]
}
]
}
]
}
}