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: Result Organizer

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

This template provides a mechanism for grouping result observations. It contains information applicable to all of the contained result observations. The Result Organizer code categorizes the contained results into one of several commonly accepted values (e.g., Hematology, Chemistry, Nuclear Medicine).

If any Result Observation within the organizer has a statusCode of "active", the Result Organizer must also have a statusCode of "active".

A specimen linked to a Result Organizer applies to all Result Observations. Centralizing specimen details within the Organizer is advised for clarity and consistency, as Result Observations typically relate to a single specimen collection, like using a purple top tube for CBCs. In cases of poor-quality specimens, a specimen reject reason is logically associated with the procedure, not the result, as there may be no result. The Result Organizer includes the specimen collection procedure, which may contain information about specimen condition acceptability. The Specimen Colection Procedure includes representation of the USCDI data element "Specimen Condition Acceptability".

The Result Organizer template is a versatile template designed to represent any type of finding resulting from various types of tests. Value set bindings for Observation.code have been created to support implementers, covering three categories: 1) Common Laboratory Tests, 2) Radiology Tests, and 3) Clinical Tests. If a suitable code is not available within these value sets, first use another LOINC code. If no LOINC code is appropriate, a local code may be used.

Templates Used

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

Required Components: ResultObservation

Optional Components: SpecimenCollectionProcedure

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-sdtcCategory, should-author
    ... Slices for templateId 1..* II Slice: Unordered, Open by value:root, value:extension
    .... templateId:result-org 1..1 II
    ..... @root 1..1 oid, uuid, ruid Required Pattern: 2.16.840.1.113883.10.20.22.4.1
    ..... @extension 1..1 st Required Pattern: 2023-05-01
    ... @classCode 1..1 cs
    ... @moodCode 1..1 cs
    ... sdtcCategory 0..* CD Binding: DiagnosticServiceSectionCodes (preferred)
    ... code C 1..1 CD Binding: v3 Code System ActCode (example)
    Additional BindingsPurposeDocumentation
    Common LOINC Lab Codes . Preferred
    Common Lab Tests
    Radiology Procedures (LOINC) . Preferred
    Radiology
    Clinical Tests . Preferred
    Clinical Test

    Constraints: 4537-19218
    ... 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
    .... @nullFlavor 0..0
    .... @code 1..1 cs Binding: Result Status . (required)
    ... effectiveTime 0..1 IVL_TS The effectiveTime is an interval that spans the effectiveTimes of the contained result observations. Because all contained result observations have a required time stamp, it is not required that this effectiveTime be populated.
    .... low 1..1 IVXB_TS
    .... high 1..1 IVXB_TS
    ... specimen 0..* Specimen When an organizer is for laboratory, observations are expected to include the specimen participant. The specimen included at specimenPlayingEntity/code must be consistent with the observation/code.
    .... specimenRole 1..1 SpecimenRole 𝗨𝗦𝗖𝗗𝗜: Specimen Identifier
    ..... id 1..* II
    ..... specimenPlayingEntity 1..1 PlayingEntity 𝗨𝗦𝗖𝗗𝗜: Specimen Type
    ...... code 1..1 CE Binding: Specimen type . (preferred)
    ... author 0..* AuthorParticipation
    ... Slices for component 1..* OrganizerComponent Slice: Unordered, Open by profile:observation, profile:procedure
    .... component:resultObs 1..* OrganizerComponent 𝗨𝗦𝗖𝗗𝗜: Values/Results
    ..... observation 1..1 ResultObservation
    .... component:specimenProc 0..1 OrganizerComponent 𝗨𝗦𝗖𝗗𝗜: Specimen Condition Acceptability
    ..... procedure 1..1 SpecimenCollectionProcedure

    doco Documentation for this format

    Terminology Bindings (Differential)

    Path Status Usage ValueSet Version Source
    Organizer.sdtcCategory Base preferred Diagnostic Service Section Codes 📦5.0.0 FHIR Std.
    Organizer.code Base example v3 Code System ActCode 📦3.0.0 THO v6.5
    Organizer.statusCode.​code Base required Result Status . 📦20240606 VSAC v0.23
    Organizer.specimen.specimenRole.​specimenPlayingEntity.​code Base preferred Specimen type . 📦20240606 VSAC v0.23

    Constraints

    Id Grade Path(s) Description Expression
    4537-19218 warning Organizer.code **SHOULD** be selected from LOINC (codeSystem 2.16.840.1.113883.6.1) **OR** SNOMED CT (codeSystem 2.16.840.1.113883.6.96), and **MAY** be selected from CPT (codeSystem 2.16.840.1.113883.6.12) (CONF:4537-19218). codeSystem = '2.16.840.1.113883.6.1' or codeSystem = '2.16.840.1.113883.6.96'
    should-author warning Organizer SHOULD contain author author.exists()
    should-sdtcCategory warning Organizer SHOULD contain sdtcCategory sdtcCategory.exists()
    should-sdtctext-ref-value warning Organizer SHOULD contain text/reference/@value sdtcText.reference.value.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-sdtcCategory, 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:result-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.1
    ..... @extension 1..1 st Required Pattern: 2023-05-01
    ... @classCode 1..1 cs Binding: XActClassDocumentEntryOrganizer (2.0.0) (required)
    ... @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)
    Binding: DiagnosticServiceSectionCodes (preferred)
    ... code C 1..1 CD Binding: v3 Code System ActCode (example)
    Additional BindingsPurposeDocumentation
    Common LOINC Lab Codes . Preferred
    Common Lab Tests
    Radiology Procedures (LOINC) . Preferred
    Radiology
    Clinical Tests . Preferred
    Clinical Test

    Constraints: 4537-19218
    ... 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 Binding: ActStatus (required)
    .... @code 1..1 cs Binding: Result Status . (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 0..1 IVL_TS The effectiveTime is an interval that spans the effectiveTimes of the contained result observations. Because all contained result observations have a required time stamp, it is not required that this effectiveTime be populated.
    .... @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 1..1 IVXB_TS
    ... subject 0..1 Subject
    ... specimen 0..* Specimen When an organizer is for laboratory, observations are expected to include the specimen participant. The specimen included at specimenPlayingEntity/code must be consistent with the observation/code.
    .... @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: CDAParticipationType (required)
    Fixed Value: SPC
    .... specimenRole 1..1 SpecimenRole 𝗨𝗦𝗖𝗗𝗜: Specimen Identifier
    ..... @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: RoleClassSpecimen (required)
    Fixed Value: SPEC
    ..... id 1..* II
    ..... sdtcIdentifiedBy 0..* IdentifiedBy XML Namespace: urn:hl7-org:sdtc
    XML: identifiedBy (urn:hl7-org:sdtc)
    ..... specimenPlayingEntity 1..1 PlayingEntity 𝗨𝗦𝗖𝗗𝗜: Specimen Type
    ...... @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: EntityClassRoot (required)
    ...... @determinerCode 0..1 cs Binding: EntityDeterminer (required)
    Fixed Value: INSTANCE
    ...... code 1..1 CE Binding: Specimen type . (preferred)
    ...... quantity 0..* PQ
    ...... name 0..* PN
    ...... sdtcBirthTime 0..1 TS XML Namespace: urn:hl7-org:sdtc
    XML: birthTime (urn:hl7-org:sdtc)
    ...... desc 0..1 ED
    ... performer 0..* Performer2
    ... author 0..* AuthorParticipation
    ... informant 0..* Informant
    ... participant 0..* Participant2
    ... 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:observation, profile:procedure
    .... component:resultObs 1..* OrganizerComponent 𝗨𝗦𝗖𝗗𝗜: Values/Results
    ..... @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 0..1 Act
    ..... encounter 0..1 Encounter
    ..... observation 1..1 ResultObservation
    ..... 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:specimenProc 0..1 OrganizerComponent 𝗨𝗦𝗖𝗗𝗜: Specimen Condition Acceptability
    ..... @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 0..1 Act
    ..... encounter 0..1 Encounter
    ..... observation 0..1 Observation
    ..... observationMedia 0..1 ObservationMedia
    ..... organizer 0..1 Organizer
    ..... procedure 1..1 SpecimenCollectionProcedure
    ..... 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:result-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.sdtcCategory Base preferred Diagnostic Service Section Codes 📦5.0.0 FHIR Std.
    Organizer.code Base example v3 Code System ActCode 📦3.0.0 THO v6.5
    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 Result Status . 📦20240606 VSAC v0.23
    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.specimen.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.specimen.typeId.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.specimen.typeCode Base required CDAParticipationType 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.specimen.specimenRole.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.specimen.specimenRole.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.specimen.specimenRole.​classCode Base required RoleClassSpecimen 📦3.0.0 THO v6.5
    Organizer.specimen.specimenRole.​specimenPlayingEntity.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.specimen.specimenRole.​specimenPlayingEntity.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.specimen.specimenRole.​specimenPlayingEntity.​classCode Base required EntityClassRoot 📦3.0.0 THO v6.5
    Organizer.specimen.specimenRole.​specimenPlayingEntity.​determinerCode Base required EntityDeterminer 📦3.0.0 THO v6.5
    Organizer.specimen.specimenRole.​specimenPlayingEntity.​code Base preferred Specimen type . 📦20240606 VSAC v0.23
    Organizer.component:resultObs.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:resultObs.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:resultObs.​typeCode Base required ActRelationshipHasComponent 📦3.0.0 THO v6.5
    Organizer.component:specimenProc.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:specimenProc.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:specimenProc.​typeCode Base required ActRelationshipHasComponent 📦3.0.0 THO v6.5

    Constraints

    Id Grade Path(s) Description Expression
    4537-19218 warning Organizer.code **SHOULD** be selected from LOINC (codeSystem 2.16.840.1.113883.6.1) **OR** SNOMED CT (codeSystem 2.16.840.1.113883.6.96), and **MAY** be selected from CPT (codeSystem 2.16.840.1.113883.6.12) (CONF:4537-19218). codeSystem = '2.16.840.1.113883.6.1' or codeSystem = '2.16.840.1.113883.6.96'
    II-1 error Organizer.typeId, Organizer.specimen.typeId, Organizer.specimen.specimenRole.typeId, Organizer.specimen.specimenRole.specimenPlayingEntity.typeId, Organizer.component:resultObs.typeId, Organizer.component:specimenProc.typeId An II instance must have either a root or an nullFlavor. root.exists() or nullFlavor.exists()
    should-author warning Organizer SHOULD contain author author.exists()
    should-sdtcCategory warning Organizer SHOULD contain sdtcCategory sdtcCategory.exists()
    should-sdtctext-ref-value warning Organizer SHOULD contain text/reference/@value sdtcText.reference.value.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-sdtcCategory, 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:result-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.1
    ..... @extension 1..1 st Required Pattern: 2023-05-01
    ... @classCode 1..1 cs Binding: XActClassDocumentEntryOrganizer (2.0.0) (required)
    ... @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)
    Binding: DiagnosticServiceSectionCodes (preferred)
    ... code C 1..1 CD Binding: v3 Code System ActCode (example)
    Additional BindingsPurposeDocumentation
    Common LOINC Lab Codes . Preferred
    Common Lab Tests
    Radiology Procedures (LOINC) . Preferred
    Radiology
    Clinical Tests . Preferred
    Clinical Test

    Constraints: 4537-19218
    ... 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 Binding: ActStatus (required)
    .... @code 1..1 cs Binding: Result Status . (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 0..1 IVL_TS The effectiveTime is an interval that spans the effectiveTimes of the contained result observations. Because all contained result observations have a required time stamp, it is not required that this effectiveTime be populated.
    .... @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 1..1 IVXB_TS
    ... subject 0..1 Subject
    ... specimen 0..* Specimen When an organizer is for laboratory, observations are expected to include the specimen participant. The specimen included at specimenPlayingEntity/code must be consistent with the observation/code.
    .... @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: CDAParticipationType (required)
    Fixed Value: SPC
    .... specimenRole 1..1 SpecimenRole 𝗨𝗦𝗖𝗗𝗜: Specimen Identifier
    ..... @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: RoleClassSpecimen (required)
    Fixed Value: SPEC
    ..... id 1..* II
    ..... sdtcIdentifiedBy 0..* IdentifiedBy XML Namespace: urn:hl7-org:sdtc
    XML: identifiedBy (urn:hl7-org:sdtc)
    ..... specimenPlayingEntity 1..1 PlayingEntity 𝗨𝗦𝗖𝗗𝗜: Specimen Type
    ...... @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: EntityClassRoot (required)
    ...... @determinerCode 0..1 cs Binding: EntityDeterminer (required)
    Fixed Value: INSTANCE
    ...... code 1..1 CE Binding: Specimen type . (preferred)
    ...... quantity 0..* PQ
    ...... name 0..* PN
    ...... sdtcBirthTime 0..1 TS XML Namespace: urn:hl7-org:sdtc
    XML: birthTime (urn:hl7-org:sdtc)
    ...... desc 0..1 ED
    ... performer 0..* Performer2
    ... author 0..* AuthorParticipation
    ... informant 0..* Informant
    ... participant 0..* Participant2
    ... 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:observation, profile:procedure
    .... component:resultObs 1..* OrganizerComponent 𝗨𝗦𝗖𝗗𝗜: Values/Results
    ..... @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 0..1 Act
    ..... encounter 0..1 Encounter
    ..... observation 1..1 ResultObservation
    ..... 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:specimenProc 0..1 OrganizerComponent 𝗨𝗦𝗖𝗗𝗜: Specimen Condition Acceptability
    ..... @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 0..1 Act
    ..... encounter 0..1 Encounter
    ..... observation 0..1 Observation
    ..... observationMedia 0..1 ObservationMedia
    ..... organizer 0..1 Organizer
    ..... procedure 1..1 SpecimenCollectionProcedure
    ..... 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:result-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.sdtcCategory Base preferred Diagnostic Service Section Codes 📦5.0.0 FHIR Std.
    Organizer.code Base example v3 Code System ActCode 📦3.0.0 THO v6.5
    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 Result Status . 📦20240606 VSAC v0.23
    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.specimen.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.specimen.typeId.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.specimen.typeCode Base required CDAParticipationType 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.specimen.specimenRole.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.specimen.specimenRole.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.specimen.specimenRole.​classCode Base required RoleClassSpecimen 📦3.0.0 THO v6.5
    Organizer.specimen.specimenRole.​specimenPlayingEntity.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.specimen.specimenRole.​specimenPlayingEntity.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.specimen.specimenRole.​specimenPlayingEntity.​classCode Base required EntityClassRoot 📦3.0.0 THO v6.5
    Organizer.specimen.specimenRole.​specimenPlayingEntity.​determinerCode Base required EntityDeterminer 📦3.0.0 THO v6.5
    Organizer.specimen.specimenRole.​specimenPlayingEntity.​code Base preferred Specimen type . 📦20240606 VSAC v0.23
    Organizer.component:resultObs.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:resultObs.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:resultObs.​typeCode Base required ActRelationshipHasComponent 📦3.0.0 THO v6.5
    Organizer.component:specimenProc.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:specimenProc.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:specimenProc.​typeCode Base required ActRelationshipHasComponent 📦3.0.0 THO v6.5

    Constraints

    Id Grade Path(s) Description Expression
    4537-19218 warning Organizer.code **SHOULD** be selected from LOINC (codeSystem 2.16.840.1.113883.6.1) **OR** SNOMED CT (codeSystem 2.16.840.1.113883.6.96), and **MAY** be selected from CPT (codeSystem 2.16.840.1.113883.6.12) (CONF:4537-19218). codeSystem = '2.16.840.1.113883.6.1' or codeSystem = '2.16.840.1.113883.6.96'
    II-1 error Organizer.typeId, Organizer.specimen.typeId, Organizer.specimen.specimenRole.typeId, Organizer.specimen.specimenRole.specimenPlayingEntity.typeId, Organizer.component:resultObs.typeId, Organizer.component:specimenProc.typeId An II instance must have either a root or an nullFlavor. root.exists() or nullFlavor.exists()
    should-author warning Organizer SHOULD contain author author.exists()
    should-sdtcCategory warning Organizer SHOULD contain sdtcCategory sdtcCategory.exists()
    should-sdtctext-ref-value warning Organizer SHOULD contain text/reference/@value sdtcText.reference.value.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: 10 elements(6 nested mandatory elements)
    Prohibited: 1 element

    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 2 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-sdtcCategory, should-author
    ... Slices for templateId 1..* II Slice: Unordered, Open by value:root, value:extension
    .... templateId:result-org 1..1 II
    ..... @root 1..1 oid, uuid, ruid Required Pattern: 2.16.840.1.113883.10.20.22.4.1
    ..... @extension 1..1 st Required Pattern: 2023-05-01
    ... @classCode 1..1 cs
    ... @moodCode 1..1 cs
    ... sdtcCategory 0..* CD Binding: DiagnosticServiceSectionCodes (preferred)
    ... code C 1..1 CD Binding: v3 Code System ActCode (example)
    Additional BindingsPurposeDocumentation
    Common LOINC Lab Codes . Preferred
    Common Lab Tests
    Radiology Procedures (LOINC) . Preferred
    Radiology
    Clinical Tests . Preferred
    Clinical Test

    Constraints: 4537-19218
    ... 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
    .... @nullFlavor 0..0
    .... @code 1..1 cs Binding: Result Status . (required)
    ... effectiveTime 0..1 IVL_TS The effectiveTime is an interval that spans the effectiveTimes of the contained result observations. Because all contained result observations have a required time stamp, it is not required that this effectiveTime be populated.
    .... low 1..1 IVXB_TS
    .... high 1..1 IVXB_TS
    ... specimen 0..* Specimen When an organizer is for laboratory, observations are expected to include the specimen participant. The specimen included at specimenPlayingEntity/code must be consistent with the observation/code.
    .... specimenRole 1..1 SpecimenRole 𝗨𝗦𝗖𝗗𝗜: Specimen Identifier
    ..... id 1..* II
    ..... specimenPlayingEntity 1..1 PlayingEntity 𝗨𝗦𝗖𝗗𝗜: Specimen Type
    ...... code 1..1 CE Binding: Specimen type . (preferred)
    ... author 0..* AuthorParticipation
    ... Slices for component 1..* OrganizerComponent Slice: Unordered, Open by profile:observation, profile:procedure
    .... component:resultObs 1..* OrganizerComponent 𝗨𝗦𝗖𝗗𝗜: Values/Results
    ..... observation 1..1 ResultObservation
    .... component:specimenProc 0..1 OrganizerComponent 𝗨𝗦𝗖𝗗𝗜: Specimen Condition Acceptability
    ..... procedure 1..1 SpecimenCollectionProcedure

    doco Documentation for this format

    Terminology Bindings (Differential)

    Path Status Usage ValueSet Version Source
    Organizer.sdtcCategory Base preferred Diagnostic Service Section Codes 📦5.0.0 FHIR Std.
    Organizer.code Base example v3 Code System ActCode 📦3.0.0 THO v6.5
    Organizer.statusCode.​code Base required Result Status . 📦20240606 VSAC v0.23
    Organizer.specimen.specimenRole.​specimenPlayingEntity.​code Base preferred Specimen type . 📦20240606 VSAC v0.23

    Constraints

    Id Grade Path(s) Description Expression
    4537-19218 warning Organizer.code **SHOULD** be selected from LOINC (codeSystem 2.16.840.1.113883.6.1) **OR** SNOMED CT (codeSystem 2.16.840.1.113883.6.96), and **MAY** be selected from CPT (codeSystem 2.16.840.1.113883.6.12) (CONF:4537-19218). codeSystem = '2.16.840.1.113883.6.1' or codeSystem = '2.16.840.1.113883.6.96'
    should-author warning Organizer SHOULD contain author author.exists()
    should-sdtcCategory warning Organizer SHOULD contain sdtcCategory sdtcCategory.exists()
    should-sdtctext-ref-value warning Organizer SHOULD contain text/reference/@value sdtcText.reference.value.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-sdtcCategory, 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:result-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.1
    ..... @extension 1..1 st Required Pattern: 2023-05-01
    ... @classCode 1..1 cs Binding: XActClassDocumentEntryOrganizer (2.0.0) (required)
    ... @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)
    Binding: DiagnosticServiceSectionCodes (preferred)
    ... code C 1..1 CD Binding: v3 Code System ActCode (example)
    Additional BindingsPurposeDocumentation
    Common LOINC Lab Codes . Preferred
    Common Lab Tests
    Radiology Procedures (LOINC) . Preferred
    Radiology
    Clinical Tests . Preferred
    Clinical Test

    Constraints: 4537-19218
    ... 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 Binding: ActStatus (required)
    .... @code 1..1 cs Binding: Result Status . (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 0..1 IVL_TS The effectiveTime is an interval that spans the effectiveTimes of the contained result observations. Because all contained result observations have a required time stamp, it is not required that this effectiveTime be populated.
    .... @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 1..1 IVXB_TS
    ... subject 0..1 Subject
    ... specimen 0..* Specimen When an organizer is for laboratory, observations are expected to include the specimen participant. The specimen included at specimenPlayingEntity/code must be consistent with the observation/code.
    .... @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: CDAParticipationType (required)
    Fixed Value: SPC
    .... specimenRole 1..1 SpecimenRole 𝗨𝗦𝗖𝗗𝗜: Specimen Identifier
    ..... @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: RoleClassSpecimen (required)
    Fixed Value: SPEC
    ..... id 1..* II
    ..... sdtcIdentifiedBy 0..* IdentifiedBy XML Namespace: urn:hl7-org:sdtc
    XML: identifiedBy (urn:hl7-org:sdtc)
    ..... specimenPlayingEntity 1..1 PlayingEntity 𝗨𝗦𝗖𝗗𝗜: Specimen Type
    ...... @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: EntityClassRoot (required)
    ...... @determinerCode 0..1 cs Binding: EntityDeterminer (required)
    Fixed Value: INSTANCE
    ...... code 1..1 CE Binding: Specimen type . (preferred)
    ...... quantity 0..* PQ
    ...... name 0..* PN
    ...... sdtcBirthTime 0..1 TS XML Namespace: urn:hl7-org:sdtc
    XML: birthTime (urn:hl7-org:sdtc)
    ...... desc 0..1 ED
    ... performer 0..* Performer2
    ... author 0..* AuthorParticipation
    ... informant 0..* Informant
    ... participant 0..* Participant2
    ... 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:observation, profile:procedure
    .... component:resultObs 1..* OrganizerComponent 𝗨𝗦𝗖𝗗𝗜: Values/Results
    ..... @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 0..1 Act
    ..... encounter 0..1 Encounter
    ..... observation 1..1 ResultObservation
    ..... 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:specimenProc 0..1 OrganizerComponent 𝗨𝗦𝗖𝗗𝗜: Specimen Condition Acceptability
    ..... @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 0..1 Act
    ..... encounter 0..1 Encounter
    ..... observation 0..1 Observation
    ..... observationMedia 0..1 ObservationMedia
    ..... organizer 0..1 Organizer
    ..... procedure 1..1 SpecimenCollectionProcedure
    ..... 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:result-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.sdtcCategory Base preferred Diagnostic Service Section Codes 📦5.0.0 FHIR Std.
    Organizer.code Base example v3 Code System ActCode 📦3.0.0 THO v6.5
    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 Result Status . 📦20240606 VSAC v0.23
    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.specimen.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.specimen.typeId.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.specimen.typeCode Base required CDAParticipationType 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.specimen.specimenRole.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.specimen.specimenRole.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.specimen.specimenRole.​classCode Base required RoleClassSpecimen 📦3.0.0 THO v6.5
    Organizer.specimen.specimenRole.​specimenPlayingEntity.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.specimen.specimenRole.​specimenPlayingEntity.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.specimen.specimenRole.​specimenPlayingEntity.​classCode Base required EntityClassRoot 📦3.0.0 THO v6.5
    Organizer.specimen.specimenRole.​specimenPlayingEntity.​determinerCode Base required EntityDeterminer 📦3.0.0 THO v6.5
    Organizer.specimen.specimenRole.​specimenPlayingEntity.​code Base preferred Specimen type . 📦20240606 VSAC v0.23
    Organizer.component:resultObs.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:resultObs.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:resultObs.​typeCode Base required ActRelationshipHasComponent 📦3.0.0 THO v6.5
    Organizer.component:specimenProc.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:specimenProc.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:specimenProc.​typeCode Base required ActRelationshipHasComponent 📦3.0.0 THO v6.5

    Constraints

    Id Grade Path(s) Description Expression
    4537-19218 warning Organizer.code **SHOULD** be selected from LOINC (codeSystem 2.16.840.1.113883.6.1) **OR** SNOMED CT (codeSystem 2.16.840.1.113883.6.96), and **MAY** be selected from CPT (codeSystem 2.16.840.1.113883.6.12) (CONF:4537-19218). codeSystem = '2.16.840.1.113883.6.1' or codeSystem = '2.16.840.1.113883.6.96'
    II-1 error Organizer.typeId, Organizer.specimen.typeId, Organizer.specimen.specimenRole.typeId, Organizer.specimen.specimenRole.specimenPlayingEntity.typeId, Organizer.component:resultObs.typeId, Organizer.component:specimenProc.typeId An II instance must have either a root or an nullFlavor. root.exists() or nullFlavor.exists()
    should-author warning Organizer SHOULD contain author author.exists()
    should-sdtcCategory warning Organizer SHOULD contain sdtcCategory sdtcCategory.exists()
    should-sdtctext-ref-value warning Organizer SHOULD contain text/reference/@value sdtcText.reference.value.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-sdtcCategory, 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:result-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.1
    ..... @extension 1..1 st Required Pattern: 2023-05-01
    ... @classCode 1..1 cs Binding: XActClassDocumentEntryOrganizer (2.0.0) (required)
    ... @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)
    Binding: DiagnosticServiceSectionCodes (preferred)
    ... code C 1..1 CD Binding: v3 Code System ActCode (example)
    Additional BindingsPurposeDocumentation
    Common LOINC Lab Codes . Preferred
    Common Lab Tests
    Radiology Procedures (LOINC) . Preferred
    Radiology
    Clinical Tests . Preferred
    Clinical Test

    Constraints: 4537-19218
    ... 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 Binding: ActStatus (required)
    .... @code 1..1 cs Binding: Result Status . (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 0..1 IVL_TS The effectiveTime is an interval that spans the effectiveTimes of the contained result observations. Because all contained result observations have a required time stamp, it is not required that this effectiveTime be populated.
    .... @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 1..1 IVXB_TS
    ... subject 0..1 Subject
    ... specimen 0..* Specimen When an organizer is for laboratory, observations are expected to include the specimen participant. The specimen included at specimenPlayingEntity/code must be consistent with the observation/code.
    .... @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: CDAParticipationType (required)
    Fixed Value: SPC
    .... specimenRole 1..1 SpecimenRole 𝗨𝗦𝗖𝗗𝗜: Specimen Identifier
    ..... @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: RoleClassSpecimen (required)
    Fixed Value: SPEC
    ..... id 1..* II
    ..... sdtcIdentifiedBy 0..* IdentifiedBy XML Namespace: urn:hl7-org:sdtc
    XML: identifiedBy (urn:hl7-org:sdtc)
    ..... specimenPlayingEntity 1..1 PlayingEntity 𝗨𝗦𝗖𝗗𝗜: Specimen Type
    ...... @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: EntityClassRoot (required)
    ...... @determinerCode 0..1 cs Binding: EntityDeterminer (required)
    Fixed Value: INSTANCE
    ...... code 1..1 CE Binding: Specimen type . (preferred)
    ...... quantity 0..* PQ
    ...... name 0..* PN
    ...... sdtcBirthTime 0..1 TS XML Namespace: urn:hl7-org:sdtc
    XML: birthTime (urn:hl7-org:sdtc)
    ...... desc 0..1 ED
    ... performer 0..* Performer2
    ... author 0..* AuthorParticipation
    ... informant 0..* Informant
    ... participant 0..* Participant2
    ... 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:observation, profile:procedure
    .... component:resultObs 1..* OrganizerComponent 𝗨𝗦𝗖𝗗𝗜: Values/Results
    ..... @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 0..1 Act
    ..... encounter 0..1 Encounter
    ..... observation 1..1 ResultObservation
    ..... 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:specimenProc 0..1 OrganizerComponent 𝗨𝗦𝗖𝗗𝗜: Specimen Condition Acceptability
    ..... @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 0..1 Act
    ..... encounter 0..1 Encounter
    ..... observation 0..1 Observation
    ..... observationMedia 0..1 ObservationMedia
    ..... organizer 0..1 Organizer
    ..... procedure 1..1 SpecimenCollectionProcedure
    ..... 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:result-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.sdtcCategory Base preferred Diagnostic Service Section Codes 📦5.0.0 FHIR Std.
    Organizer.code Base example v3 Code System ActCode 📦3.0.0 THO v6.5
    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 Result Status . 📦20240606 VSAC v0.23
    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.specimen.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.specimen.typeId.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.specimen.typeCode Base required CDAParticipationType 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.specimen.specimenRole.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.specimen.specimenRole.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.specimen.specimenRole.​classCode Base required RoleClassSpecimen 📦3.0.0 THO v6.5
    Organizer.specimen.specimenRole.​specimenPlayingEntity.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.specimen.specimenRole.​specimenPlayingEntity.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.specimen.specimenRole.​specimenPlayingEntity.​classCode Base required EntityClassRoot 📦3.0.0 THO v6.5
    Organizer.specimen.specimenRole.​specimenPlayingEntity.​determinerCode Base required EntityDeterminer 📦3.0.0 THO v6.5
    Organizer.specimen.specimenRole.​specimenPlayingEntity.​code Base preferred Specimen type . 📦20240606 VSAC v0.23
    Organizer.component:resultObs.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:resultObs.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:resultObs.​typeCode Base required ActRelationshipHasComponent 📦3.0.0 THO v6.5
    Organizer.component:specimenProc.​nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:specimenProc.​typeId.nullFlavor Base required CDANullFlavor 📦2.0.1-sd Clinical Document Architecture v2.0
    Organizer.component:specimenProc.​typeCode Base required ActRelationshipHasComponent 📦3.0.0 THO v6.5

    Constraints

    Id Grade Path(s) Description Expression
    4537-19218 warning Organizer.code **SHOULD** be selected from LOINC (codeSystem 2.16.840.1.113883.6.1) **OR** SNOMED CT (codeSystem 2.16.840.1.113883.6.96), and **MAY** be selected from CPT (codeSystem 2.16.840.1.113883.6.12) (CONF:4537-19218). codeSystem = '2.16.840.1.113883.6.1' or codeSystem = '2.16.840.1.113883.6.96'
    II-1 error Organizer.typeId, Organizer.specimen.typeId, Organizer.specimen.specimenRole.typeId, Organizer.specimen.specimenRole.specimenPlayingEntity.typeId, Organizer.component:resultObs.typeId, Organizer.component:specimenProc.typeId An II instance must have either a root or an nullFlavor. root.exists() or nullFlavor.exists()
    should-author warning Organizer SHOULD contain author author.exists()
    should-sdtcCategory warning Organizer SHOULD contain sdtcCategory sdtcCategory.exists()
    should-sdtctext-ref-value warning Organizer SHOULD contain text/reference/@value sdtcText.reference.value.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: 10 elements(6 nested mandatory elements)
    Prohibited: 1 element

    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 2 is sliced based on the values of Organizer.component

     

    Other representations of profile: CSV, Excel