Validated Healthcare Directory
0.2.0 - CI Build United States of America flag

Validated Healthcare Directory, published by HL7 International - Patient Administration Work Group. This is not an authorized publication; it is the continuous build for version 0.2.0). This version is based on the current content of https://github.com/HL7/VhDir/ and changes regularly. See the Directory of published versions

: VhDir Digital Certificate Code System - TTL Representation

Active as of 2018-02-21

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "digitalcertificate"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/uv/vhdir/CodeSystem/digitalcertificate"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.2.0"] ; # 
  fhir:name [ fhir:v "VhDirDigitalCertificate"] ; # 
  fhir:title [ fhir:v "VhDir Digital Certificate Code System"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2018-02-21"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 International - Patient Administration Work Group"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 International - Patient Administration Work Group" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pafm" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "pafm@lists.HL7.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Public key infrastructure (PKI) refers to the architecture, organizations, techniques, practices, and procedures that collectively support the implementation and operation of a certificate-based public key cryptographic system. A certificate is a set of data that uniquely identifies a key pair and an owner that is authorized to use the key pair. The certificate contains the owner’s public key and other information, and is digitally signed by a Certification Authority (i.e., a trusted party), thereby binding the public key to the owner. This code system includes terms describing various aspects of a certificate-based public key cryptographic system, such as applicable standards, types of certificates, uses of certificates, and associated trust frameworks."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "Used by permission of HL7 International all rights reserved Creative Commons License"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "TLS/SSL" ] ;
fhir:display [ fhir:v "TLS/SSL" ] ;
fhir:definition [ fhir:v "A certificate for a device such as a server or router, used to authenticate the device and establish secure communications between the device and a client." ]
  ] [
fhir:code [ fhir:v "device" ] ;
fhir:display [ fhir:v "Device" ] ;
fhir:definition [ fhir:v "A certificate used to verify the identity of a device." ]
  ] [
fhir:code [ fhir:v "grp" ] ;
fhir:display [ fhir:v "Group" ] ;
fhir:definition [ fhir:v "A certificate for a collection of individual subscribers acting in a shared capacity, such as an organization." ]
  ] [
fhir:code [ fhir:v "ind" ] ;
fhir:display [ fhir:v "Individual" ] ;
fhir:definition [ fhir:v "A certificate for a single person." ]
  ] [
fhir:code [ fhir:v "role" ] ;
fhir:display [ fhir:v "Role based" ] ;
fhir:definition [ fhir:v "A certificate for a specific role on behalf of which a subscriber is authorized to act, such as a Chief Information Officer." ]
  ] [
fhir:code [ fhir:v "signing" ] ;
fhir:display [ fhir:v "Signing" ] ;
fhir:definition [ fhir:v "A certificate issued for the purpose of digitally signing information to confirm the author and guarantee that the content has not been altered or corrupted since it was signed by use of a cryptographic hash." ]
  ] [
fhir:code [ fhir:v "encrypt" ] ;
fhir:display [ fhir:v "Encryption" ] ;
fhir:definition [ fhir:v "A certificate containing a public key that can encrypt or decrypt electronic messages, files, documents, or data transmissions, or establish or exchange a session key for these same purposes." ]
  ] [
fhir:code [ fhir:v "auth" ] ;
fhir:display [ fhir:v "Authentication" ] ;
fhir:definition [ fhir:v "A certificate which can be used to obtain assurance of the accuracy of the claimed identity of an entity." ]
  ] [
fhir:code [ fhir:v "x.509v3" ] ;
fhir:display [ fhir:v "x.509v3" ] ;
fhir:definition [ fhir:v "A standard published by the International Telecommunication Union’s Telecommunication Standardization Sector (ITU-T) that defines a framework for public-key certificates, including specification of data objects used to represent the certificates themselves." ]
  ] [
fhir:code [ fhir:v "direct" ] ;
fhir:display [ fhir:v "DirectTrust" ] ;
fhir:definition [ fhir:v "DirectTrust is a non-profit health care industry alliance that has established and maintains rules, standards, and policies associated with the operation of the security and trust-in-identity layer for Direct exchange." ]
  ] [
fhir:code [ fhir:v "FPKI" ] ;
fhir:display [ fhir:v "Federal Public Key Infrastructure (FPKI)/Federal Trust Framework" ] ;
fhir:definition [ fhir:v "The Federal Public Key Infrastructure (FPKI) Program provides the government with a trust framework and infrastructure to administer digital certificates and public-private key pairs. FPKI consists of a network of Certification Authorities (CAs) that issue Personal Identity Verification (PIV) credentials and person identity certificates, PIV-interoperable credentials and person identity certificates, other person identity certificates, and enterprise device identity certificates." ]
  ] [
fhir:code [ fhir:v "SAFEBioP" ] ;
fhir:display [ fhir:v "SAFE-BioPharma" ] ;
fhir:definition [ fhir:v "The SAFE-BioPharma Association develops and maintains policies and practices used by identity credential issuers. SAFE-BioPharma examines and certifies that the identity proofing, credential issuance, and credential management policies and practices of electronic identity credential issuers are comparable to Federal Identity, Credential, and Access Management (FICAM) requirements." ]
  ] [
fhir:code [ fhir:v "ONCTEF" ] ;
fhir:display [ fhir:v "ONC Trusted Exchange Framework (TEF)" ] ;
fhir:definition [ fhir:v "The TEF outlines a common set of principles for trusted exchange and minimum terms and conditions for trusted exchange to bridge the gap between providers’ and patients’ information systems and enable interoperability across disparate health information networks (HINs)." ]
  ] [
fhir:code [ fhir:v "NATE" ] ;
fhir:display [ fhir:v "National Association for Trusted Exchange (NATE)" ] ;
fhir:definition [ fhir:v "NATE Blue Button for Consumers (NBB4C) Trust Bundle contains trust anchors of consumer-facing applications (CFAs) that utilize Direct to securely move data from one application to another. Participation in the NBB4C Trust Bundle facilitates secure exchange of health information from provider-controlled applications to consumer-controlled applications such as personal health records (PHRs) using Direct secure messaging protocols." ]
  ] [
fhir:code [ fhir:v "other" ] ;
fhir:display [ fhir:v "other" ] ;
fhir:definition [ fhir:v "A trust framework other than DirectTrust, FPKI/Federal Trust Framework, SAFE-BioPharma, NATE Blue Button for Consumers Trust Bundle, or ONC Trusted Exchange Framework." ]
  ] ) . #