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-ballot 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
Active as of 2024-11-01 |
@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 "EndpointConnectionTypeCS"] ; #
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 EndpointConnectionTypeCS</b></p><a name=\"EndpointConnectionTypeCS\"> </a><a name=\"hcEndpointConnectionTypeCS\"> </a><a name=\"EndpointConnectionTypeCS-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/us/ndh/CodeSystem/EndpointConnectionTypeCS</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\">hl7-fhir-opn<a name=\"EndpointConnectionTypeCS-hl7-fhir-opn\"> </a></td><td>HL7 FHIR Operation</td><td>Interact with a FHIR server interface using FHIR's RESTful interface using an operation other than messaging. For details on its version/capabilities you should connect the value in Endpoint.address and retrieve the FHIR CapabilityStatement.</td></tr><tr><td style=\"white-space:nowrap\">rest-non-fhir<a name=\"EndpointConnectionTypeCS-rest-non-fhir\"> </a></td><td>REST (not FHIR)</td><td>Interact with a server using HTTP/REST but not FHIR. Should be used for web portals.</td></tr><tr><td style=\"white-space:nowrap\">ihe-xcpd<a name=\"EndpointConnectionTypeCS-ihe-xcpd\"> </a></td><td>IHE XCPD</td><td>IHE Cross Community Patient Discovery Profile (XCPD) - http://wiki.ihe.net/index.php/Cross-Community_Patient_Discovery</td></tr><tr><td style=\"white-space:nowrap\">ihe-xca<a name=\"EndpointConnectionTypeCS-ihe-xca\"> </a></td><td>IHE XCA</td><td>IHE Cross Community Access Profile (XCA) - http://wiki.ihe.net/index.php/Cross-Community_Access</td></tr><tr><td style=\"white-space:nowrap\">ihe-xdr<a name=\"EndpointConnectionTypeCS-ihe-xdr\"> </a></td><td>IHE XDR</td><td>IHE Cross-Enterprise Document Reliable Exchange (XDR) - http://wiki.ihe.net/index.php/Cross-enterprise_Document_Reliable_Interchange</td></tr><tr><td style=\"white-space:nowrap\">ihe-xds<a name=\"EndpointConnectionTypeCS-ihe-xds\"> </a></td><td>IHE XDS</td><td>IHE Cross-Enterprise Document Sharing (XDS) - http://wiki.ihe.net/index.php/Cross-Enterprise_Document_Sharing</td></tr><tr><td style=\"white-space:nowrap\">ihe-iid<a name=\"EndpointConnectionTypeCS-ihe-iid\"> </a></td><td>IHE IID</td><td>IHE Invoke Image Display (IID) - http://wiki.ihe.net/index.php/Invoke_Image_Display</td></tr><tr><td style=\"white-space:nowrap\">ihe-pdq<a name=\"EndpointConnectionTypeCS-ihe-pdq\"> </a></td><td>IHE PDQ</td><td>IHE Patient Demographics Query (PDQ) - http://wiki.ihe.net/index.php/Patient_Demographics_Query</td></tr><tr><td style=\"white-space:nowrap\">ihe-pix<a name=\"EndpointConnectionTypeCS-ihe-pix\"> </a></td><td>IHE PIX</td><td>IHE Patient Identity Feed (PIX) - http://wiki.ihe.net/index.php/Patient_Identity_Feed</td></tr><tr><td style=\"white-space:nowrap\">ihe-mhd<a name=\"EndpointConnectionTypeCS-ihe-mhd\"> </a></td><td>IHE MHD</td><td>IHE Mobile Healthcare (MHD) - http://wiki.ihe.net/index.php/Mobile_Healthcare</td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "pa" ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/us/ndh/CodeSystem/EndpointConnectionTypeCS"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0-ballot"] ; #
fhir:name [ fhir:v "EndpointConnectionTypeCS"] ; #
fhir:title [ fhir:v "Endpoint Connection Types (additional) Code System"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-11-01T19:22:54+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 "Extension codes for http://terminology.hl7.org/CodeSystem/endpoint-connection-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"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "10"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "hl7-fhir-opn" ] ;
fhir:display [ fhir:v "HL7 FHIR Operation" ] ;
fhir:definition [ fhir:v "Interact with a FHIR server interface using FHIR's RESTful interface using an operation other than messaging. For details on its version/capabilities you should connect the value in Endpoint.address and retrieve the FHIR CapabilityStatement." ]
] [
fhir:code [ fhir:v "rest-non-fhir" ] ;
fhir:display [ fhir:v "REST (not FHIR)" ] ;
fhir:definition [ fhir:v "Interact with a server using HTTP/REST but not FHIR. Should be used for web portals." ]
] [
fhir:code [ fhir:v "ihe-xcpd" ] ;
fhir:display [ fhir:v "IHE XCPD" ] ;
fhir:definition [ fhir:v "IHE Cross Community Patient Discovery Profile (XCPD) - http://wiki.ihe.net/index.php/Cross-Community_Patient_Discovery" ]
] [
fhir:code [ fhir:v "ihe-xca" ] ;
fhir:display [ fhir:v "IHE XCA" ] ;
fhir:definition [ fhir:v "IHE Cross Community Access Profile (XCA) - http://wiki.ihe.net/index.php/Cross-Community_Access" ]
] [
fhir:code [ fhir:v "ihe-xdr" ] ;
fhir:display [ fhir:v "IHE XDR" ] ;
fhir:definition [ fhir:v "IHE Cross-Enterprise Document Reliable Exchange (XDR) - http://wiki.ihe.net/index.php/Cross-enterprise_Document_Reliable_Interchange" ]
] [
fhir:code [ fhir:v "ihe-xds" ] ;
fhir:display [ fhir:v "IHE XDS" ] ;
fhir:definition [ fhir:v "IHE Cross-Enterprise Document Sharing (XDS) - http://wiki.ihe.net/index.php/Cross-Enterprise_Document_Sharing" ]
] [
fhir:code [ fhir:v "ihe-iid" ] ;
fhir:display [ fhir:v "IHE IID" ] ;
fhir:definition [ fhir:v "IHE Invoke Image Display (IID) - http://wiki.ihe.net/index.php/Invoke_Image_Display" ]
] [
fhir:code [ fhir:v "ihe-pdq" ] ;
fhir:display [ fhir:v "IHE PDQ" ] ;
fhir:definition [ fhir:v "IHE Patient Demographics Query (PDQ) - http://wiki.ihe.net/index.php/Patient_Demographics_Query" ]
] [
fhir:code [ fhir:v "ihe-pix" ] ;
fhir:display [ fhir:v "IHE PIX" ] ;
fhir:definition [ fhir:v "IHE Patient Identity Feed (PIX) - http://wiki.ihe.net/index.php/Patient_Identity_Feed" ]
] [
fhir:code [ fhir:v "ihe-mhd" ] ;
fhir:display [ fhir:v "IHE MHD" ] ;
fhir:definition [ fhir:v "IHE Mobile Healthcare (MHD) - http://wiki.ihe.net/index.php/Mobile_Healthcare" ]
] ) . #
IG © 2023+ HL7 International / Patient Administration. Package hl7.fhir.us.ndh#1.0.0-ballot based on FHIR 4.0.1. Generated 2024-11-01
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change