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

FHIR IG Statistics: CodeSystem/SignatureTypeCS

PackagePHCDI
TypeCodeSystem
IdSignatureTypeCS
FHIR VersionR4
Sourcehttps://nhdr.gov.ph/fhir/https://build.fhir.org/ig/PROJ-PHILHEALTH-EA-NHDR/PhilHealth-NHDR-IG-Review/CodeSystem-SignatureTypeCS.html
URLhttps://nhdr.gov.ph/fhir/CodeSystem/SignatureTypeCS
Version0.1.0
Statusactive
Date2025-06-25T07:49:09+00:00
NameSignatureTypeCS
TitleSignature Type - Local
DescriptionDefines the types of signatures used for authentication and verification in health information exchange.
CopyrightUsed by permission of HL7 International, all rights reserved Creative Commons License. Licensed Under Creative Commons. No Rights Reserved.
Contentcomplete

Resources that use this resource

ValueSet
SignatureTypeVSSignature Type

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem SignatureTypeCS

Language: en-US

This case-sensitive code system https://nhdr.gov.ph/fhir/CodeSystem/SignatureTypeCS defines the following codes:

CodeDisplayDefinition
1.2.840.10065.1.12.1.19 Thumbmark SignatureThe thumbmark signature of the primary or sole author of a health information document.
1.2.840.10065.1.12.1.20 Electronic SignatureThe digital authentication or authorization by the author, entered through a computer system.

Source

{
  "resourceType": "CodeSystem",
  "id": "SignatureTypeCS",
  "language": "en-US",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://nhdr.gov.ph/fhir/CodeSystem/SignatureTypeCS",
  "version": "0.1.0",
  "name": "SignatureTypeCS",
  "title": "Signature Type - Local",
  "status": "active",
  "experimental": false,
  "date": "2025-06-25T07:49:09+00:00",
  "publisher": "NHDR",
  "contact": [
    {
      "name": "NHDR",
      "telecom": [
        {
          "system": "url",
          "value": "https://nhdr.gov.ph"
        }
      ]
    }
  ],
  "description": "Defines the types of signatures used for authentication and verification in health information exchange.",
  "copyright": "Used by permission of HL7 International, all rights reserved Creative Commons License. Licensed Under Creative Commons. No Rights Reserved.",
  "caseSensitive": true,
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "1.2.840.10065.1.12.1.19",
      "display": "Thumbmark Signature",
      "definition": "The thumbmark signature of the primary or sole author of a health information document. "
    },
    {
      "code": "1.2.840.10065.1.12.1.20",
      "display": "Electronic Signature",
      "definition": "The digital authentication or authorization by the author, entered through a computer system."
    }
  ]
}