PackagesCanonicalsLogsProblems
    Packages
    synapxe.rcm@1.2.0
    http://fhir.synapxe.sg/StructureDefinition/profile-bundle-patient-careplan
description: 'This bundle is used to hold 2 entries: Patient and CarePlan resources, for the creation of the patient and his/her assigned clinical programme in a single transaction'
package_name: synapxe.rcm
derivation: constraint
name: BundlePatientCarePlan
type: Bundle
elements:
  identifier: {index: 0}
  type:
    pattern: {type: Code, value: transaction}
    index: 1
  timestamp: {index: 2}
  total: {index: 3}
  link: {index: 4}
  entry:
    array: true
    min: 1
    max: 2
    index: 5
    elements:
      link: {index: 6}
      resource: {type: Resource, index: 7}
      search: {index: 8}
      request: {index: 9}
      response: {index: 10}
    required: [resource, request]
  signature: {index: 11}
  issues: {index: 12}
package_version: 1.2.0
class: profile
kind: resource
url: http://fhir.synapxe.sg/StructureDefinition/profile-bundle-patient-careplan
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: null
required: [entry]