Consolidated CDA (C-CDA)
4.0.0 - STU4 United States of America flag

Consolidated CDA (C-CDA), published by Health Level Seven. This guide is not an authorized publication; it is the continuous build for version 4.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/CDA-ccda/ and changes regularly. See the Directory of published versions

Logical Model: Care Team Organizer

Official URL: http://hl7.org/cda/us/ccda/StructureDefinition/CareTeamOrganizer Version: 4.0.0
Draft as of 2025-10-02 Computable Name: CareTeamOrganizer
Other Identifiers: urn:ietf:rfc:3986#Uniform Resource Identifier (URI)#urn:hl7ii:2.16.840.1.113883.10.20.22.4.500:2022-06-01

This organizer template contains information about a single care team. The author of the organizer is the person who documented the care team information. The participants of the organizer are the care team lead(s) and the care team organization.

The components of the organizer contain the following information:

  • The encounter that caused the care team to be formed
  • Narrative information about the care team
  • The care team members
  • Reasons for the care team
  • The care team type(s) - a care team can have multiple care team types

Templates Used

Although open templates may contain any valid CDA content, the following templates are specifically called out by this template:

Required Components: CareTeamMemberAct

Optional Components: CareTeamTypeObservation, EntryReference, NoteActivity

Usages:

You can also check for usages in the FHIR IG Statistics

