| Package | synapxe.rcm.snapshots |
| Resource Type | StructureDefinition |
| Id | BundleCommunicationObservation.StructureDefinition |
| FHIR Version | R5 |
| Source | https://simplifier.net/resolve?scope=synapxe.rcm.snapshots@1.0.0&canonical=http://fhir.synapxe.sg/StructureDefinition/profile-bundle-communication-observation |
| URL | http://fhir.synapxe.sg/StructureDefinition/profile-bundle-communication-observation |
| Status | active |
| Name | BundleCommunicationObservation |
| Description | This bundle is used to hold 1 or 2 entries: Communication and Observation (optional) resources, for the sending of communication alerts together with the vital signs readings (if applicable) in a single transaction |
| Type | Bundle |
| Kind | resource |
No resources found
| StructureDefinition | |
| profile-communication | Communication |
| profile-observation | Observation |
No narrative content found in resource
{
"resourceType": "StructureDefinition",
"url": "http://fhir.synapxe.sg/StructureDefinition/profile-bundle-communication-observation",
"name": "BundleCommunicationObservation",
"status": "active",
"description": "This bundle is used to hold 1 or 2 entries: Communication and Observation (optional) resources, for the sending of communication alerts together with the vital signs readings (if applicable) in a single transaction",
"fhirVersion": "5.0.0",
"kind": "resource",
"abstract": false,
"type": "Bundle",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Bundle.identifier",
"path": "Bundle.identifier",
"max": "0"
},
{
"id": "Bundle.type",
"path": "Bundle.type",
"fixedCode": "transaction"
},
{
"id": "Bundle.timestamp",
"path": "Bundle.timestamp",
"max": "0"
},
{
"id": "Bundle.total",
"path": "Bundle.total",
"max": "0"
},
{
"id": "Bundle.link",
"path": "Bundle.link",
"max": "0"
},
{
"id": "Bundle.entry",
"path": "Bundle.entry",
"min": 1,
"max": "2"
},
{
"id": "Bundle.entry.link",
"path": "Bundle.entry.link",
"max": "0"
},
{
"id": "Bundle.entry.resource",
"path": "Bundle.entry.resource",
"type": [
{
"code": "Resource",
"profile": [
"http://fhir.synapxe.sg/StructureDefinition/profile-communication",
"http://fhir.synapxe.sg/StructureDefinition/profile-observation"
]
}
]
},
{
"id": "Bundle.entry.search",
"path": "Bundle.entry.search",
"max": "0"
},
{
"id": "Bundle.entry.request",
"path": "Bundle.entry.request",
"min": 1
},
{
"id": "Bundle.entry.response",
"path": "Bundle.entry.response",
"max": "0"
},
{
"id": "Bundle.signature",
"path": "Bundle.signature",
"max": "0"
},
{
"id": "Bundle.issues",
"path": "Bundle.issues",
"max": "0"
}
]
}
}