FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/CDAContextControl

Packageau.digitalhealth.cda.schema
TypeValueSet
IdCDAContextControl
FHIR VersionR5
Sourcehttp://ns.electronichealth.net.au/cda/https://build.fhir.org/ig/AuDigitalHealth/cda-au-schema/ValueSet-CDAContextControl.html
URLhttp://hl7.org/cda/stds/core/ValueSet/CDAContextControl
Version1.0.0
Statusdraft
Date2025-07-21T22:05:27+00:00
NameCDAContextControl
TitleCDAContextControl
Realmau
Authoritynational
DescriptionA code that specifies how an ActRelationship or Participation contributes to the context of an Act, and whether it may be propagated to descendent Acts whose association allows such propagation.

Resources that use this resource

StructureDefinition
AuthorAuthor (CDA Class)
DataEntererDataEnterer (CDA Class)
InformantInformant (CDA Class)
LegalAuthenticatorLegalAuthenticator (CDA Class)
Participant1Participant1 (CDA Class)
Participant2Participant2 (CDA Class)
RecordTargetRecordTarget (CDA Class)
SubjectSubject (CDA Class)
au-AuthorADHA Author (CDA Class)
au-InformantADHA Informant (CDA Class)
au-LegalAuthenticatorADHA LegalAuthenticator (CDA Class)
au-Participant1ADHA Participant1 (CDA Class)
au-Participant2ADHA Participant2 (CDA Class)
au-RecordTargetADHA RecordTarget (CDA Class)

Resources that this resource uses

CodeSystem
v3-ContextControlContextControl
v3-ContextControlContextControl

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet CDAContextControl

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ContextControl
    CodeDisplayDefinition
    ANadditive, non-propagatingThe association adds to the existing context associated with the Act, but will not propagate to any descendant Acts reached by conducting ActRelationships (see contextControlCode). Examples: If an 'Author' Participation were marked as "Additive, Non-Propagating" it means that the author will be added to the set of author participations that have propagated from ancestor Acts for the purpose of this Act. However only the previously propagated authors will propagate to any child Acts that allow context to be propagated.
    APadditive, propagatingThe association adds to the existing context associated with the Act, and will propagate to any descendant Acts reached by conducting ActRelationships (see contextControlCode). Examples: If an 'Author' Participation were marked as "Additive, Propagating" it means that the author will be added to the set of author participations that have propagated from ancestor Acts, and will itself propagate with the other authors to any child Acts that allow context to be propagated.
    ONoverriding, non-propagatingThe association is added to the existing context associated with the Act, but overrides an association with the same typeCode. However, this overriding association will not propagate to any descendant Acts reached by conducting ActRelationships (see contextControlCode). Examples: If an 'Author' Participation were marked as "Overriding, Non-Propagating" it means that the author will replace the set of author participations that have propagated from ancestor Acts. Furthermore, no author participations whatsoever will propagate to any child Acts that allow context to be propagated.
    OPoverriding, propagatingThe association is added to the existing context associated with the Act, but overrides an association with the same typeCode. This overriding association will propagate to any descendant Acts reached by conducting ActRelationships (see contextControlCode). Examples: If an 'Author' Participation were marked as "Overriding, Propagating" it means that the author will replace the set of author participations that have propagated from ancestor Acts, and will itself be the only author to propagate to any child Acts that allow context to be propagated.

Source

{
  "resourceType": "ValueSet",
  "id": "CDAContextControl",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://ns.electronichealth.net.au/cda/ImplementationGuide/au.digitalhealth.cda.schema"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/cda/stds/core/ValueSet/CDAContextControl",
  "version": "1.0.0",
  "name": "CDAContextControl",
  "title": "CDAContextControl",
  "status": "draft",
  "experimental": false,
  "date": "2025-07-21T22:05:27+00:00",
  "description": "A code that specifies how an ActRelationship or Participation contributes to the context of an Act, and whether it may be propagated to descendent Acts whose association allows such propagation.",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ContextControl",
        "concept": [
          {
            "code": "AN"
          },
          {
            "code": "AP"
          },
          {
            "code": "ON"
          },
          {
            "code": "OP"
          }
        ]
      }
    ]
  }
}