National Directory of Healthcare Providers & Services (NDH) Implementation Guide, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-ndh/ and changes regularly. See the Directory of published versions
Page standards status: Trial-use |
@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 "NdhTrustFrameworkTypeCS"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem NdhTrustFrameworkTypeCS</b></p><a name=\"NdhTrustFrameworkTypeCS\"> </a><a name=\"hcNdhTrustFrameworkTypeCS\"> </a><a name=\"NdhTrustFrameworkTypeCS-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/us/ndh/CodeSystem/NdhTrustFrameworkTypeCS</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\">DirectTrust<a name=\"NdhTrustFrameworkTypeCS-DirectTrust\"> </a></td><td>Direct Trust</td><td>Direct Trust revolves around the secure and reliable exchange of health information, primarily through Direct Secure Messaging.</td></tr><tr><td style=\"white-space:nowrap\">CareQuality<a name=\"NdhTrustFrameworkTypeCS-CareQuality\"> </a></td><td>Carequality</td><td>Carequality is a national-level framework that enables health information networks to connect and share patient data.</td></tr><tr><td style=\"white-space:nowrap\">Commonwell<a name=\"NdhTrustFrameworkTypeCS-Commonwell\"> </a></td><td>Commonwell</td><td>CommonWell Health Alliance is a non-profit trade association dedicated to enabling nationwide health data interoperability.</td></tr><tr><td style=\"white-space:nowrap\">TEFCA<a name=\"NdhTrustFrameworkTypeCS-TEFCA\"> </a></td><td>TEFCA</td><td>Trusted Exchange Framework and Common Agreement (TEFCA) It is a national framework designed to support the secure exchange of electronic health information across the United States</td></tr><tr><td style=\"white-space:nowrap\">PayerToPayer<a name=\"NdhTrustFrameworkTypeCS-PayerToPayer\"> </a></td><td>Payer to Payer Trust Network</td><td>Payer to Payer Trust Network</td></tr><tr><td style=\"white-space:nowrap\">Exchange<a name=\"NdhTrustFrameworkTypeCS-Exchange\"> </a></td><td>Exchange Required by Federal Regulations</td><td>Exchange Required by Federal Regulations</td></tr><tr><td style=\"white-space:nowrap\">PCDH<a name=\"NdhTrustFrameworkTypeCS-PCDH\"> </a></td><td>Patient Centered Data Home</td><td>Patient Centered Data Home</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "pa" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "trial-use" ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
a fhir:canonical ;
fhir:v "http://hl7.org/fhir/us/ndh/ImplementationGuide/hl7.fhir.us.ndh"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ndh/ImplementationGuide/hl7.fhir.us.ndh> ] ] ) ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/us/ndh/CodeSystem/NdhTrustFrameworkTypeCS"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "NdhTrustFrameworkTypeCS"] ; #
fhir:title [ fhir:v "NDH Trust FrameworkType Code System"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-04-03T15:40:03+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / Patient Administration"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Patient Administration" ] ;
( 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 "Trust Framework Type"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "7"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "DirectTrust" ] ;
fhir:display [ fhir:v "Direct Trust" ] ;
fhir:definition [ fhir:v "Direct Trust revolves around the secure and reliable exchange of health information, primarily through Direct Secure Messaging." ]
] [
fhir:code [ fhir:v "CareQuality" ] ;
fhir:display [ fhir:v "Carequality" ] ;
fhir:definition [ fhir:v "Carequality is a national-level framework that enables health information networks to connect and share patient data." ]
] [
fhir:code [ fhir:v "Commonwell" ] ;
fhir:display [ fhir:v "Commonwell" ] ;
fhir:definition [ fhir:v "CommonWell Health Alliance is a non-profit trade association dedicated to enabling nationwide health data interoperability." ]
] [
fhir:code [ fhir:v "TEFCA" ] ;
fhir:display [ fhir:v "TEFCA" ] ;
fhir:definition [ fhir:v "Trusted Exchange Framework and Common Agreement (TEFCA) It is a national framework designed to support the secure exchange of electronic health information across the United States" ]
] [
fhir:code [ fhir:v "PayerToPayer" ] ;
fhir:display [ fhir:v "Payer to Payer Trust Network" ] ;
fhir:definition [ fhir:v "Payer to Payer Trust Network" ]
] [
fhir:code [ fhir:v "Exchange" ] ;
fhir:display [ fhir:v "Exchange Required by Federal Regulations" ] ;
fhir:definition [ fhir:v "Exchange Required by Federal Regulations" ]
] [
fhir:code [ fhir:v "PCDH" ] ;
fhir:display [ fhir:v "Patient Centered Data Home" ] ;
fhir:definition [ fhir:v "Patient Centered Data Home" ]
] ) . #
IG © 2023+ HL7 International / Patient Administration. Package hl7.fhir.us.ndh#1.0.0 based on FHIR 4.0.1. Generated 2025-04-03
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change