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

FHIR IG Statistics: ValueSet/CDASignatureCode

Packageau.digitalhealth.cda.schema
TypeValueSet
IdCDASignatureCode
FHIR VersionR5
Sourcehttp://ns.electronichealth.net.au/cda/https://build.fhir.org/ig/AuDigitalHealth/cda-au-schema/ValueSet-CDASignatureCode.html
URLhttp://hl7.org/cda/stds/core/ValueSet/CDASignatureCode
Version1.0.0
Statusdraft
Date2025-07-21T22:05:27+00:00
NameCDASignatureCode
TitleCDASignatureCode
Realmau
Authoritynational
DescriptionA set of codes specifying whether and how the participant has attested his participation through a signature - limited to values allowed in original CDA definition. **Note:** CDA Release One represented either an intended (`X`) or actual (`S`) authenticator. CDA Release Two only represents an actual authenticator, so has deprecated the value of `X`.

Resources that use this resource

StructureDefinition
AuthenticatorAuthenticator (CDA Class)
LegalAuthenticatorLegalAuthenticator (CDA Class)
au-LegalAuthenticatorADHA LegalAuthenticator (CDA Class)

Resources that this resource uses

CodeSystem
v3-ParticipationSignatureParticipationSignature
v3-ParticipationSignatureParticipationSignature

Narrative

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

Generated Narrative: ValueSet CDASignatureCode

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ParticipationSignature version 2.1.0
    CodeDisplayDefinition
    SsignedSignature has been affixed, either written on file, or electronic (incl. digital) signature in Participation.signatureText.
    XrequiredA signature for the service is required of this actor.

Source

{
  "resourceType": "ValueSet",
  "id": "CDASignatureCode",
  "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/CDASignatureCode",
  "version": "1.0.0",
  "name": "CDASignatureCode",
  "title": "CDASignatureCode",
  "status": "draft",
  "experimental": false,
  "date": "2025-07-21T22:05:27+00:00",
  "description": "A set of codes specifying whether and how the participant has attested his participation through a signature - limited to values allowed in original CDA definition.\n\n**Note:** CDA Release One represented either an intended (`X`) or actual (`S`) authenticator. CDA Release Two only represents an actual authenticator, so has deprecated the value of `X`.",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationSignature",
        "version": "2.1.0",
        "concept": [
          {
            "code": "S"
          },
          {
            "code": "X"
          }
        ]
      }
    ]
  }
}