FHIR IG Statistics: ValueSet/CDASignatureCode
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://terminology.hl7.org/CodeSystem/v3-ParticipationSignature
version 2.1.0
Code | Display | Definition |
S | signed | Signature has been affixed, either written on file, or electronic (incl. digital) signature in Participation.signatureText. |
X | required | A 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"
}
]
}
]
}
}