Changes since version 3.0.0:

  • New Content
  • Formal Views of Template Content

    Description of Template, Differentials, Snapshots and how the different presentations work.

    This structure is derived from Organizer

    NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
    .. Organizer C 1..1 Organizer XML Namespace: urn:hl7-org:v3
    Base for all types and resources
    Instance of this type are validated by templateId
    Logical Container: ClinicalDocument (CDA Class)
    Constraints: should-sdtctext-ref-value, should-author
    ... Slices for templateId 1..* II Slice: Unordered, Open by value:root, value:extension
    .... templateId:care-team-org 1..1 II
    ..... @root 1..1 oid, uuid, ruid Required Pattern: 2.16.840.1.113883.10.20.22.4.500
    ..... @extension 1..1 st Required Pattern: 2022-06-01
    ... @classCode 1..1 cs Fixed Value: CLUSTER
    ... @moodCode 1..1 cs
    ... code 1..1 CD
    .... @code 1..1 cs Required Pattern: 86744-0
    .... @codeSystem 1..1 oid, uuid, ruid Required Pattern: 2.16.840.1.113883.6.1
    .... originalText 0..1 ED
    ..... reference 1..1 TEL
    ...... @value 1..1 url The value attribute references the narrative in section.text where the care team name is rendered. The intention of this reference is to clarify which care team this Organizer refers to.
    ... sdtcText 0..1 ED SHOULD reference the portion of section narrative text corresponding to this entry
    .... reference C 0..1 TEL Constraints: value-starts-octothorpe
    ... statusCode 1..1 CS When statusCode has a value set, its value MAY be rendered in the narrative.
    .... @nullFlavor 0..0
    .... @code 1..1 cs Binding: ActStatus (required)
    ... effectiveTime 1..1 IVL_TS
    .... low 1..1 IVXB_TS
    .... high 0..1 IVXB_TS
    ... author 0..* AuthorParticipation
    ... Slices for participant 0..* Participant2 Slice: Unordered, Open by value:typeCode
    .... participant:lead 0..* Participant2 This Participant represents the Care Team lead.
    ..... @typeCode 1..1 cs Fixed Value: PPRF
    ..... sdtcFunctionCode 0..1 CE Describes the person's, caregiver's or health care provider's functional role on the care team.
    Binding: Care Team Member Function . (preferred)
    ..... participantRole 1..1 ParticipantRole
    ...... id C 1..* II Constraints: 4515-133
    .... participant:location 0..* Participant2 participant
    ..... @typeCode 1..1 cs Fixed Value: LOC
    ..... participantRole C 1..1 ParticipantRole Constraints: should-addr, should-telecom
    ...... id 1..* II
    ...... addr 0..1 USRealmAddress
    ...... telecom 0..* TEL
    ...... playingEntity 1..1 PlayingEntity
    ....... @classCode 1..1 cs Fixed Value: PLC
    ....... name 1..1 PN
    ... Slices for component 1..* OrganizerComponent Slice: Unordered, Open by profile:act, profile:observation, exists:encounter
    .... component:type 0..* OrganizerComponent component
    ..... act 0..0
    ..... encounter 0..0
    ..... observation 1..1 CareTeamTypeObservation
    .... component:entryReference 0..* OrganizerComponent The following components represent the reasons for the existence of the care team. These entry references are typically a health concern, risk concern or problem but can also be some other entry present in the document.
    ..... act 1..1 EntryReference
    ..... encounter 0..0
    ..... observation 0..0
    .... component:encounter 0..* OrganizerComponent component
    ..... act 0..0
    ..... encounter 1..1 Encounter
    ...... id 1..* II 1. If the id does not match an encounter/id from an encounter elsewhere within the same document and the id does not contain @nullFlavor=NA, then this entry SHALL conform to the Encounter Activity (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.4.49:2015-08-01) (CONF:4435-145).
    ..... observation 0..0
    .... component:note 0..1 OrganizerComponent component
    ..... act 1..1 NoteActivity
    ..... encounter 0..0
    ..... observation 0..0
    .... component:member 1..* OrganizerComponent component
    ..... act 1..1 CareTeamMemberAct
    ..... encounter 0..0
    ..... observation 0..0

    doco Documentation for this format

    Terminology Bindings (Differential)

    Path Status Usage ValueSet Version Source
    Organizer.statusCode.​code Base required ActStatus 📦3.0.0 THO v6.5
    Organizer.participant:lead.​sdtcFunctionCode Base preferred Care Team Member Function . 📦20240605 VSAC v0.23

    Constraints

    Id Grade Path(s) Description Expression
    4515-133 error Organizer.participant:lead.participantRole.id This id **SHALL** match a performer/assignedEntity/id of at least one Care Team Member described in component/act (CONF:4515-133).
    should-addr warning Organizer.participant:location.participantRole SHOULD contain addr addr.exists()
    should-author warning Organizer SHOULD contain author author.exists()
    should-sdtctext-ref-value warning Organizer SHOULD contain text/reference/@value sdtcText.reference.value.exists()
    should-telecom warning Organizer.participant:location.participantRole SHOULD contain telecom telecom.exists()
    value-starts-octothorpe error Organizer.sdtcText.reference If reference/@value is present, it SHALL begin with a '#' and SHALL point to its corresponding narrative value.exists() implies value.startsWith('#')
    NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
    .. Organizer C 1..1 Organizer XML Namespace: urn:hl7-org:v3
    Base for all types and resources
    Instance of this type are validated by templateId
    Logical Container: ClinicalDocument (CDA Class)
    Constraints: should-sdtctext-ref-value, should-author
    ... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ... realmCode 0..* CS
    ... typeId C 0..1 II Constraints: II-1
    .... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    .... @assigningAuthorityName 0..1 st
    .... @displayable 0..1 bl
    .... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    .... @extension 1..1 st
    .... templateId:care-team-org 1..1 II
    ..... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ..... @assigningAuthorityName 0..1 st
    ..... @displayable 0..1 bl
    ..... @root 1..1 oid, uuid, ruid Required Pattern: 2.16.840.1.113883.10.20.22.4.500
    ..... @extension 1..1 st Required Pattern: 2022-06-01
    ... @classCode 1..1 cs Binding: XActClassDocumentEntryOrganizer (2.0.0) (required)
    Fixed Value: CLUSTER
    ... @moodCode 1..1 cs Binding: CDAActMood (required)
    Fixed Value: EVN
    ... id 1..* II
    ... sdtcCategory 0..* CD XML Namespace: urn:hl7-org:sdtc
    XML: category (urn:hl7-org:sdtc)
    ... code 1..1 CD Binding: v3 Code System ActCode (example)
    .... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    .... @code 1..1 cs Required Pattern: 86744-0
    .... @codeSystem 1..1 oid, uuid, ruid Required Pattern: 2.16.840.1.113883.6.1
    .... @codeSystemName 0..1 st
    .... @codeSystemVersion 0..1 st
    .... @displayName 0..1 st
    .... @sdtcValueSet 0..1 oid XML Namespace: urn:hl7-org:sdtc
    XML: valueSet (urn:hl7-org:sdtc)
    .... @sdtcValueSetVersion 0..1 st XML Namespace: urn:hl7-org:sdtc
    XML: valueSetVersion (urn:hl7-org:sdtc)
    .... originalText 0..1 ED
    ..... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ..... @compression 0..1 cs Binding: CDACompressionAlgorithm (required)
    ..... @integrityCheck 0..1 bin
    ..... @integrityCheckAlgorithm 0..1 cs Binding: IntegrityCheckAlgorithm (2.0.0) (required)
    ..... @language 0..1 cs
    ..... @mediaType 0..1 cs Binding: MediaType (example)
    ..... @representation 0..1 cs Binding: CDABinaryDataEncoding (required)
    ..... xmlText 0..1 st Allows for mixed text content. If @representation='B64', this SHALL be a base64binary string.
    ..... reference 1..1 TEL
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... @value 1..1 url The value attribute references the narrative in section.text where the care team name is rendered. The intention of this reference is to clarify which care team this Organizer refers to.
    ...... useablePeriod 0..*
    ....... useablePeriod IVL_TS
    ....... useablePeriod EIVL_TS
    ....... useablePeriod PIVL_TS
    ....... useablePeriod SXPR_TS
    ...... @use 0..* cs Binding: TelecommunicationAddressUse (2.0.0) (required)
    ..... thumbnail 0..1 ED
    .... qualifier 0..* CR
    .... translation 0..* CD
    ... sdtcText 0..1 ED XML Namespace: urn:hl7-org:sdtc
    SHOULD reference the portion of section narrative text corresponding to this entry
    XML: text (urn:hl7-org:sdtc)
    .... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    .... @compression 0..1 cs Binding: CDACompressionAlgorithm (required)
    .... @integrityCheck 0..1 bin
    .... @integrityCheckAlgorithm 0..1 cs Binding: IntegrityCheckAlgorithm (2.0.0) (required)
    .... @language 0..1 cs
    .... @mediaType 0..1 cs Binding: MediaType (example)
    .... @representation 0..1 cs Binding: CDABinaryDataEncoding (required)
    .... xmlText 0..1 st Allows for mixed text content. If @representation='B64', this SHALL be a base64binary string.
    .... reference C 0..1 TEL Constraints: value-starts-octothorpe
    .... thumbnail 0..1 ED
    ... statusCode 1..1 CS When statusCode has a value set, its value MAY be rendered in the narrative.
    Binding: ActStatus (required)
    .... @code 1..1 cs Binding: ActStatus (required)
    .... @sdtcValueSet 0..1 oid XML Namespace: urn:hl7-org:sdtc
    XML: valueSet (urn:hl7-org:sdtc)
    .... @sdtcValueSetVersion 0..1 st XML Namespace: urn:hl7-org:sdtc
    XML: valueSetVersion (urn:hl7-org:sdtc)
    ... effectiveTime 1..1 IVL_TS
    .... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    .... @value 0..1 ts Date Format: YYYYMMDDHHMMSS.UUUU[+|-ZZzz]
    .... @operator 0..1 cs Binding: CDASetOperator (required)
    .... low 1..1 IVXB_TS
    .... center 0..1 TS
    .... width 0..1 PQ
    .... high 0..1 IVXB_TS
    ... subject 0..1 Subject
    ... specimen 0..* Specimen
    ... performer 0..* Performer2
    ... author 0..* AuthorParticipation
    ... informant 0..* Informant
    ... Slices for participant 0..* Participant2 Slice: Unordered, Open by value:typeCode
    .... participant:lead 0..* Participant2 This Participant represents the Care Team lead.
    ..... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ..... realmCode 0..* CS
    ..... typeId C 0..1 II Constraints: II-1
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... @assigningAuthorityName 0..1 st
    ...... @displayable 0..1 bl
    ...... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ...... @extension 1..1 st
    ..... templateId 0..* II
    ..... @typeCode 1..1 cs Binding: CDAParticipationType (required)
    Fixed Value: PPRF
    ..... @contextControlCode 0..1 cs Binding: CDAContextControl (required)
    Fixed Value: OP
    ..... sdtcFunctionCode 0..1 CE XML Namespace: urn:hl7-org:sdtc
    Describes the person's, caregiver's or health care provider's functional role on the care team.
    XML: functionCode (urn:hl7-org:sdtc)
    Binding: Care Team Member Function . (preferred)
    ..... time 0..1 IVL_TS
    ..... awarenessCode 0..1 CE
    ..... participantRole 1..1 ParticipantRole
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... realmCode 0..* CS
    ...... typeId C 0..1 II Constraints: II-1
    ....... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ....... @assigningAuthorityName 0..1 st
    ....... @displayable 0..1 bl
    ....... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ....... @extension 1..1 st
    ...... templateId 0..* II
    ...... @classCode 0..1 cs Binding: CDARoleClassRoot (required)
    ...... id C 1..* II Constraints: 4515-133
    ...... sdtcIdentifiedBy 0..* IdentifiedBy XML Namespace: urn:hl7-org:sdtc
    XML: identifiedBy (urn:hl7-org:sdtc)
    ...... code 0..1 CE Binding: CDARoleCode (example)
    ...... addr 0..* AD
    ...... telecom 0..* TEL
    ...... playingDevice 0..1 Device
    ...... playingEntity 0..1 PlayingEntity
    ...... scopingEntity 0..1 Entity
    .... participant:location 0..* Participant2 participant
    ..... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ..... realmCode 0..* CS
    ..... typeId C 0..1 II Constraints: II-1
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... @assigningAuthorityName 0..1 st
    ...... @displayable 0..1 bl
    ...... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ...... @extension 1..1 st
    ..... templateId 0..* II
    ..... @typeCode 1..1 cs Binding: CDAParticipationType (required)
    Fixed Value: LOC
    ..... @contextControlCode 0..1 cs Binding: CDAContextControl (required)
    Fixed Value: OP
    ..... sdtcFunctionCode 0..1 CE XML Namespace: urn:hl7-org:sdtc
    XML: functionCode (urn:hl7-org:sdtc)
    ..... time 0..1 IVL_TS
    ..... awarenessCode 0..1 CE
    ..... participantRole C 1..1 ParticipantRole Constraints: should-addr, should-telecom
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... realmCode 0..* CS
    ...... typeId C 0..1 II Constraints: II-1
    ....... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ....... @assigningAuthorityName 0..1 st
    ....... @displayable 0..1 bl
    ....... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ....... @extension 1..1 st
    ...... templateId 0..* II
    ...... @classCode 0..1 cs Binding: CDARoleClassRoot (required)
    ...... id 1..* II
    ...... sdtcIdentifiedBy 0..* IdentifiedBy XML Namespace: urn:hl7-org:sdtc
    XML: identifiedBy (urn:hl7-org:sdtc)
    ...... code 0..1 CE Binding: CDARoleCode (example)
    ...... addr 0..1 USRealmAddress
    ...... telecom 0..* TEL
    ...... playingDevice 0..1 Device
    ...... playingEntity 1..1 PlayingEntity
    ....... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ....... realmCode 0..* CS
    ....... typeId C 0..1 II Constraints: II-1
    ........ @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ........ @assigningAuthorityName 0..1 st
    ........ @displayable 0..1 bl
    ........ @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ........ @extension 1..1 st
    ....... templateId 0..* II
    ....... @classCode 1..1 cs Binding: EntityClassRoot (required)
    Fixed Value: PLC
    ....... @determinerCode 0..1 cs Binding: EntityDeterminer (required)
    Fixed Value: INSTANCE
    ....... code 0..1 CE Binding: CDAEntityCode (example)
    ....... quantity 0..* PQ
    ....... name 1..1 PN
    ....... sdtcBirthTime 0..1 TS XML Namespace: urn:hl7-org:sdtc
    XML: birthTime (urn:hl7-org:sdtc)
    ....... desc 0..1 ED
    ...... scopingEntity 0..1 Entity
    ... reference 0..* Reference
    ... precondition 0..* Precondition
    ... sdtcPrecondition2 0..* Precondition2 XML Namespace: urn:hl7-org:sdtc
    XML: precondition2 (urn:hl7-org:sdtc)
    ... Slices for component 1..* OrganizerComponent Slice: Unordered, Open by profile:act, profile:observation, exists:encounter
    .... component:type 0..* OrganizerComponent component
    ..... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ..... realmCode 0..* CS
    ..... typeId C 0..1 II Constraints: II-1
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... @assigningAuthorityName 0..1 st
    ...... @displayable 0..1 bl
    ...... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ...... @extension 1..1 st
    ..... templateId 0..* II
    ..... @typeCode 0..1 cs Binding: ActRelationshipHasComponent (required)
    ..... @contextConductionInd 0..1 bl Fixed Value: true
    ..... sequenceNumber 0..1 INT
    ..... sdtcPriorityNumber 0..1 INT XML Namespace: urn:hl7-org:sdtc
    XML: priorityNumber (urn:hl7-org:sdtc)
    ..... seperatableInd 0..1 BL
    ..... observation 1..1 CareTeamTypeObservation
    ..... observationMedia 0..1 ObservationMedia
    ..... organizer 0..1 Organizer
    ..... procedure 0..1 Procedure
    ..... regionOfInterest 0..1 RegionOfInterest
    ..... substanceAdministration 0..1 SubstanceAdministration
    ..... supply 0..1 Supply
    .... component:entryReference 0..* OrganizerComponent The following components represent the reasons for the existence of the care team. These entry references are typically a health concern, risk concern or problem but can also be some other entry present in the document.
    ..... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ..... realmCode 0..* CS
    ..... typeId C 0..1 II Constraints: II-1
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... @assigningAuthorityName 0..1 st
    ...... @displayable 0..1 bl
    ...... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ...... @extension 1..1 st
    ..... templateId 0..* II
    ..... @typeCode 0..1 cs Binding: ActRelationshipHasComponent (required)
    ..... @contextConductionInd 0..1 bl Fixed Value: true
    ..... sequenceNumber 0..1 INT
    ..... sdtcPriorityNumber 0..1 INT XML Namespace: urn:hl7-org:sdtc
    XML: priorityNumber (urn:hl7-org:sdtc)
    ..... seperatableInd 0..1 BL
    ..... act 1..1 EntryReference
    ..... observationMedia 0..1 ObservationMedia
    ..... organizer 0..1 Organizer
    ..... procedure 0..1 Procedure
    ..... regionOfInterest 0..1 RegionOfInterest
    ..... substanceAdministration 0..1 SubstanceAdministration
    ..... supply 0..1 Supply
    .... component:encounter 0..* OrganizerComponent component
    ..... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ..... realmCode 0..* CS
    ..... typeId C 0..1 II Constraints: II-1
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... @assigningAuthorityName 0..1 st
    ...... @displayable 0..1 bl
    ...... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ...... @extension 1..1 st
    ..... templateId 0..* II
    ..... @typeCode 0..1 cs Binding: ActRelationshipHasComponent (required)
    ..... @contextConductionInd 0..1 bl Fixed Value: true
    ..... sequenceNumber 0..1 INT
    ..... sdtcPriorityNumber 0..1 INT XML Namespace: urn:hl7-org:sdtc
    XML: priorityNumber (urn:hl7-org:sdtc)
    ..... seperatableInd 0..1 BL
    ..... encounter 1..1 Encounter
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... realmCode 0..* CS
    ...... typeId C 0..1 II Constraints: II-1
    ....... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ....... @assigningAuthorityName 0..1 st
    ....... @displayable 0..1 bl
    ....... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ....... @extension 1..1 st
    ...... templateId 0..* II
    ...... @classCode 1..1 cs Binding: CDAActClass (required)
    Fixed Value: ENC
    ...... @moodCode 1..1 cs Binding: XDocumentEncounterMood (2.0.0) (required)
    ...... id 1..* II 1. If the id does not match an encounter/id from an encounter elsewhere within the same document and the id does not contain @nullFlavor=NA, then this entry SHALL conform to the Encounter Activity (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.4.49:2015-08-01) (CONF:4435-145).
    ...... code 0..1 CD Binding: ActEncounterCode (example)
    ...... text 0..1 ED
    ...... statusCode 0..1 CS Binding: ActStatus (required)
    ...... effectiveTime 0..1 IVL_TS
    ...... sdtcDischargeDispositionCode 0..1 CE XML Namespace: urn:hl7-org:sdtc
    XML: dischargeDispositionCode (urn:hl7-org:sdtc)
    ...... priorityCode 0..1 CE Binding: ActPriority (example)
    ...... subject 0..1 Subject
    ...... specimen 0..* Specimen
    ...... performer 0..* Performer2
    ...... author 0..* Author
    ...... informant 0..* Informant
    ...... participant 0..* Participant2
    ...... entryRelationship 0..* EntryRelationship
    ...... reference 0..* Reference
    ...... precondition 0..* Precondition
    ...... sdtcPrecondition2 0..* Precondition2 XML Namespace: urn:hl7-org:sdtc
    XML: precondition2 (urn:hl7-org:sdtc)
    ...... sdtcInFulfillmentOf1 0..* InFulfillmentOf1 XML Namespace: urn:hl7-org:sdtc
    XML: inFulfillmentOf1 (urn:hl7-org:sdtc)
    ..... observationMedia 0..1 ObservationMedia
    ..... organizer 0..1 Organizer
    ..... procedure 0..1 Procedure
    ..... regionOfInterest 0..1 RegionOfInterest
    ..... substanceAdministration 0..1 SubstanceAdministration
    ..... supply 0..1 Supply
    .... component:note 0..1 OrganizerComponent component
    ..... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ..... realmCode 0..* CS
    ..... typeId C 0..1 II Constraints: II-1
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... @assigningAuthorityName 0..1 st
    ...... @displayable 0..1 bl
    ...... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ...... @extension 1..1 st
    ..... templateId 0..* II
    ..... @typeCode 0..1 cs Binding: ActRelationshipHasComponent (required)
    ..... @contextConductionInd 0..1 bl Fixed Value: true
    ..... sequenceNumber 0..1 INT
    ..... sdtcPriorityNumber 0..1 INT XML Namespace: urn:hl7-org:sdtc
    XML: priorityNumber (urn:hl7-org:sdtc)
    ..... seperatableInd 0..1 BL
    ..... act 1..1 NoteActivity
    ..... observationMedia 0..1 ObservationMedia
    ..... organizer 0..1 Organizer
    ..... procedure 0..1 Procedure
    ..... regionOfInterest 0..1 RegionOfInterest
    ..... substanceAdministration 0..1 SubstanceAdministration
    ..... supply 0..1 Supply
    .... component:member 1..* OrganizerComponent component
    ..... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ..... realmCode 0..* CS
    ..... typeId C 0..1 II Constraints: II-1
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... @assigningAuthorityName 0..1 st
    ...... @displayable 0..1 bl
    ...... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ...... @extension 1..1 st
    ..... templateId 0..* II
    ..... @typeCode 0..1 cs Binding: ActRelationshipHasComponent (required)
    ..... @contextConductionInd 0..1 bl Fixed Value: true
    ..... sequenceNumber 0..1 INT
    ..... sdtcPriorityNumber 0..1 INT XML Namespace: urn:hl7-org:sdtc
    XML: priorityNumber (urn:hl7-org:sdtc)
    ..... seperatableInd 0..1 BL
    ..... act 1..1 CareTeamMemberAct
    ..... observationMedia 0..1 ObservationMedia
    ..... organizer 0..1 Organizer
    ..... procedure 0..1 Procedure
    ..... regionOfInterest 0..1 RegionOfInterest
    ..... substanceAdministration 0..1 SubstanceAdministration
    ..... supply 0..1 Supply

    doco Documentation for this format

    Terminology Bindings

    Path Status Usage ValueSet Version Source
    Organizer.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.templateId:care-team-org.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.classCode Base required x_ActClassDocumentEntryOrganizer 📍2.0.0 THO v5.2
    Organizer.moodCode Base required CDAActMood 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.code Base example v3 Code System ActCode 📦3.0.0 THO v6.5
    Organizer.code.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.code.originalText.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.code.originalText.​compression Base required CDACompressionAlgorithm 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.code.originalText.​integrityCheckAlgorithm Base required IntegrityCheckAlgorithm 📍2.0.0 THO v5.2
    Organizer.code.originalText.​mediaType Base example MediaType 📦3.0.0 THO v6.5
    Organizer.code.originalText.​representation Base required CDABinaryDataEncoding 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.code.originalText.​reference.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.code.originalText.​reference.use Base required TelecommunicationAddressUse 📍2.0.0 THO v5.2
    Organizer.sdtcText.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.sdtcText.compression Base required CDACompressionAlgorithm 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.sdtcText.integrityCheckAlgorithm Base required IntegrityCheckAlgorithm 📍2.0.0 THO v5.2
    Organizer.sdtcText.mediaType Base example MediaType 📦3.0.0 THO v6.5
    Organizer.sdtcText.representation Base required CDABinaryDataEncoding 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.statusCode Base required ActStatus 📦3.0.0 THO v6.5
    Organizer.statusCode.​code Base required ActStatus 📦3.0.0 THO v6.5
    Organizer.effectiveTime.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.effectiveTime.​operator Base required CDASetOperator 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:lead.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:lead.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:lead.​typeCode Base required CDAParticipationType 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:lead.​contextControlCode Base required CDAContextControl 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:lead.​sdtcFunctionCode Base preferred Care Team Member Function . 📦20240605 VSAC v0.23
    Organizer.participant:lead.​participantRole.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:lead.​participantRole.typeId.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:lead.​participantRole.classCode Base required CDARoleClassRoot 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:lead.​participantRole.code Base example CDARoleCode 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​typeCode Base required CDAParticipationType 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​contextControlCode Base required CDAContextControl 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​participantRole.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​participantRole.typeId.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​participantRole.classCode Base required CDARoleClassRoot 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​participantRole.code Base example CDARoleCode 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​participantRole.playingEntity.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​participantRole.playingEntity.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​participantRole.playingEntity.​classCode Base required EntityClassRoot 📦3.0.0 THO v6.5
    Organizer.participant:location.​participantRole.playingEntity.​determinerCode Base required EntityDeterminer 📦3.0.0 THO v6.5
    Organizer.participant:location.​participantRole.playingEntity.​code Base example CDAEntityCode 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:type.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:type.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:type.​typeCode Base required ActRelationshipHasComponent 📦3.0.0 THO v6.5
    Organizer.component:entryReference.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:entryReference.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:entryReference.​typeCode Base required ActRelationshipHasComponent 📦3.0.0 THO v6.5
    Organizer.component:encounter.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:encounter.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:encounter.​typeCode Base required ActRelationshipHasComponent 📦3.0.0 THO v6.5
    Organizer.component:encounter.​encounter.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:encounter.​encounter.typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:encounter.​encounter.classCode Base required CDAActClass 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:encounter.​encounter.moodCode Base required x_DocumentEncounterMood 📍2.0.0 THO v5.2
    Organizer.component:encounter.​encounter.code Base example ActEncounterCode 📦3.0.0 THO v6.5
    Organizer.component:encounter.​encounter.statusCode Base required ActStatus 📦3.0.0 THO v6.5
    Organizer.component:encounter.​encounter.priorityCode Base example ActPriority 📦3.0.0 THO v6.5
    Organizer.component:note.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:note.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:note.​typeCode Base required ActRelationshipHasComponent 📦3.0.0 THO v6.5
    Organizer.component:member.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:member.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:member.​typeCode Base required ActRelationshipHasComponent 📦3.0.0 THO v6.5

    Constraints

    Id Grade Path(s) Description Expression
    4515-133 error Organizer.participant:lead.participantRole.id This id **SHALL** match a performer/assignedEntity/id of at least one Care Team Member described in component/act (CONF:4515-133).
    II-1 error Organizer.typeId, Organizer.participant:lead.typeId, Organizer.participant:lead.participantRole.typeId, Organizer.participant:location.typeId, Organizer.participant:location.participantRole.typeId, Organizer.participant:location.participantRole.playingEntity.typeId, Organizer.component:type.typeId, Organizer.component:entryReference.typeId, Organizer.component:encounter.typeId, Organizer.component:encounter.encounter.typeId, Organizer.component:note.typeId, Organizer.component:member.typeId An II instance must have either a root or an nullFlavor. root.exists() or nullFlavor.exists()
    should-addr warning Organizer.participant:location.participantRole SHOULD contain addr addr.exists()
    should-author warning Organizer SHOULD contain author author.exists()
    should-sdtctext-ref-value warning Organizer SHOULD contain text/reference/@value sdtcText.reference.value.exists()
    should-telecom warning Organizer.participant:location.participantRole SHOULD contain telecom telecom.exists()
    value-starts-octothorpe error Organizer.sdtcText.reference If reference/@value is present, it SHALL begin with a '#' and SHALL point to its corresponding narrative value.exists() implies value.startsWith('#')
    NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
    .. Organizer C 1..1 Organizer XML Namespace: urn:hl7-org:v3
    Base for all types and resources
    Instance of this type are validated by templateId
    Logical Container: ClinicalDocument (CDA Class)
    Constraints: should-sdtctext-ref-value, should-author
    ... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ... realmCode 0..* CS
    ... typeId C 0..1 II Constraints: II-1
    .... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    .... @assigningAuthorityName 0..1 st
    .... @displayable 0..1 bl
    .... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    .... @extension 1..1 st
    .... templateId:care-team-org 1..1 II
    ..... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ..... @assigningAuthorityName 0..1 st
    ..... @displayable 0..1 bl
    ..... @root 1..1 oid, uuid, ruid Required Pattern: 2.16.840.1.113883.10.20.22.4.500
    ..... @extension 1..1 st Required Pattern: 2022-06-01
    ... @classCode 1..1 cs Binding: XActClassDocumentEntryOrganizer (2.0.0) (required)
    Fixed Value: CLUSTER
    ... @moodCode 1..1 cs Binding: CDAActMood (required)
    Fixed Value: EVN
    ... id 1..* II
    ... sdtcCategory 0..* CD XML Namespace: urn:hl7-org:sdtc
    XML: category (urn:hl7-org:sdtc)
    ... code 1..1 CD Binding: v3 Code System ActCode (example)
    .... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    .... @code 1..1 cs Required Pattern: 86744-0
    .... @codeSystem 1..1 oid, uuid, ruid Required Pattern: 2.16.840.1.113883.6.1
    .... @codeSystemName 0..1 st
    .... @codeSystemVersion 0..1 st
    .... @displayName 0..1 st
    .... @sdtcValueSet 0..1 oid XML Namespace: urn:hl7-org:sdtc
    XML: valueSet (urn:hl7-org:sdtc)
    .... @sdtcValueSetVersion 0..1 st XML Namespace: urn:hl7-org:sdtc
    XML: valueSetVersion (urn:hl7-org:sdtc)
    .... originalText 0..1 ED
    ..... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ..... @compression 0..1 cs Binding: CDACompressionAlgorithm (required)
    ..... @integrityCheck 0..1 bin
    ..... @integrityCheckAlgorithm 0..1 cs Binding: IntegrityCheckAlgorithm (2.0.0) (required)
    ..... @language 0..1 cs
    ..... @mediaType 0..1 cs Binding: MediaType (example)
    ..... @representation 0..1 cs Binding: CDABinaryDataEncoding (required)
    ..... xmlText 0..1 st Allows for mixed text content. If @representation='B64', this SHALL be a base64binary string.
    ..... reference 1..1 TEL
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... @value 1..1 url The value attribute references the narrative in section.text where the care team name is rendered. The intention of this reference is to clarify which care team this Organizer refers to.
    ...... useablePeriod 0..*
    ....... useablePeriod IVL_TS
    ....... useablePeriod EIVL_TS
    ....... useablePeriod PIVL_TS
    ....... useablePeriod SXPR_TS
    ...... @use 0..* cs Binding: TelecommunicationAddressUse (2.0.0) (required)
    ..... thumbnail 0..1 ED
    .... qualifier 0..* CR
    .... translation 0..* CD
    ... sdtcText 0..1 ED XML Namespace: urn:hl7-org:sdtc
    SHOULD reference the portion of section narrative text corresponding to this entry
    XML: text (urn:hl7-org:sdtc)
    .... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    .... @compression 0..1 cs Binding: CDACompressionAlgorithm (required)
    .... @integrityCheck 0..1 bin
    .... @integrityCheckAlgorithm 0..1 cs Binding: IntegrityCheckAlgorithm (2.0.0) (required)
    .... @language 0..1 cs
    .... @mediaType 0..1 cs Binding: MediaType (example)
    .... @representation 0..1 cs Binding: CDABinaryDataEncoding (required)
    .... xmlText 0..1 st Allows for mixed text content. If @representation='B64', this SHALL be a base64binary string.
    .... reference C 0..1 TEL Constraints: value-starts-octothorpe
    .... thumbnail 0..1 ED
    ... statusCode 1..1 CS When statusCode has a value set, its value MAY be rendered in the narrative.
    Binding: ActStatus (required)
    .... @code 1..1 cs Binding: ActStatus (required)
    .... @sdtcValueSet 0..1 oid XML Namespace: urn:hl7-org:sdtc
    XML: valueSet (urn:hl7-org:sdtc)
    .... @sdtcValueSetVersion 0..1 st XML Namespace: urn:hl7-org:sdtc
    XML: valueSetVersion (urn:hl7-org:sdtc)
    ... effectiveTime 1..1 IVL_TS
    .... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    .... @value 0..1 ts Date Format: YYYYMMDDHHMMSS.UUUU[+|-ZZzz]
    .... @operator 0..1 cs Binding: CDASetOperator (required)
    .... low 1..1 IVXB_TS
    .... center 0..1 TS
    .... width 0..1 PQ
    .... high 0..1 IVXB_TS
    ... subject 0..1 Subject
    ... specimen 0..* Specimen
    ... performer 0..* Performer2
    ... author 0..* AuthorParticipation
    ... informant 0..* Informant
    ... Slices for participant 0..* Participant2 Slice: Unordered, Open by value:typeCode
    .... participant:lead 0..* Participant2 This Participant represents the Care Team lead.
    ..... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ..... realmCode 0..* CS
    ..... typeId C 0..1 II Constraints: II-1
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... @assigningAuthorityName 0..1 st
    ...... @displayable 0..1 bl
    ...... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ...... @extension 1..1 st
    ..... templateId 0..* II
    ..... @typeCode 1..1 cs Binding: CDAParticipationType (required)
    Fixed Value: PPRF
    ..... @contextControlCode 0..1 cs Binding: CDAContextControl (required)
    Fixed Value: OP
    ..... sdtcFunctionCode 0..1 CE XML Namespace: urn:hl7-org:sdtc
    Describes the person's, caregiver's or health care provider's functional role on the care team.
    XML: functionCode (urn:hl7-org:sdtc)
    Binding: Care Team Member Function . (preferred)
    ..... time 0..1 IVL_TS
    ..... awarenessCode 0..1 CE
    ..... participantRole 1..1 ParticipantRole
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... realmCode 0..* CS
    ...... typeId C 0..1 II Constraints: II-1
    ....... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ....... @assigningAuthorityName 0..1 st
    ....... @displayable 0..1 bl
    ....... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ....... @extension 1..1 st
    ...... templateId 0..* II
    ...... @classCode 0..1 cs Binding: CDARoleClassRoot (required)
    ...... id C 1..* II Constraints: 4515-133
    ...... sdtcIdentifiedBy 0..* IdentifiedBy XML Namespace: urn:hl7-org:sdtc
    XML: identifiedBy (urn:hl7-org:sdtc)
    ...... code 0..1 CE Binding: CDARoleCode (example)
    ...... addr 0..* AD
    ...... telecom 0..* TEL
    ...... playingDevice 0..1 Device
    ...... playingEntity 0..1 PlayingEntity
    ...... scopingEntity 0..1 Entity
    .... participant:location 0..* Participant2 participant
    ..... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ..... realmCode 0..* CS
    ..... typeId C 0..1 II Constraints: II-1
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... @assigningAuthorityName 0..1 st
    ...... @displayable 0..1 bl
    ...... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ...... @extension 1..1 st
    ..... templateId 0..* II
    ..... @typeCode 1..1 cs Binding: CDAParticipationType (required)
    Fixed Value: LOC
    ..... @contextControlCode 0..1 cs Binding: CDAContextControl (required)
    Fixed Value: OP
    ..... sdtcFunctionCode 0..1 CE XML Namespace: urn:hl7-org:sdtc
    XML: functionCode (urn:hl7-org:sdtc)
    ..... time 0..1 IVL_TS
    ..... awarenessCode 0..1 CE
    ..... participantRole C 1..1 ParticipantRole Constraints: should-addr, should-telecom
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... realmCode 0..* CS
    ...... typeId C 0..1 II Constraints: II-1
    ....... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ....... @assigningAuthorityName 0..1 st
    ....... @displayable 0..1 bl
    ....... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ....... @extension 1..1 st
    ...... templateId 0..* II
    ...... @classCode 0..1 cs Binding: CDARoleClassRoot (required)
    ...... id 1..* II
    ...... sdtcIdentifiedBy 0..* IdentifiedBy XML Namespace: urn:hl7-org:sdtc
    XML: identifiedBy (urn:hl7-org:sdtc)
    ...... code 0..1 CE Binding: CDARoleCode (example)
    ...... addr 0..1 USRealmAddress
    ...... telecom 0..* TEL
    ...... playingDevice 0..1 Device
    ...... playingEntity 1..1 PlayingEntity
    ....... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ....... realmCode 0..* CS
    ....... typeId C 0..1 II Constraints: II-1
    ........ @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ........ @assigningAuthorityName 0..1 st
    ........ @displayable 0..1 bl
    ........ @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ........ @extension 1..1 st
    ....... templateId 0..* II
    ....... @classCode 1..1 cs Binding: EntityClassRoot (required)
    Fixed Value: PLC
    ....... @determinerCode 0..1 cs Binding: EntityDeterminer (required)
    Fixed Value: INSTANCE
    ....... code 0..1 CE Binding: CDAEntityCode (example)
    ....... quantity 0..* PQ
    ....... name 1..1 PN
    ....... sdtcBirthTime 0..1 TS XML Namespace: urn:hl7-org:sdtc
    XML: birthTime (urn:hl7-org:sdtc)
    ....... desc 0..1 ED
    ...... scopingEntity 0..1 Entity
    ... reference 0..* Reference
    ... precondition 0..* Precondition
    ... sdtcPrecondition2 0..* Precondition2 XML Namespace: urn:hl7-org:sdtc
    XML: precondition2 (urn:hl7-org:sdtc)
    ... Slices for component 1..* OrganizerComponent Slice: Unordered, Open by profile:act, profile:observation, exists:encounter
    .... component:type 0..* OrganizerComponent component
    ..... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ..... realmCode 0..* CS
    ..... typeId C 0..1 II Constraints: II-1
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... @assigningAuthorityName 0..1 st
    ...... @displayable 0..1 bl
    ...... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ...... @extension 1..1 st
    ..... templateId 0..* II
    ..... @typeCode 0..1 cs Binding: ActRelationshipHasComponent (required)
    ..... @contextConductionInd 0..1 bl Fixed Value: true
    ..... sequenceNumber 0..1 INT
    ..... sdtcPriorityNumber 0..1 INT XML Namespace: urn:hl7-org:sdtc
    XML: priorityNumber (urn:hl7-org:sdtc)
    ..... seperatableInd 0..1 BL
    ..... observation 1..1 CareTeamTypeObservation
    ..... observationMedia 0..1 ObservationMedia
    ..... organizer 0..1 Organizer
    ..... procedure 0..1 Procedure
    ..... regionOfInterest 0..1 RegionOfInterest
    ..... substanceAdministration 0..1 SubstanceAdministration
    ..... supply 0..1 Supply
    .... component:entryReference 0..* OrganizerComponent The following components represent the reasons for the existence of the care team. These entry references are typically a health concern, risk concern or problem but can also be some other entry present in the document.
    ..... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ..... realmCode 0..* CS
    ..... typeId C 0..1 II Constraints: II-1
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... @assigningAuthorityName 0..1 st
    ...... @displayable 0..1 bl
    ...... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ...... @extension 1..1 st
    ..... templateId 0..* II
    ..... @typeCode 0..1 cs Binding: ActRelationshipHasComponent (required)
    ..... @contextConductionInd 0..1 bl Fixed Value: true
    ..... sequenceNumber 0..1 INT
    ..... sdtcPriorityNumber 0..1 INT XML Namespace: urn:hl7-org:sdtc
    XML: priorityNumber (urn:hl7-org:sdtc)
    ..... seperatableInd 0..1 BL
    ..... act 1..1 EntryReference
    ..... observationMedia 0..1 ObservationMedia
    ..... organizer 0..1 Organizer
    ..... procedure 0..1 Procedure
    ..... regionOfInterest 0..1 RegionOfInterest
    ..... substanceAdministration 0..1 SubstanceAdministration
    ..... supply 0..1 Supply
    .... component:encounter 0..* OrganizerComponent component
    ..... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ..... realmCode 0..* CS
    ..... typeId C 0..1 II Constraints: II-1
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... @assigningAuthorityName 0..1 st
    ...... @displayable 0..1 bl
    ...... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ...... @extension 1..1 st
    ..... templateId 0..* II
    ..... @typeCode 0..1 cs Binding: ActRelationshipHasComponent (required)
    ..... @contextConductionInd 0..1 bl Fixed Value: true
    ..... sequenceNumber 0..1 INT
    ..... sdtcPriorityNumber 0..1 INT XML Namespace: urn:hl7-org:sdtc
    XML: priorityNumber (urn:hl7-org:sdtc)
    ..... seperatableInd 0..1 BL
    ..... encounter 1..1 Encounter
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... realmCode 0..* CS
    ...... typeId C 0..1 II Constraints: II-1
    ....... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ....... @assigningAuthorityName 0..1 st
    ....... @displayable 0..1 bl
    ....... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ....... @extension 1..1 st
    ...... templateId 0..* II
    ...... @classCode 1..1 cs Binding: CDAActClass (required)
    Fixed Value: ENC
    ...... @moodCode 1..1 cs Binding: XDocumentEncounterMood (2.0.0) (required)
    ...... id 1..* II 1. If the id does not match an encounter/id from an encounter elsewhere within the same document and the id does not contain @nullFlavor=NA, then this entry SHALL conform to the Encounter Activity (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.4.49:2015-08-01) (CONF:4435-145).
    ...... code 0..1 CD Binding: ActEncounterCode (example)
    ...... text 0..1 ED
    ...... statusCode 0..1 CS Binding: ActStatus (required)
    ...... effectiveTime 0..1 IVL_TS
    ...... sdtcDischargeDispositionCode 0..1 CE XML Namespace: urn:hl7-org:sdtc
    XML: dischargeDispositionCode (urn:hl7-org:sdtc)
    ...... priorityCode 0..1 CE Binding: ActPriority (example)
    ...... subject 0..1 Subject
    ...... specimen 0..* Specimen
    ...... performer 0..* Performer2
    ...... author 0..* Author
    ...... informant 0..* Informant
    ...... participant 0..* Participant2
    ...... entryRelationship 0..* EntryRelationship
    ...... reference 0..* Reference
    ...... precondition 0..* Precondition
    ...... sdtcPrecondition2 0..* Precondition2 XML Namespace: urn:hl7-org:sdtc
    XML: precondition2 (urn:hl7-org:sdtc)
    ...... sdtcInFulfillmentOf1 0..* InFulfillmentOf1 XML Namespace: urn:hl7-org:sdtc
    XML: inFulfillmentOf1 (urn:hl7-org:sdtc)
    ..... observationMedia 0..1 ObservationMedia
    ..... organizer 0..1 Organizer
    ..... procedure 0..1 Procedure
    ..... regionOfInterest 0..1 RegionOfInterest
    ..... substanceAdministration 0..1 SubstanceAdministration
    ..... supply 0..1 Supply
    .... component:note 0..1 OrganizerComponent component
    ..... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ..... realmCode 0..* CS
    ..... typeId C 0..1 II Constraints: II-1
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... @assigningAuthorityName 0..1 st
    ...... @displayable 0..1 bl
    ...... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ...... @extension 1..1 st
    ..... templateId 0..* II
    ..... @typeCode 0..1 cs Binding: ActRelationshipHasComponent (required)
    ..... @contextConductionInd 0..1 bl Fixed Value: true
    ..... sequenceNumber 0..1 INT
    ..... sdtcPriorityNumber 0..1 INT XML Namespace: urn:hl7-org:sdtc
    XML: priorityNumber (urn:hl7-org:sdtc)
    ..... seperatableInd 0..1 BL
    ..... act 1..1 NoteActivity
    ..... observationMedia 0..1 ObservationMedia
    ..... organizer 0..1 Organizer
    ..... procedure 0..1 Procedure
    ..... regionOfInterest 0..1 RegionOfInterest
    ..... substanceAdministration 0..1 SubstanceAdministration
    ..... supply 0..1 Supply
    .... component:member 1..* OrganizerComponent component
    ..... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ..... realmCode 0..* CS
    ..... typeId C 0..1 II Constraints: II-1
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... @assigningAuthorityName 0..1 st
    ...... @displayable 0..1 bl
    ...... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ...... @extension 1..1 st
    ..... templateId 0..* II
    ..... @typeCode 0..1 cs Binding: ActRelationshipHasComponent (required)
    ..... @contextConductionInd 0..1 bl Fixed Value: true
    ..... sequenceNumber 0..1 INT
    ..... sdtcPriorityNumber 0..1 INT XML Namespace: urn:hl7-org:sdtc
    XML: priorityNumber (urn:hl7-org:sdtc)
    ..... seperatableInd 0..1 BL
    ..... act 1..1 CareTeamMemberAct
    ..... observationMedia 0..1 ObservationMedia
    ..... organizer 0..1 Organizer
    ..... procedure 0..1 Procedure
    ..... regionOfInterest 0..1 RegionOfInterest
    ..... substanceAdministration 0..1 SubstanceAdministration
    ..... supply 0..1 Supply

    doco Documentation for this format

    Terminology Bindings

    Path Status Usage ValueSet Version Source
    Organizer.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.templateId:care-team-org.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.classCode Base required x_ActClassDocumentEntryOrganizer 📍2.0.0 THO v5.2
    Organizer.moodCode Base required CDAActMood 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.code Base example v3 Code System ActCode 📦3.0.0 THO v6.5
    Organizer.code.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.code.originalText.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.code.originalText.​compression Base required CDACompressionAlgorithm 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.code.originalText.​integrityCheckAlgorithm Base required IntegrityCheckAlgorithm 📍2.0.0 THO v5.2
    Organizer.code.originalText.​mediaType Base example MediaType 📦3.0.0 THO v6.5
    Organizer.code.originalText.​representation Base required CDABinaryDataEncoding 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.code.originalText.​reference.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.code.originalText.​reference.use Base required TelecommunicationAddressUse 📍2.0.0 THO v5.2
    Organizer.sdtcText.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.sdtcText.compression Base required CDACompressionAlgorithm 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.sdtcText.integrityCheckAlgorithm Base required IntegrityCheckAlgorithm 📍2.0.0 THO v5.2
    Organizer.sdtcText.mediaType Base example MediaType 📦3.0.0 THO v6.5
    Organizer.sdtcText.representation Base required CDABinaryDataEncoding 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.statusCode Base required ActStatus 📦3.0.0 THO v6.5
    Organizer.statusCode.​code Base required ActStatus 📦3.0.0 THO v6.5
    Organizer.effectiveTime.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.effectiveTime.​operator Base required CDASetOperator 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:lead.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:lead.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:lead.​typeCode Base required CDAParticipationType 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:lead.​contextControlCode Base required CDAContextControl 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:lead.​sdtcFunctionCode Base preferred Care Team Member Function . 📦20240605 VSAC v0.23
    Organizer.participant:lead.​participantRole.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:lead.​participantRole.typeId.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:lead.​participantRole.classCode Base required CDARoleClassRoot 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:lead.​participantRole.code Base example CDARoleCode 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​typeCode Base required CDAParticipationType 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​contextControlCode Base required CDAContextControl 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​participantRole.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​participantRole.typeId.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​participantRole.classCode Base required CDARoleClassRoot 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​participantRole.code Base example CDARoleCode 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​participantRole.playingEntity.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​participantRole.playingEntity.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​participantRole.playingEntity.​classCode Base required EntityClassRoot 📦3.0.0 THO v6.5
    Organizer.participant:location.​participantRole.playingEntity.​determinerCode Base required EntityDeterminer 📦3.0.0 THO v6.5
    Organizer.participant:location.​participantRole.playingEntity.​code Base example CDAEntityCode 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:type.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:type.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:type.​typeCode Base required ActRelationshipHasComponent 📦3.0.0 THO v6.5
    Organizer.component:entryReference.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:entryReference.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:entryReference.​typeCode Base required ActRelationshipHasComponent 📦3.0.0 THO v6.5
    Organizer.component:encounter.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:encounter.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:encounter.​typeCode Base required ActRelationshipHasComponent 📦3.0.0 THO v6.5
    Organizer.component:encounter.​encounter.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:encounter.​encounter.typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:encounter.​encounter.classCode Base required CDAActClass 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:encounter.​encounter.moodCode Base required x_DocumentEncounterMood 📍2.0.0 THO v5.2
    Organizer.component:encounter.​encounter.code Base example ActEncounterCode 📦3.0.0 THO v6.5
    Organizer.component:encounter.​encounter.statusCode Base required ActStatus 📦3.0.0 THO v6.5
    Organizer.component:encounter.​encounter.priorityCode Base example ActPriority 📦3.0.0 THO v6.5
    Organizer.component:note.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:note.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:note.​typeCode Base required ActRelationshipHasComponent 📦3.0.0 THO v6.5
    Organizer.component:member.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:member.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:member.​typeCode Base required ActRelationshipHasComponent 📦3.0.0 THO v6.5

    Constraints

    Id Grade Path(s) Description Expression
    4515-133 error Organizer.participant:lead.participantRole.id This id **SHALL** match a performer/assignedEntity/id of at least one Care Team Member described in component/act (CONF:4515-133).
    II-1 error Organizer.typeId, Organizer.participant:lead.typeId, Organizer.participant:lead.participantRole.typeId, Organizer.participant:location.typeId, Organizer.participant:location.participantRole.typeId, Organizer.participant:location.participantRole.playingEntity.typeId, Organizer.component:type.typeId, Organizer.component:entryReference.typeId, Organizer.component:encounter.typeId, Organizer.component:encounter.encounter.typeId, Organizer.component:note.typeId, Organizer.component:member.typeId An II instance must have either a root or an nullFlavor. root.exists() or nullFlavor.exists()
    should-addr warning Organizer.participant:location.participantRole SHOULD contain addr addr.exists()
    should-author warning Organizer SHOULD contain author author.exists()
    should-sdtctext-ref-value warning Organizer SHOULD contain text/reference/@value sdtcText.reference.value.exists()
    should-telecom warning Organizer.participant:location.participantRole SHOULD contain telecom telecom.exists()
    value-starts-octothorpe error Organizer.sdtcText.reference If reference/@value is present, it SHALL begin with a '#' and SHALL point to its corresponding narrative value.exists() implies value.startsWith('#')

    This structure is derived from Organizer

    Summary

    Mandatory: 14 elements(12 nested mandatory elements)
    Fixed: 4 elements
    Prohibited: 11 elements

    Structures

    This structure refers to these other structures:

    Slices

    This structure defines the following Slices:

    • The element 2 is sliced based on the values of Organizer.templateId
    • The element 1 is sliced based on the value of Organizer.participant
    • The element 3 is sliced based on the values of Organizer.component

    Differential View

    This structure is derived from Organizer

    NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
    .. Organizer C 1..1 Organizer XML Namespace: urn:hl7-org:v3
    Base for all types and resources
    Instance of this type are validated by templateId
    Logical Container: ClinicalDocument (CDA Class)
    Constraints: should-sdtctext-ref-value, should-author
    ... Slices for templateId 1..* II Slice: Unordered, Open by value:root, value:extension
    .... templateId:care-team-org 1..1 II
    ..... @root 1..1 oid, uuid, ruid Required Pattern: 2.16.840.1.113883.10.20.22.4.500
    ..... @extension 1..1 st Required Pattern: 2022-06-01
    ... @classCode 1..1 cs Fixed Value: CLUSTER
    ... @moodCode 1..1 cs
    ... code 1..1 CD
    .... @code 1..1 cs Required Pattern: 86744-0
    .... @codeSystem 1..1 oid, uuid, ruid Required Pattern: 2.16.840.1.113883.6.1
    .... originalText 0..1 ED
    ..... reference 1..1 TEL
    ...... @value 1..1 url The value attribute references the narrative in section.text where the care team name is rendered. The intention of this reference is to clarify which care team this Organizer refers to.
    ... sdtcText 0..1 ED SHOULD reference the portion of section narrative text corresponding to this entry
    .... reference C 0..1 TEL Constraints: value-starts-octothorpe
    ... statusCode 1..1 CS When statusCode has a value set, its value MAY be rendered in the narrative.
    .... @nullFlavor 0..0
    .... @code 1..1 cs Binding: ActStatus (required)
    ... effectiveTime 1..1 IVL_TS
    .... low 1..1 IVXB_TS
    .... high 0..1 IVXB_TS
    ... author 0..* AuthorParticipation
    ... Slices for participant 0..* Participant2 Slice: Unordered, Open by value:typeCode
    .... participant:lead 0..* Participant2 This Participant represents the Care Team lead.
    ..... @typeCode 1..1 cs Fixed Value: PPRF
    ..... sdtcFunctionCode 0..1 CE Describes the person's, caregiver's or health care provider's functional role on the care team.
    Binding: Care Team Member Function . (preferred)
    ..... participantRole 1..1 ParticipantRole
    ...... id C 1..* II Constraints: 4515-133
    .... participant:location 0..* Participant2 participant
    ..... @typeCode 1..1 cs Fixed Value: LOC
    ..... participantRole C 1..1 ParticipantRole Constraints: should-addr, should-telecom
    ...... id 1..* II
    ...... addr 0..1 USRealmAddress
    ...... telecom 0..* TEL
    ...... playingEntity 1..1 PlayingEntity
    ....... @classCode 1..1 cs Fixed Value: PLC
    ....... name 1..1 PN
    ... Slices for component 1..* OrganizerComponent Slice: Unordered, Open by profile:act, profile:observation, exists:encounter
    .... component:type 0..* OrganizerComponent component
    ..... act 0..0
    ..... encounter 0..0
    ..... observation 1..1 CareTeamTypeObservation
    .... component:entryReference 0..* OrganizerComponent The following components represent the reasons for the existence of the care team. These entry references are typically a health concern, risk concern or problem but can also be some other entry present in the document.
    ..... act 1..1 EntryReference
    ..... encounter 0..0
    ..... observation 0..0
    .... component:encounter 0..* OrganizerComponent component
    ..... act 0..0
    ..... encounter 1..1 Encounter
    ...... id 1..* II 1. If the id does not match an encounter/id from an encounter elsewhere within the same document and the id does not contain @nullFlavor=NA, then this entry SHALL conform to the Encounter Activity (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.4.49:2015-08-01) (CONF:4435-145).
    ..... observation 0..0
    .... component:note 0..1 OrganizerComponent component
    ..... act 1..1 NoteActivity
    ..... encounter 0..0
    ..... observation 0..0
    .... component:member 1..* OrganizerComponent component
    ..... act 1..1 CareTeamMemberAct
    ..... encounter 0..0
    ..... observation 0..0

    doco Documentation for this format

    Terminology Bindings (Differential)

    Path Status Usage ValueSet Version Source
    Organizer.statusCode.​code Base required ActStatus 📦3.0.0 THO v6.5
    Organizer.participant:lead.​sdtcFunctionCode Base preferred Care Team Member Function . 📦20240605 VSAC v0.23

    Constraints

    Id Grade Path(s) Description Expression
    4515-133 error Organizer.participant:lead.participantRole.id This id **SHALL** match a performer/assignedEntity/id of at least one Care Team Member described in component/act (CONF:4515-133).
    should-addr warning Organizer.participant:location.participantRole SHOULD contain addr addr.exists()
    should-author warning Organizer SHOULD contain author author.exists()
    should-sdtctext-ref-value warning Organizer SHOULD contain text/reference/@value sdtcText.reference.value.exists()
    should-telecom warning Organizer.participant:location.participantRole SHOULD contain telecom telecom.exists()
    value-starts-octothorpe error Organizer.sdtcText.reference If reference/@value is present, it SHALL begin with a '#' and SHALL point to its corresponding narrative value.exists() implies value.startsWith('#')

    Key Elements View

    NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
    .. Organizer C 1..1 Organizer XML Namespace: urn:hl7-org:v3
    Base for all types and resources
    Instance of this type are validated by templateId
    Logical Container: ClinicalDocument (CDA Class)
    Constraints: should-sdtctext-ref-value, should-author
    ... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ... realmCode 0..* CS
    ... typeId C 0..1 II Constraints: II-1
    .... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    .... @assigningAuthorityName 0..1 st
    .... @displayable 0..1 bl
    .... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    .... @extension 1..1 st
    .... templateId:care-team-org 1..1 II
    ..... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ..... @assigningAuthorityName 0..1 st
    ..... @displayable 0..1 bl
    ..... @root 1..1 oid, uuid, ruid Required Pattern: 2.16.840.1.113883.10.20.22.4.500
    ..... @extension 1..1 st Required Pattern: 2022-06-01
    ... @classCode 1..1 cs Binding: XActClassDocumentEntryOrganizer (2.0.0) (required)
    Fixed Value: CLUSTER
    ... @moodCode 1..1 cs Binding: CDAActMood (required)
    Fixed Value: EVN
    ... id 1..* II
    ... sdtcCategory 0..* CD XML Namespace: urn:hl7-org:sdtc
    XML: category (urn:hl7-org:sdtc)
    ... code 1..1 CD Binding: v3 Code System ActCode (example)
    .... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    .... @code 1..1 cs Required Pattern: 86744-0
    .... @codeSystem 1..1 oid, uuid, ruid Required Pattern: 2.16.840.1.113883.6.1
    .... @codeSystemName 0..1 st
    .... @codeSystemVersion 0..1 st
    .... @displayName 0..1 st
    .... @sdtcValueSet 0..1 oid XML Namespace: urn:hl7-org:sdtc
    XML: valueSet (urn:hl7-org:sdtc)
    .... @sdtcValueSetVersion 0..1 st XML Namespace: urn:hl7-org:sdtc
    XML: valueSetVersion (urn:hl7-org:sdtc)
    .... originalText 0..1 ED
    ..... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ..... @compression 0..1 cs Binding: CDACompressionAlgorithm (required)
    ..... @integrityCheck 0..1 bin
    ..... @integrityCheckAlgorithm 0..1 cs Binding: IntegrityCheckAlgorithm (2.0.0) (required)
    ..... @language 0..1 cs
    ..... @mediaType 0..1 cs Binding: MediaType (example)
    ..... @representation 0..1 cs Binding: CDABinaryDataEncoding (required)
    ..... xmlText 0..1 st Allows for mixed text content. If @representation='B64', this SHALL be a base64binary string.
    ..... reference 1..1 TEL
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... @value 1..1 url The value attribute references the narrative in section.text where the care team name is rendered. The intention of this reference is to clarify which care team this Organizer refers to.
    ...... useablePeriod 0..*
    ....... useablePeriod IVL_TS
    ....... useablePeriod EIVL_TS
    ....... useablePeriod PIVL_TS
    ....... useablePeriod SXPR_TS
    ...... @use 0..* cs Binding: TelecommunicationAddressUse (2.0.0) (required)
    ..... thumbnail 0..1 ED
    .... qualifier 0..* CR
    .... translation 0..* CD
    ... sdtcText 0..1 ED XML Namespace: urn:hl7-org:sdtc
    SHOULD reference the portion of section narrative text corresponding to this entry
    XML: text (urn:hl7-org:sdtc)
    .... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    .... @compression 0..1 cs Binding: CDACompressionAlgorithm (required)
    .... @integrityCheck 0..1 bin
    .... @integrityCheckAlgorithm 0..1 cs Binding: IntegrityCheckAlgorithm (2.0.0) (required)
    .... @language 0..1 cs
    .... @mediaType 0..1 cs Binding: MediaType (example)
    .... @representation 0..1 cs Binding: CDABinaryDataEncoding (required)
    .... xmlText 0..1 st Allows for mixed text content. If @representation='B64', this SHALL be a base64binary string.
    .... reference C 0..1 TEL Constraints: value-starts-octothorpe
    .... thumbnail 0..1 ED
    ... statusCode 1..1 CS When statusCode has a value set, its value MAY be rendered in the narrative.
    Binding: ActStatus (required)
    .... @code 1..1 cs Binding: ActStatus (required)
    .... @sdtcValueSet 0..1 oid XML Namespace: urn:hl7-org:sdtc
    XML: valueSet (urn:hl7-org:sdtc)
    .... @sdtcValueSetVersion 0..1 st XML Namespace: urn:hl7-org:sdtc
    XML: valueSetVersion (urn:hl7-org:sdtc)
    ... effectiveTime 1..1 IVL_TS
    .... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    .... @value 0..1 ts Date Format: YYYYMMDDHHMMSS.UUUU[+|-ZZzz]
    .... @operator 0..1 cs Binding: CDASetOperator (required)
    .... low 1..1 IVXB_TS
    .... center 0..1 TS
    .... width 0..1 PQ
    .... high 0..1 IVXB_TS
    ... subject 0..1 Subject
    ... specimen 0..* Specimen
    ... performer 0..* Performer2
    ... author 0..* AuthorParticipation
    ... informant 0..* Informant
    ... Slices for participant 0..* Participant2 Slice: Unordered, Open by value:typeCode
    .... participant:lead 0..* Participant2 This Participant represents the Care Team lead.
    ..... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ..... realmCode 0..* CS
    ..... typeId C 0..1 II Constraints: II-1
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... @assigningAuthorityName 0..1 st
    ...... @displayable 0..1 bl
    ...... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ...... @extension 1..1 st
    ..... templateId 0..* II
    ..... @typeCode 1..1 cs Binding: CDAParticipationType (required)
    Fixed Value: PPRF
    ..... @contextControlCode 0..1 cs Binding: CDAContextControl (required)
    Fixed Value: OP
    ..... sdtcFunctionCode 0..1 CE XML Namespace: urn:hl7-org:sdtc
    Describes the person's, caregiver's or health care provider's functional role on the care team.
    XML: functionCode (urn:hl7-org:sdtc)
    Binding: Care Team Member Function . (preferred)
    ..... time 0..1 IVL_TS
    ..... awarenessCode 0..1 CE
    ..... participantRole 1..1 ParticipantRole
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... realmCode 0..* CS
    ...... typeId C 0..1 II Constraints: II-1
    ....... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ....... @assigningAuthorityName 0..1 st
    ....... @displayable 0..1 bl
    ....... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ....... @extension 1..1 st
    ...... templateId 0..* II
    ...... @classCode 0..1 cs Binding: CDARoleClassRoot (required)
    ...... id C 1..* II Constraints: 4515-133
    ...... sdtcIdentifiedBy 0..* IdentifiedBy XML Namespace: urn:hl7-org:sdtc
    XML: identifiedBy (urn:hl7-org:sdtc)
    ...... code 0..1 CE Binding: CDARoleCode (example)
    ...... addr 0..* AD
    ...... telecom 0..* TEL
    ...... playingDevice 0..1 Device
    ...... playingEntity 0..1 PlayingEntity
    ...... scopingEntity 0..1 Entity
    .... participant:location 0..* Participant2 participant
    ..... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ..... realmCode 0..* CS
    ..... typeId C 0..1 II Constraints: II-1
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... @assigningAuthorityName 0..1 st
    ...... @displayable 0..1 bl
    ...... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ...... @extension 1..1 st
    ..... templateId 0..* II
    ..... @typeCode 1..1 cs Binding: CDAParticipationType (required)
    Fixed Value: LOC
    ..... @contextControlCode 0..1 cs Binding: CDAContextControl (required)
    Fixed Value: OP
    ..... sdtcFunctionCode 0..1 CE XML Namespace: urn:hl7-org:sdtc
    XML: functionCode (urn:hl7-org:sdtc)
    ..... time 0..1 IVL_TS
    ..... awarenessCode 0..1 CE
    ..... participantRole C 1..1 ParticipantRole Constraints: should-addr, should-telecom
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... realmCode 0..* CS
    ...... typeId C 0..1 II Constraints: II-1
    ....... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ....... @assigningAuthorityName 0..1 st
    ....... @displayable 0..1 bl
    ....... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ....... @extension 1..1 st
    ...... templateId 0..* II
    ...... @classCode 0..1 cs Binding: CDARoleClassRoot (required)
    ...... id 1..* II
    ...... sdtcIdentifiedBy 0..* IdentifiedBy XML Namespace: urn:hl7-org:sdtc
    XML: identifiedBy (urn:hl7-org:sdtc)
    ...... code 0..1 CE Binding: CDARoleCode (example)
    ...... addr 0..1 USRealmAddress
    ...... telecom 0..* TEL
    ...... playingDevice 0..1 Device
    ...... playingEntity 1..1 PlayingEntity
    ....... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ....... realmCode 0..* CS
    ....... typeId C 0..1 II Constraints: II-1
    ........ @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ........ @assigningAuthorityName 0..1 st
    ........ @displayable 0..1 bl
    ........ @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ........ @extension 1..1 st
    ....... templateId 0..* II
    ....... @classCode 1..1 cs Binding: EntityClassRoot (required)
    Fixed Value: PLC
    ....... @determinerCode 0..1 cs Binding: EntityDeterminer (required)
    Fixed Value: INSTANCE
    ....... code 0..1 CE Binding: CDAEntityCode (example)
    ....... quantity 0..* PQ
    ....... name 1..1 PN
    ....... sdtcBirthTime 0..1 TS XML Namespace: urn:hl7-org:sdtc
    XML: birthTime (urn:hl7-org:sdtc)
    ....... desc 0..1 ED
    ...... scopingEntity 0..1 Entity
    ... reference 0..* Reference
    ... precondition 0..* Precondition
    ... sdtcPrecondition2 0..* Precondition2 XML Namespace: urn:hl7-org:sdtc
    XML: precondition2 (urn:hl7-org:sdtc)
    ... Slices for component 1..* OrganizerComponent Slice: Unordered, Open by profile:act, profile:observation, exists:encounter
    .... component:type 0..* OrganizerComponent component
    ..... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ..... realmCode 0..* CS
    ..... typeId C 0..1 II Constraints: II-1
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... @assigningAuthorityName 0..1 st
    ...... @displayable 0..1 bl
    ...... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ...... @extension 1..1 st
    ..... templateId 0..* II
    ..... @typeCode 0..1 cs Binding: ActRelationshipHasComponent (required)
    ..... @contextConductionInd 0..1 bl Fixed Value: true
    ..... sequenceNumber 0..1 INT
    ..... sdtcPriorityNumber 0..1 INT XML Namespace: urn:hl7-org:sdtc
    XML: priorityNumber (urn:hl7-org:sdtc)
    ..... seperatableInd 0..1 BL
    ..... observation 1..1 CareTeamTypeObservation
    ..... observationMedia 0..1 ObservationMedia
    ..... organizer 0..1 Organizer
    ..... procedure 0..1 Procedure
    ..... regionOfInterest 0..1 RegionOfInterest
    ..... substanceAdministration 0..1 SubstanceAdministration
    ..... supply 0..1 Supply
    .... component:entryReference 0..* OrganizerComponent The following components represent the reasons for the existence of the care team. These entry references are typically a health concern, risk concern or problem but can also be some other entry present in the document.
    ..... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ..... realmCode 0..* CS
    ..... typeId C 0..1 II Constraints: II-1
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... @assigningAuthorityName 0..1 st
    ...... @displayable 0..1 bl
    ...... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ...... @extension 1..1 st
    ..... templateId 0..* II
    ..... @typeCode 0..1 cs Binding: ActRelationshipHasComponent (required)
    ..... @contextConductionInd 0..1 bl Fixed Value: true
    ..... sequenceNumber 0..1 INT
    ..... sdtcPriorityNumber 0..1 INT XML Namespace: urn:hl7-org:sdtc
    XML: priorityNumber (urn:hl7-org:sdtc)
    ..... seperatableInd 0..1 BL
    ..... act 1..1 EntryReference
    ..... observationMedia 0..1 ObservationMedia
    ..... organizer 0..1 Organizer
    ..... procedure 0..1 Procedure
    ..... regionOfInterest 0..1 RegionOfInterest
    ..... substanceAdministration 0..1 SubstanceAdministration
    ..... supply 0..1 Supply
    .... component:encounter 0..* OrganizerComponent component
    ..... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ..... realmCode 0..* CS
    ..... typeId C 0..1 II Constraints: II-1
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... @assigningAuthorityName 0..1 st
    ...... @displayable 0..1 bl
    ...... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ...... @extension 1..1 st
    ..... templateId 0..* II
    ..... @typeCode 0..1 cs Binding: ActRelationshipHasComponent (required)
    ..... @contextConductionInd 0..1 bl Fixed Value: true
    ..... sequenceNumber 0..1 INT
    ..... sdtcPriorityNumber 0..1 INT XML Namespace: urn:hl7-org:sdtc
    XML: priorityNumber (urn:hl7-org:sdtc)
    ..... seperatableInd 0..1 BL
    ..... encounter 1..1 Encounter
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... realmCode 0..* CS
    ...... typeId C 0..1 II Constraints: II-1
    ....... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ....... @assigningAuthorityName 0..1 st
    ....... @displayable 0..1 bl
    ....... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ....... @extension 1..1 st
    ...... templateId 0..* II
    ...... @classCode 1..1 cs Binding: CDAActClass (required)
    Fixed Value: ENC
    ...... @moodCode 1..1 cs Binding: XDocumentEncounterMood (2.0.0) (required)
    ...... id 1..* II 1. If the id does not match an encounter/id from an encounter elsewhere within the same document and the id does not contain @nullFlavor=NA, then this entry SHALL conform to the Encounter Activity (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.4.49:2015-08-01) (CONF:4435-145).
    ...... code 0..1 CD Binding: ActEncounterCode (example)
    ...... text 0..1 ED
    ...... statusCode 0..1 CS Binding: ActStatus (required)
    ...... effectiveTime 0..1 IVL_TS
    ...... sdtcDischargeDispositionCode 0..1 CE XML Namespace: urn:hl7-org:sdtc
    XML: dischargeDispositionCode (urn:hl7-org:sdtc)
    ...... priorityCode 0..1 CE Binding: ActPriority (example)
    ...... subject 0..1 Subject
    ...... specimen 0..* Specimen
    ...... performer 0..* Performer2
    ...... author 0..* Author
    ...... informant 0..* Informant
    ...... participant 0..* Participant2
    ...... entryRelationship 0..* EntryRelationship
    ...... reference 0..* Reference
    ...... precondition 0..* Precondition
    ...... sdtcPrecondition2 0..* Precondition2 XML Namespace: urn:hl7-org:sdtc
    XML: precondition2 (urn:hl7-org:sdtc)
    ...... sdtcInFulfillmentOf1 0..* InFulfillmentOf1 XML Namespace: urn:hl7-org:sdtc
    XML: inFulfillmentOf1 (urn:hl7-org:sdtc)
    ..... observationMedia 0..1 ObservationMedia
    ..... organizer 0..1 Organizer
    ..... procedure 0..1 Procedure
    ..... regionOfInterest 0..1 RegionOfInterest
    ..... substanceAdministration 0..1 SubstanceAdministration
    ..... supply 0..1 Supply
    .... component:note 0..1 OrganizerComponent component
    ..... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ..... realmCode 0..* CS
    ..... typeId C 0..1 II Constraints: II-1
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... @assigningAuthorityName 0..1 st
    ...... @displayable 0..1 bl
    ...... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ...... @extension 1..1 st
    ..... templateId 0..* II
    ..... @typeCode 0..1 cs Binding: ActRelationshipHasComponent (required)
    ..... @contextConductionInd 0..1 bl Fixed Value: true
    ..... sequenceNumber 0..1 INT
    ..... sdtcPriorityNumber 0..1 INT XML Namespace: urn:hl7-org:sdtc
    XML: priorityNumber (urn:hl7-org:sdtc)
    ..... seperatableInd 0..1 BL
    ..... act 1..1 NoteActivity
    ..... observationMedia 0..1 ObservationMedia
    ..... organizer 0..1 Organizer
    ..... procedure 0..1 Procedure
    ..... regionOfInterest 0..1 RegionOfInterest
    ..... substanceAdministration 0..1 SubstanceAdministration
    ..... supply 0..1 Supply
    .... component:member 1..* OrganizerComponent component
    ..... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ..... realmCode 0..* CS
    ..... typeId C 0..1 II Constraints: II-1
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... @assigningAuthorityName 0..1 st
    ...... @displayable 0..1 bl
    ...... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ...... @extension 1..1 st
    ..... templateId 0..* II
    ..... @typeCode 0..1 cs Binding: ActRelationshipHasComponent (required)
    ..... @contextConductionInd 0..1 bl Fixed Value: true
    ..... sequenceNumber 0..1 INT
    ..... sdtcPriorityNumber 0..1 INT XML Namespace: urn:hl7-org:sdtc
    XML: priorityNumber (urn:hl7-org:sdtc)
    ..... seperatableInd 0..1 BL
    ..... act 1..1 CareTeamMemberAct
    ..... observationMedia 0..1 ObservationMedia
    ..... organizer 0..1 Organizer
    ..... procedure 0..1 Procedure
    ..... regionOfInterest 0..1 RegionOfInterest
    ..... substanceAdministration 0..1 SubstanceAdministration
    ..... supply 0..1 Supply

    doco Documentation for this format

    Terminology Bindings

    Path Status Usage ValueSet Version Source
    Organizer.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.templateId:care-team-org.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.classCode Base required x_ActClassDocumentEntryOrganizer 📍2.0.0 THO v5.2
    Organizer.moodCode Base required CDAActMood 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.code Base example v3 Code System ActCode 📦3.0.0 THO v6.5
    Organizer.code.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.code.originalText.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.code.originalText.​compression Base required CDACompressionAlgorithm 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.code.originalText.​integrityCheckAlgorithm Base required IntegrityCheckAlgorithm 📍2.0.0 THO v5.2
    Organizer.code.originalText.​mediaType Base example MediaType 📦3.0.0 THO v6.5
    Organizer.code.originalText.​representation Base required CDABinaryDataEncoding 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.code.originalText.​reference.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.code.originalText.​reference.use Base required TelecommunicationAddressUse 📍2.0.0 THO v5.2
    Organizer.sdtcText.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.sdtcText.compression Base required CDACompressionAlgorithm 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.sdtcText.integrityCheckAlgorithm Base required IntegrityCheckAlgorithm 📍2.0.0 THO v5.2
    Organizer.sdtcText.mediaType Base example MediaType 📦3.0.0 THO v6.5
    Organizer.sdtcText.representation Base required CDABinaryDataEncoding 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.statusCode Base required ActStatus 📦3.0.0 THO v6.5
    Organizer.statusCode.​code Base required ActStatus 📦3.0.0 THO v6.5
    Organizer.effectiveTime.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.effectiveTime.​operator Base required CDASetOperator 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:lead.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:lead.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:lead.​typeCode Base required CDAParticipationType 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:lead.​contextControlCode Base required CDAContextControl 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:lead.​sdtcFunctionCode Base preferred Care Team Member Function . 📦20240605 VSAC v0.23
    Organizer.participant:lead.​participantRole.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:lead.​participantRole.typeId.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:lead.​participantRole.classCode Base required CDARoleClassRoot 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:lead.​participantRole.code Base example CDARoleCode 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​typeCode Base required CDAParticipationType 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​contextControlCode Base required CDAContextControl 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​participantRole.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​participantRole.typeId.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​participantRole.classCode Base required CDARoleClassRoot 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​participantRole.code Base example CDARoleCode 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​participantRole.playingEntity.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​participantRole.playingEntity.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​participantRole.playingEntity.​classCode Base required EntityClassRoot 📦3.0.0 THO v6.5
    Organizer.participant:location.​participantRole.playingEntity.​determinerCode Base required EntityDeterminer 📦3.0.0 THO v6.5
    Organizer.participant:location.​participantRole.playingEntity.​code Base example CDAEntityCode 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:type.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:type.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:type.​typeCode Base required ActRelationshipHasComponent 📦3.0.0 THO v6.5
    Organizer.component:entryReference.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:entryReference.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:entryReference.​typeCode Base required ActRelationshipHasComponent 📦3.0.0 THO v6.5
    Organizer.component:encounter.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:encounter.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:encounter.​typeCode Base required ActRelationshipHasComponent 📦3.0.0 THO v6.5
    Organizer.component:encounter.​encounter.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:encounter.​encounter.typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:encounter.​encounter.classCode Base required CDAActClass 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:encounter.​encounter.moodCode Base required x_DocumentEncounterMood 📍2.0.0 THO v5.2
    Organizer.component:encounter.​encounter.code Base example ActEncounterCode 📦3.0.0 THO v6.5
    Organizer.component:encounter.​encounter.statusCode Base required ActStatus 📦3.0.0 THO v6.5
    Organizer.component:encounter.​encounter.priorityCode Base example ActPriority 📦3.0.0 THO v6.5
    Organizer.component:note.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:note.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:note.​typeCode Base required ActRelationshipHasComponent 📦3.0.0 THO v6.5
    Organizer.component:member.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:member.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:member.​typeCode Base required ActRelationshipHasComponent 📦3.0.0 THO v6.5

    Constraints

    Id Grade Path(s) Description Expression
    4515-133 error Organizer.participant:lead.participantRole.id This id **SHALL** match a performer/assignedEntity/id of at least one Care Team Member described in component/act (CONF:4515-133).
    II-1 error Organizer.typeId, Organizer.participant:lead.typeId, Organizer.participant:lead.participantRole.typeId, Organizer.participant:location.typeId, Organizer.participant:location.participantRole.typeId, Organizer.participant:location.participantRole.playingEntity.typeId, Organizer.component:type.typeId, Organizer.component:entryReference.typeId, Organizer.component:encounter.typeId, Organizer.component:encounter.encounter.typeId, Organizer.component:note.typeId, Organizer.component:member.typeId An II instance must have either a root or an nullFlavor. root.exists() or nullFlavor.exists()
    should-addr warning Organizer.participant:location.participantRole SHOULD contain addr addr.exists()
    should-author warning Organizer SHOULD contain author author.exists()
    should-sdtctext-ref-value warning Organizer SHOULD contain text/reference/@value sdtcText.reference.value.exists()
    should-telecom warning Organizer.participant:location.participantRole SHOULD contain telecom telecom.exists()
    value-starts-octothorpe error Organizer.sdtcText.reference If reference/@value is present, it SHALL begin with a '#' and SHALL point to its corresponding narrative value.exists() implies value.startsWith('#')

    Snapshot View

    NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
    .. Organizer C 1..1 Organizer XML Namespace: urn:hl7-org:v3
    Base for all types and resources
    Instance of this type are validated by templateId
    Logical Container: ClinicalDocument (CDA Class)
    Constraints: should-sdtctext-ref-value, should-author
    ... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ... realmCode 0..* CS
    ... typeId C 0..1 II Constraints: II-1
    .... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    .... @assigningAuthorityName 0..1 st
    .... @displayable 0..1 bl
    .... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    .... @extension 1..1 st
    .... templateId:care-team-org 1..1 II
    ..... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ..... @assigningAuthorityName 0..1 st
    ..... @displayable 0..1 bl
    ..... @root 1..1 oid, uuid, ruid Required Pattern: 2.16.840.1.113883.10.20.22.4.500
    ..... @extension 1..1 st Required Pattern: 2022-06-01
    ... @classCode 1..1 cs Binding: XActClassDocumentEntryOrganizer (2.0.0) (required)
    Fixed Value: CLUSTER
    ... @moodCode 1..1 cs Binding: CDAActMood (required)
    Fixed Value: EVN
    ... id 1..* II
    ... sdtcCategory 0..* CD XML Namespace: urn:hl7-org:sdtc
    XML: category (urn:hl7-org:sdtc)
    ... code 1..1 CD Binding: v3 Code System ActCode (example)
    .... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    .... @code 1..1 cs Required Pattern: 86744-0
    .... @codeSystem 1..1 oid, uuid, ruid Required Pattern: 2.16.840.1.113883.6.1
    .... @codeSystemName 0..1 st
    .... @codeSystemVersion 0..1 st
    .... @displayName 0..1 st
    .... @sdtcValueSet 0..1 oid XML Namespace: urn:hl7-org:sdtc
    XML: valueSet (urn:hl7-org:sdtc)
    .... @sdtcValueSetVersion 0..1 st XML Namespace: urn:hl7-org:sdtc
    XML: valueSetVersion (urn:hl7-org:sdtc)
    .... originalText 0..1 ED
    ..... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ..... @compression 0..1 cs Binding: CDACompressionAlgorithm (required)
    ..... @integrityCheck 0..1 bin
    ..... @integrityCheckAlgorithm 0..1 cs Binding: IntegrityCheckAlgorithm (2.0.0) (required)
    ..... @language 0..1 cs
    ..... @mediaType 0..1 cs Binding: MediaType (example)
    ..... @representation 0..1 cs Binding: CDABinaryDataEncoding (required)
    ..... xmlText 0..1 st Allows for mixed text content. If @representation='B64', this SHALL be a base64binary string.
    ..... reference 1..1 TEL
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... @value 1..1 url The value attribute references the narrative in section.text where the care team name is rendered. The intention of this reference is to clarify which care team this Organizer refers to.
    ...... useablePeriod 0..*
    ....... useablePeriod IVL_TS
    ....... useablePeriod EIVL_TS
    ....... useablePeriod PIVL_TS
    ....... useablePeriod SXPR_TS
    ...... @use 0..* cs Binding: TelecommunicationAddressUse (2.0.0) (required)
    ..... thumbnail 0..1 ED
    .... qualifier 0..* CR
    .... translation 0..* CD
    ... sdtcText 0..1 ED XML Namespace: urn:hl7-org:sdtc
    SHOULD reference the portion of section narrative text corresponding to this entry
    XML: text (urn:hl7-org:sdtc)
    .... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    .... @compression 0..1 cs Binding: CDACompressionAlgorithm (required)
    .... @integrityCheck 0..1 bin
    .... @integrityCheckAlgorithm 0..1 cs Binding: IntegrityCheckAlgorithm (2.0.0) (required)
    .... @language 0..1 cs
    .... @mediaType 0..1 cs Binding: MediaType (example)
    .... @representation 0..1 cs Binding: CDABinaryDataEncoding (required)
    .... xmlText 0..1 st Allows for mixed text content. If @representation='B64', this SHALL be a base64binary string.
    .... reference C 0..1 TEL Constraints: value-starts-octothorpe
    .... thumbnail 0..1 ED
    ... statusCode 1..1 CS When statusCode has a value set, its value MAY be rendered in the narrative.
    Binding: ActStatus (required)
    .... @code 1..1 cs Binding: ActStatus (required)
    .... @sdtcValueSet 0..1 oid XML Namespace: urn:hl7-org:sdtc
    XML: valueSet (urn:hl7-org:sdtc)
    .... @sdtcValueSetVersion 0..1 st XML Namespace: urn:hl7-org:sdtc
    XML: valueSetVersion (urn:hl7-org:sdtc)
    ... effectiveTime 1..1 IVL_TS
    .... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    .... @value 0..1 ts Date Format: YYYYMMDDHHMMSS.UUUU[+|-ZZzz]
    .... @operator 0..1 cs Binding: CDASetOperator (required)
    .... low 1..1 IVXB_TS
    .... center 0..1 TS
    .... width 0..1 PQ
    .... high 0..1 IVXB_TS
    ... subject 0..1 Subject
    ... specimen 0..* Specimen
    ... performer 0..* Performer2
    ... author 0..* AuthorParticipation
    ... informant 0..* Informant
    ... Slices for participant 0..* Participant2 Slice: Unordered, Open by value:typeCode
    .... participant:lead 0..* Participant2 This Participant represents the Care Team lead.
    ..... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ..... realmCode 0..* CS
    ..... typeId C 0..1 II Constraints: II-1
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... @assigningAuthorityName 0..1 st
    ...... @displayable 0..1 bl
    ...... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ...... @extension 1..1 st
    ..... templateId 0..* II
    ..... @typeCode 1..1 cs Binding: CDAParticipationType (required)
    Fixed Value: PPRF
    ..... @contextControlCode 0..1 cs Binding: CDAContextControl (required)
    Fixed Value: OP
    ..... sdtcFunctionCode 0..1 CE XML Namespace: urn:hl7-org:sdtc
    Describes the person's, caregiver's or health care provider's functional role on the care team.
    XML: functionCode (urn:hl7-org:sdtc)
    Binding: Care Team Member Function . (preferred)
    ..... time 0..1 IVL_TS
    ..... awarenessCode 0..1 CE
    ..... participantRole 1..1 ParticipantRole
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... realmCode 0..* CS
    ...... typeId C 0..1 II Constraints: II-1
    ....... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ....... @assigningAuthorityName 0..1 st
    ....... @displayable 0..1 bl
    ....... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ....... @extension 1..1 st
    ...... templateId 0..* II
    ...... @classCode 0..1 cs Binding: CDARoleClassRoot (required)
    ...... id C 1..* II Constraints: 4515-133
    ...... sdtcIdentifiedBy 0..* IdentifiedBy XML Namespace: urn:hl7-org:sdtc
    XML: identifiedBy (urn:hl7-org:sdtc)
    ...... code 0..1 CE Binding: CDARoleCode (example)
    ...... addr 0..* AD
    ...... telecom 0..* TEL
    ...... playingDevice 0..1 Device
    ...... playingEntity 0..1 PlayingEntity
    ...... scopingEntity 0..1 Entity
    .... participant:location 0..* Participant2 participant
    ..... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ..... realmCode 0..* CS
    ..... typeId C 0..1 II Constraints: II-1
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... @assigningAuthorityName 0..1 st
    ...... @displayable 0..1 bl
    ...... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ...... @extension 1..1 st
    ..... templateId 0..* II
    ..... @typeCode 1..1 cs Binding: CDAParticipationType (required)
    Fixed Value: LOC
    ..... @contextControlCode 0..1 cs Binding: CDAContextControl (required)
    Fixed Value: OP
    ..... sdtcFunctionCode 0..1 CE XML Namespace: urn:hl7-org:sdtc
    XML: functionCode (urn:hl7-org:sdtc)
    ..... time 0..1 IVL_TS
    ..... awarenessCode 0..1 CE
    ..... participantRole C 1..1 ParticipantRole Constraints: should-addr, should-telecom
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... realmCode 0..* CS
    ...... typeId C 0..1 II Constraints: II-1
    ....... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ....... @assigningAuthorityName 0..1 st
    ....... @displayable 0..1 bl
    ....... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ....... @extension 1..1 st
    ...... templateId 0..* II
    ...... @classCode 0..1 cs Binding: CDARoleClassRoot (required)
    ...... id 1..* II
    ...... sdtcIdentifiedBy 0..* IdentifiedBy XML Namespace: urn:hl7-org:sdtc
    XML: identifiedBy (urn:hl7-org:sdtc)
    ...... code 0..1 CE Binding: CDARoleCode (example)
    ...... addr 0..1 USRealmAddress
    ...... telecom 0..* TEL
    ...... playingDevice 0..1 Device
    ...... playingEntity 1..1 PlayingEntity
    ....... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ....... realmCode 0..* CS
    ....... typeId C 0..1 II Constraints: II-1
    ........ @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ........ @assigningAuthorityName 0..1 st
    ........ @displayable 0..1 bl
    ........ @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ........ @extension 1..1 st
    ....... templateId 0..* II
    ....... @classCode 1..1 cs Binding: EntityClassRoot (required)
    Fixed Value: PLC
    ....... @determinerCode 0..1 cs Binding: EntityDeterminer (required)
    Fixed Value: INSTANCE
    ....... code 0..1 CE Binding: CDAEntityCode (example)
    ....... quantity 0..* PQ
    ....... name 1..1 PN
    ....... sdtcBirthTime 0..1 TS XML Namespace: urn:hl7-org:sdtc
    XML: birthTime (urn:hl7-org:sdtc)
    ....... desc 0..1 ED
    ...... scopingEntity 0..1 Entity
    ... reference 0..* Reference
    ... precondition 0..* Precondition
    ... sdtcPrecondition2 0..* Precondition2 XML Namespace: urn:hl7-org:sdtc
    XML: precondition2 (urn:hl7-org:sdtc)
    ... Slices for component 1..* OrganizerComponent Slice: Unordered, Open by profile:act, profile:observation, exists:encounter
    .... component:type 0..* OrganizerComponent component
    ..... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ..... realmCode 0..* CS
    ..... typeId C 0..1 II Constraints: II-1
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... @assigningAuthorityName 0..1 st
    ...... @displayable 0..1 bl
    ...... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ...... @extension 1..1 st
    ..... templateId 0..* II
    ..... @typeCode 0..1 cs Binding: ActRelationshipHasComponent (required)
    ..... @contextConductionInd 0..1 bl Fixed Value: true
    ..... sequenceNumber 0..1 INT
    ..... sdtcPriorityNumber 0..1 INT XML Namespace: urn:hl7-org:sdtc
    XML: priorityNumber (urn:hl7-org:sdtc)
    ..... seperatableInd 0..1 BL
    ..... observation 1..1 CareTeamTypeObservation
    ..... observationMedia 0..1 ObservationMedia
    ..... organizer 0..1 Organizer
    ..... procedure 0..1 Procedure
    ..... regionOfInterest 0..1 RegionOfInterest
    ..... substanceAdministration 0..1 SubstanceAdministration
    ..... supply 0..1 Supply
    .... component:entryReference 0..* OrganizerComponent The following components represent the reasons for the existence of the care team. These entry references are typically a health concern, risk concern or problem but can also be some other entry present in the document.
    ..... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ..... realmCode 0..* CS
    ..... typeId C 0..1 II Constraints: II-1
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... @assigningAuthorityName 0..1 st
    ...... @displayable 0..1 bl
    ...... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ...... @extension 1..1 st
    ..... templateId 0..* II
    ..... @typeCode 0..1 cs Binding: ActRelationshipHasComponent (required)
    ..... @contextConductionInd 0..1 bl Fixed Value: true
    ..... sequenceNumber 0..1 INT
    ..... sdtcPriorityNumber 0..1 INT XML Namespace: urn:hl7-org:sdtc
    XML: priorityNumber (urn:hl7-org:sdtc)
    ..... seperatableInd 0..1 BL
    ..... act 1..1 EntryReference
    ..... observationMedia 0..1 ObservationMedia
    ..... organizer 0..1 Organizer
    ..... procedure 0..1 Procedure
    ..... regionOfInterest 0..1 RegionOfInterest
    ..... substanceAdministration 0..1 SubstanceAdministration
    ..... supply 0..1 Supply
    .... component:encounter 0..* OrganizerComponent component
    ..... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ..... realmCode 0..* CS
    ..... typeId C 0..1 II Constraints: II-1
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... @assigningAuthorityName 0..1 st
    ...... @displayable 0..1 bl
    ...... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ...... @extension 1..1 st
    ..... templateId 0..* II
    ..... @typeCode 0..1 cs Binding: ActRelationshipHasComponent (required)
    ..... @contextConductionInd 0..1 bl Fixed Value: true
    ..... sequenceNumber 0..1 INT
    ..... sdtcPriorityNumber 0..1 INT XML Namespace: urn:hl7-org:sdtc
    XML: priorityNumber (urn:hl7-org:sdtc)
    ..... seperatableInd 0..1 BL
    ..... encounter 1..1 Encounter
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... realmCode 0..* CS
    ...... typeId C 0..1 II Constraints: II-1
    ....... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ....... @assigningAuthorityName 0..1 st
    ....... @displayable 0..1 bl
    ....... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ....... @extension 1..1 st
    ...... templateId 0..* II
    ...... @classCode 1..1 cs Binding: CDAActClass (required)
    Fixed Value: ENC
    ...... @moodCode 1..1 cs Binding: XDocumentEncounterMood (2.0.0) (required)
    ...... id 1..* II 1. If the id does not match an encounter/id from an encounter elsewhere within the same document and the id does not contain @nullFlavor=NA, then this entry SHALL conform to the Encounter Activity (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.4.49:2015-08-01) (CONF:4435-145).
    ...... code 0..1 CD Binding: ActEncounterCode (example)
    ...... text 0..1 ED
    ...... statusCode 0..1 CS Binding: ActStatus (required)
    ...... effectiveTime 0..1 IVL_TS
    ...... sdtcDischargeDispositionCode 0..1 CE XML Namespace: urn:hl7-org:sdtc
    XML: dischargeDispositionCode (urn:hl7-org:sdtc)
    ...... priorityCode 0..1 CE Binding: ActPriority (example)
    ...... subject 0..1 Subject
    ...... specimen 0..* Specimen
    ...... performer 0..* Performer2
    ...... author 0..* Author
    ...... informant 0..* Informant
    ...... participant 0..* Participant2
    ...... entryRelationship 0..* EntryRelationship
    ...... reference 0..* Reference
    ...... precondition 0..* Precondition
    ...... sdtcPrecondition2 0..* Precondition2 XML Namespace: urn:hl7-org:sdtc
    XML: precondition2 (urn:hl7-org:sdtc)
    ...... sdtcInFulfillmentOf1 0..* InFulfillmentOf1 XML Namespace: urn:hl7-org:sdtc
    XML: inFulfillmentOf1 (urn:hl7-org:sdtc)
    ..... observationMedia 0..1 ObservationMedia
    ..... organizer 0..1 Organizer
    ..... procedure 0..1 Procedure
    ..... regionOfInterest 0..1 RegionOfInterest
    ..... substanceAdministration 0..1 SubstanceAdministration
    ..... supply 0..1 Supply
    .... component:note 0..1 OrganizerComponent component
    ..... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ..... realmCode 0..* CS
    ..... typeId C 0..1 II Constraints: II-1
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... @assigningAuthorityName 0..1 st
    ...... @displayable 0..1 bl
    ...... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ...... @extension 1..1 st
    ..... templateId 0..* II
    ..... @typeCode 0..1 cs Binding: ActRelationshipHasComponent (required)
    ..... @contextConductionInd 0..1 bl Fixed Value: true
    ..... sequenceNumber 0..1 INT
    ..... sdtcPriorityNumber 0..1 INT XML Namespace: urn:hl7-org:sdtc
    XML: priorityNumber (urn:hl7-org:sdtc)
    ..... seperatableInd 0..1 BL
    ..... act 1..1 NoteActivity
    ..... observationMedia 0..1 ObservationMedia
    ..... organizer 0..1 Organizer
    ..... procedure 0..1 Procedure
    ..... regionOfInterest 0..1 RegionOfInterest
    ..... substanceAdministration 0..1 SubstanceAdministration
    ..... supply 0..1 Supply
    .... component:member 1..* OrganizerComponent component
    ..... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ..... realmCode 0..* CS
    ..... typeId C 0..1 II Constraints: II-1
    ...... @nullFlavor 0..1 cs Binding: CDANullFlavor (required)
    ...... @assigningAuthorityName 0..1 st
    ...... @displayable 0..1 bl
    ...... @root 1..1 oid, uuid, ruid Fixed Value: 2.16.840.1.113883.1.3
    ...... @extension 1..1 st
    ..... templateId 0..* II
    ..... @typeCode 0..1 cs Binding: ActRelationshipHasComponent (required)
    ..... @contextConductionInd 0..1 bl Fixed Value: true
    ..... sequenceNumber 0..1 INT
    ..... sdtcPriorityNumber 0..1 INT XML Namespace: urn:hl7-org:sdtc
    XML: priorityNumber (urn:hl7-org:sdtc)
    ..... seperatableInd 0..1 BL
    ..... act 1..1 CareTeamMemberAct
    ..... observationMedia 0..1 ObservationMedia
    ..... organizer 0..1 Organizer
    ..... procedure 0..1 Procedure
    ..... regionOfInterest 0..1 RegionOfInterest
    ..... substanceAdministration 0..1 SubstanceAdministration
    ..... supply 0..1 Supply

    doco Documentation for this format

    Terminology Bindings

    Path Status Usage ValueSet Version Source
    Organizer.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.templateId:care-team-org.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.classCode Base required x_ActClassDocumentEntryOrganizer 📍2.0.0 THO v5.2
    Organizer.moodCode Base required CDAActMood 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.code Base example v3 Code System ActCode 📦3.0.0 THO v6.5
    Organizer.code.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.code.originalText.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.code.originalText.​compression Base required CDACompressionAlgorithm 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.code.originalText.​integrityCheckAlgorithm Base required IntegrityCheckAlgorithm 📍2.0.0 THO v5.2
    Organizer.code.originalText.​mediaType Base example MediaType 📦3.0.0 THO v6.5
    Organizer.code.originalText.​representation Base required CDABinaryDataEncoding 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.code.originalText.​reference.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.code.originalText.​reference.use Base required TelecommunicationAddressUse 📍2.0.0 THO v5.2
    Organizer.sdtcText.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.sdtcText.compression Base required CDACompressionAlgorithm 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.sdtcText.integrityCheckAlgorithm Base required IntegrityCheckAlgorithm 📍2.0.0 THO v5.2
    Organizer.sdtcText.mediaType Base example MediaType 📦3.0.0 THO v6.5
    Organizer.sdtcText.representation Base required CDABinaryDataEncoding 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.statusCode Base required ActStatus 📦3.0.0 THO v6.5
    Organizer.statusCode.​code Base required ActStatus 📦3.0.0 THO v6.5
    Organizer.effectiveTime.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.effectiveTime.​operator Base required CDASetOperator 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:lead.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:lead.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:lead.​typeCode Base required CDAParticipationType 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:lead.​contextControlCode Base required CDAContextControl 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:lead.​sdtcFunctionCode Base preferred Care Team Member Function . 📦20240605 VSAC v0.23
    Organizer.participant:lead.​participantRole.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:lead.​participantRole.typeId.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:lead.​participantRole.classCode Base required CDARoleClassRoot 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:lead.​participantRole.code Base example CDARoleCode 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​typeCode Base required CDAParticipationType 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​contextControlCode Base required CDAContextControl 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​participantRole.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​participantRole.typeId.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​participantRole.classCode Base required CDARoleClassRoot 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​participantRole.code Base example CDARoleCode 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​participantRole.playingEntity.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​participantRole.playingEntity.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.participant:location.​participantRole.playingEntity.​classCode Base required EntityClassRoot 📦3.0.0 THO v6.5
    Organizer.participant:location.​participantRole.playingEntity.​determinerCode Base required EntityDeterminer 📦3.0.0 THO v6.5
    Organizer.participant:location.​participantRole.playingEntity.​code Base example CDAEntityCode 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:type.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:type.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:type.​typeCode Base required ActRelationshipHasComponent 📦3.0.0 THO v6.5
    Organizer.component:entryReference.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:entryReference.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:entryReference.​typeCode Base required ActRelationshipHasComponent 📦3.0.0 THO v6.5
    Organizer.component:encounter.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:encounter.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:encounter.​typeCode Base required ActRelationshipHasComponent 📦3.0.0 THO v6.5
    Organizer.component:encounter.​encounter.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:encounter.​encounter.typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:encounter.​encounter.classCode Base required CDAActClass 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:encounter.​encounter.moodCode Base required x_DocumentEncounterMood 📍2.0.0 THO v5.2
    Organizer.component:encounter.​encounter.code Base example ActEncounterCode 📦3.0.0 THO v6.5
    Organizer.component:encounter.​encounter.statusCode Base required ActStatus 📦3.0.0 THO v6.5
    Organizer.component:encounter.​encounter.priorityCode Base example ActPriority 📦3.0.0 THO v6.5
    Organizer.component:note.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:note.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:note.​typeCode Base required ActRelationshipHasComponent 📦3.0.0 THO v6.5
    Organizer.component:member.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:member.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:member.​typeCode Base required ActRelationshipHasComponent 📦3.0.0 THO v6.5

    Constraints

    Id Grade Path(s) Description Expression
    4515-133 error Organizer.participant:lead.participantRole.id This id **SHALL** match a performer/assignedEntity/id of at least one Care Team Member described in component/act (CONF:4515-133).
    II-1 error Organizer.typeId, Organizer.participant:lead.typeId, Organizer.participant:lead.participantRole.typeId, Organizer.participant:location.typeId, Organizer.participant:location.participantRole.typeId, Organizer.participant:location.participantRole.playingEntity.typeId, Organizer.component:type.typeId, Organizer.component:entryReference.typeId, Organizer.component:encounter.typeId, Organizer.component:encounter.encounter.typeId, Organizer.component:note.typeId, Organizer.component:member.typeId An II instance must have either a root or an nullFlavor. root.exists() or nullFlavor.exists()
    should-addr warning Organizer.participant:location.participantRole SHOULD contain addr addr.exists()
    should-author warning Organizer SHOULD contain author author.exists()
    should-sdtctext-ref-value warning Organizer SHOULD contain text/reference/@value sdtcText.reference.value.exists()
    should-telecom warning Organizer.participant:location.participantRole SHOULD contain telecom telecom.exists()
    value-starts-octothorpe error Organizer.sdtcText.reference If reference/@value is present, it SHALL begin with a '#' and SHALL point to its corresponding narrative value.exists() implies value.startsWith('#')

    This structure is derived from Organizer

    Summary

    Mandatory: 14 elements(12 nested mandatory elements)
    Fixed: 4 elements
    Prohibited: 11 elements

    Structures

    This structure refers to these other structures:

    Slices

    This structure defines the following Slices:

    • The element 2 is sliced based on the values of Organizer.templateId
    • The element 1 is sliced based on the value of Organizer.participant
    • The element 3 is sliced based on the values of Organizer.component

     

    Other representations of profile: CSV, Excel