NHDR Implementation Guide Release 1.0, published by NHDR. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/UP-Manila-SILab/PhilHealth-NHDR-IG-Review/ and changes regularly. See the Directory of published versions
: Signature Type - Local - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "SignatureTypeCS"] ; #
fhir:language [ fhir:v "en-US"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xml:lang=\"en-US\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en-US\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem SignatureTypeCS</b></p><a name=\"SignatureTypeCS\"> </a><a name=\"hcSignatureTypeCS\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en-US</p></div><p>This case-sensitive code system <code>https://nhdr.gov.ph/fhir/CodeSystem/SignatureTypeCS</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">1.2.840.10065.1.12.1.19<a name=\"SignatureTypeCS-1.462.46840.4610065.461.4612.461.4619\"> </a></td><td>Thumbmark Signature</td><td>The thumbmark signature of the primary or sole author of a health information document.</td></tr><tr><td style=\"white-space:nowrap\">1.2.840.10065.1.12.1.20<a name=\"SignatureTypeCS-1.462.46840.4610065.461.4612.461.4620\"> </a></td><td>Electronic Signature</td><td>The digital authentication or authorization by the author, entered through a computer system.</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://nhdr.gov.ph/fhir/CodeSystem/SignatureTypeCS"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "SignatureTypeCS"] ; #
fhir:title [ fhir:v "Signature Type - Local"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-09-02T01:03:21+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "NHDR"] ; #
fhir:contact ( [
fhir:name [ fhir:v "NHDR" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://nhdr.gov.ph" ] ] )
] ) ; #
fhir:description [ fhir:v "Defines the types of signatures used for authentication and verification in health information exchange."] ; #
fhir:copyright [ fhir:v "Used by permission of HL7 International, all rights reserved Creative Commons License. Licensed Under Creative Commons. No Rights Reserved."] ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "1.2.840.10065.1.12.1.19" ] ;
fhir:display [ fhir:v "Thumbmark Signature" ] ;
fhir:definition [ fhir:v "The thumbmark signature of the primary or sole author of a health information document." ]
] [
fhir:code [ fhir:v "1.2.840.10065.1.12.1.20" ] ;
fhir:display [ fhir:v "Electronic Signature" ] ;
fhir:definition [ fhir:v "The digital authentication or authorization by the author, entered through a computer system." ]
] ) . #