FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.pacio-adi
Resource TypeValueSet
IdValueSet-CDASignatureCodeVS.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/fhir-pacio-adi/ValueSet-CDASignatureCodeVS.html
URLhttp://hl7.org/fhir/us/pacio-adi/ValueSet/CDASignatureCodeVS
Version2.0.0-ballot
Statusactive
Date2026-03-23T17:34:28+00:00
NameCDASignatureCodeVS
TitleCDA Signature Code
Realmus
Authorityhl7
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: This is a copy of http://hl7.org/cda/stds/core/ValueSet/CDASignatureCode and will be replaced with the recognized canonical uri once we resolve why the IG Publisher is not recognizing this uri.

Resources that use this resource

StructureDefinition
hl7.fhir.us.pacio-adi#currentadi-notaryInformation-extensionNotary Information

Resources that this resource uses

CodeSystem
hl7.terminology#currentv3-ParticipationSignatureParticipationSignature

Narrative

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

Generated Narrative: ValueSet CDASignatureCodeVS

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ParticipationSignature version 📍4.0.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.

Source1

{
  "resourceType": "ValueSet",
  "id": "CDASignatureCodeVS",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pe"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/pacio-adi/ImplementationGuide/hl7.fhir.us.pacio-adi"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/pacio-adi/ImplementationGuide/hl7.fhir.us.pacio-adi"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/pacio-adi/ValueSet/CDASignatureCodeVS",
  "version": "2.0.0-ballot",
  "name": "CDASignatureCodeVS",
  "title": "CDA Signature Code",
  "status": "active",
  "experimental": false,
  "date": "2026-03-23T17:34:28+00:00",
  "publisher": "HL7 International / Patient Empowerment",
  "contact": [
    {
      "name": "HL7 International / Patient Empowerment",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/patientempowerment"
        },
        {
          "system": "email",
          "value": "patients@lists.HL7.org"
        }
      ]
    }
  ],
  "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. Note: This is a copy of http://hl7.org/cda/stds/core/ValueSet/CDASignatureCode and will be replaced with the recognized canonical uri once we resolve why the IG Publisher is not recognizing this uri.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationSignature",
        "version": "4.0.0",
        "concept": [
          {
            "code": "S"
          },
          {
            "code": "X"
          }
        ]
      }
    ]
  }
}