@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 -------------------------------------------------------------------

<http://hl7.org/fhir/us/ndh/Endpoint/IheEndpoint> a fhir:Endpoint ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "IheEndpoint"] ; # 
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2023-06-14T13:26:22.0314215+00:00"^^xsd:dateTime ] ;
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Endpoint"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Endpoint>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en-US"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p class=\"res-header-id\"><b>Generated Narrative: Endpoint IheEndpoint</b></p><a name=\"IheEndpoint\"> </a><a name=\"hcIheEndpoint\"> </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\">Last updated: 2023-06-14 13:26:22+0000; Language: en-US</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ndh-Endpoint.html\">NDH Endpoint Profile</a></p></div><p><b>NDH Endpoint IHE Specific Connection Type</b>: <span title=\"Codes:{https://profiles.ihe.net/ITI/mCSD/CodeSystem/MCSDEndpointTypes XCPD-InitGateway-PatientDiscovery-AsyncResponse}\">XCPD InitiatingGateway ITI-55 Cross Gateway Patient Discovery Asynchronous Response</span></p><blockquote><p><b>NDH Implementation Guide Supported</b></p><ul><li>ig-uri: <code>https://profiles.ihe.net/ITI/TF/Volume1/ch-27.html</code></li><li>ig-name: Cross-Community Patient Discovery (XCPD)</li><li>ig-usecase: <span title=\"Codes:{https://profiles.ihe.net/ITI/mCSD/CodeSystem/MCSDEndpointTypes ihe-xcpd}\">XCPD</span></li><li>ig-actor: Initiating Gateway</li><li>ig-option: Asynchronous Web Services Exchange</li></ul></blockquote><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href=\"https://profiles.ihe.net/ITI/mCSD/4.0.0/CodeSystem-MCSDEndpointTypes.html#MCSDEndpointTypes-ihe-xcpd\">mCSD Endpoint Types: ihe-xcpd</a> (XCPD)</p><p><b>name</b>: Endpoint for IHE</p><p><b>payloadType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/data-absent-reason not-applicable}\">Not Applicable</span></p><p><b>address</b>: testdirectendpoint1@ndhexample.org</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-endpoint-ihe-specific-connection-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-endpoint-ihe-specific-connection-type>
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "https://profiles.ihe.net/ITI/mCSD/CodeSystem/MCSDEndpointTypes"^^xsd:anyURI ;
           fhir:l <https://profiles.ihe.net/ITI/mCSD/CodeSystem/MCSDEndpointTypes>
         ] ;
         fhir:code [ fhir:v "XCPD-InitGateway-PatientDiscovery-AsyncResponse" ]
       ] )
     ]
  ] [
     fhir:extension ( [
       fhir:url [
         fhir:v "ig-uri"^^xsd:anyURI ;
         fhir:l fhir:ig-uri
       ] ;
       fhir:value [
         a fhir:Canonical ;
         fhir:v "https://profiles.ihe.net/ITI/TF/Volume1/ch-27.html"^^xsd:anyURI ;
         fhir:l <https://profiles.ihe.net/ITI/TF/Volume1/ch-27.html>
       ]
     ] [
       fhir:url [
         fhir:v "ig-name"^^xsd:anyURI ;
         fhir:l fhir:ig-name
       ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Cross-Community Patient Discovery (XCPD)"
       ]
     ] [
       fhir:url [
         fhir:v "ig-usecase"^^xsd:anyURI ;
         fhir:l fhir:ig-usecase
       ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [
             fhir:v "https://profiles.ihe.net/ITI/mCSD/CodeSystem/MCSDEndpointTypes"^^xsd:anyURI ;
             fhir:l <https://profiles.ihe.net/ITI/mCSD/CodeSystem/MCSDEndpointTypes>
           ] ;
           fhir:code [ fhir:v "ihe-xcpd" ]
         ] )
       ]
     ] [
       fhir:url [
         fhir:v "ig-actor"^^xsd:anyURI ;
         fhir:l fhir:ig-actor
       ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Initiating Gateway"
       ]
     ] [
       fhir:url [
         fhir:v "ig-option"^^xsd:anyURI ;
         fhir:l fhir:ig-option
       ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Asynchronous Web Services Exchange"
       ]
     ] ) ;
     fhir:url [
       fhir:v "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-implementation-guide"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-implementation-guide>
     ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:connectionType [
     fhir:system [
       fhir:v "https://profiles.ihe.net/ITI/mCSD/CodeSystem/MCSDEndpointTypes"^^xsd:anyURI ;
       fhir:l <https://profiles.ihe.net/ITI/mCSD/CodeSystem/MCSDEndpointTypes>
     ] ;
     fhir:code [ fhir:v "ihe-xcpd" ]
  ] ; # 
  fhir:name [ fhir:v "Endpoint for IHE"] ; # 
  fhir:payloadType ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/data-absent-reason"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/data-absent-reason>
       ] ;
       fhir:version [ fhir:v "1.0.0" ] ;
       fhir:code [ fhir:v "not-applicable" ]
     ] )
  ] ) ; # 
  fhir:address [
     fhir:v "testdirectendpoint1@ndhexample.org"^^xsd:anyURI ;
     fhir:l fhir:testdirectendpoint1@ndhexample.org
  ] . # 

# -------------------------------------------------------------------------------------

