@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/HansSoloDirectTrustEndpointReferrals> a fhir:Endpoint ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "HansSoloDirectTrustEndpointReferrals"] ; # 
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2023-07-01T13:26:22.0314215+00:00"^^xsd:dateTime ] ;
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Endpoint"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Endpoint>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en-US"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p class=\"res-header-id\"><b>Generated Narrative: Endpoint HansSoloDirectTrustEndpointReferrals</b></p><a name=\"HansSoloDirectTrustEndpointReferrals\"> </a><a name=\"hcHansSoloDirectTrustEndpointReferrals\"> </a><a name=\"HansSoloDirectTrustEndpointReferrals-en-US\"> </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-07-01 13:26:22+0000; Language: en-US</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ndh-Endpoint.html\">NDH Base Endpoint Profile</a></p></div><blockquote><p><b>NDH Endpoint Non FHIR Usecase</b></p><blockquote><p><b>url</b></p>endpointUsecasetype</blockquote><p><b>value</b>: <span title=\"Codes:{http://hl7.org/fhir/us/ndh/CodeSystem/NdhDirectTrustEndpointUsecaseCS referrals}\">information exchange for referrals</span></p><p><b>ig-publication</b>: <a href=\"https://example.org/directtrust/standards/ix4hs-example/referralsIG.pdf\">https://example.org/directtrust/standards/ix4hs-example/referralsIG.pdf</a></p><p><b>ig-name</b>: DirectTrust social care referrals IG</p><p><b>ig-version</b>: 1.0 Trial Implementation</p><blockquote><p><b>NDH Supported IG Actor</b></p><blockquote><p><b>url</b></p>ig-actor-name</blockquote><p><b>value</b>: Referral Recipient</p><blockquote><p><b>url</b></p>ig-actor</blockquote><p><b>value</b>: <span title=\"Codes:{http://hl7.org/fhir/us/ndh/CodeSystem/NdhIgActorCS recipient}\">recipient</span></p><p><b>payload</b>: <span title=\"Codes:{http://hl7.org/fhir/us/ndh/CodeSystem/NdhDirectTrustPayloadTypeCS urn:dt-org:dsm:ix4hs-ref:SMTP+CDA+FHIR:1.0}\">urn:dt-org:dsm:ix4hs-ref:SMTP+CDA+FHIR:1.0</span></p><p><b>mimeType</b>: application/cda+xml</p><p><b>mimeType</b>: application/fhir+xml</p><p><b>mimeType</b>: application/fhir+json</p><blockquote><p><b>url</b></p><a href=\"StructureDefinition-base-ext-combined-payload-and-mimetype.html\">NDH Combined Payload And MimeType</a></blockquote></blockquote><blockquote><p><b>url</b></p><a href=\"StructureDefinition-base-ext-ig-supported.html\">NDH Supported IG</a></blockquote></blockquote><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-endpoint-connection-type.html#endpoint-connection-type-direct-project\">Endpoint Connection Type direct-project</a>: Direct Project (version = 2.1.1 )</p><p><b>name</b>: Hans Solo Endpoint for DirectTrust</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>: hanssolodirectendpoint@example.org</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
     fhir:extension ( [
       fhir:url [ fhir:v "endpointUsecasetype"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [ fhir:v "http://hl7.org/fhir/us/ndh/CodeSystem/NdhDirectTrustEndpointUsecaseCS"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "referrals" ]
         ] )
       ]
     ] [
       fhir:extension ( [
         fhir:url [ fhir:v "ig-publication"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:uri ;
           fhir:v "https://example.org/directtrust/standards/ix4hs-example/referralsIG.pdf"^^xsd:anyURI
         ]
       ] [
         fhir:url [ fhir:v "ig-name"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:string ;
           fhir:v "DirectTrust social care referrals IG"
         ]
       ] [
         fhir:url [ fhir:v "ig-version"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:string ;
           fhir:v "1.0 Trial Implementation"
         ]
       ] [
         fhir:extension ( [
           fhir:url [ fhir:v "ig-actor-name"^^xsd:anyURI ] ;
           fhir:value [
             a fhir:string ;
             fhir:v "Referral Recipient"
           ]
         ] [
           fhir:url [ fhir:v "ig-actor"^^xsd:anyURI ] ;
           fhir:value [
             a fhir:CodeableConcept ;
             fhir:coding ( [
               fhir:system [ fhir:v "http://hl7.org/fhir/us/ndh/CodeSystem/NdhIgActorCS"^^xsd:anyURI ] ;
               fhir:code [ fhir:v "recipient" ]
             ] )
           ]
         ] [
           fhir:extension ( [
             fhir:url [ fhir:v "payload"^^xsd:anyURI ] ;
             fhir:value [
               a fhir:CodeableConcept ;
               fhir:coding ( [
                 fhir:system [ fhir:v "http://hl7.org/fhir/us/ndh/CodeSystem/NdhDirectTrustPayloadTypeCS"^^xsd:anyURI ] ;
                 fhir:code [ fhir:v "urn:dt-org:dsm:ix4hs-ref:SMTP+CDA+FHIR:1.0" ]
               ] )
             ]
           ] [
             fhir:url [ fhir:v "mimeType"^^xsd:anyURI ] ;
             fhir:value [
               a fhir:code ;
               fhir:v "application/cda+xml"
             ]
           ] [
             fhir:url [ fhir:v "mimeType"^^xsd:anyURI ] ;
             fhir:value [
               a fhir:code ;
               fhir:v "application/fhir+xml"
             ]
           ] [
             fhir:url [ fhir:v "mimeType"^^xsd:anyURI ] ;
             fhir:value [
               a fhir:code ;
               fhir:v "application/fhir+json"
             ]
           ] ) ;
           fhir:url [ fhir:v "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-combined-payload-and-mimetype"^^xsd:anyURI ]
         ] ) ;
         fhir:url [ fhir:v "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-supported-ig-actor"^^xsd:anyURI ]
       ] ) ;
       fhir:url [ fhir:v "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-ig-supported"^^xsd:anyURI ]
     ] ) ;
     fhir:url [ fhir:v "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-endpoint-non-fhir-usecase"^^xsd:anyURI ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:connectionType [
     fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/endpoint-connection-type"^^xsd:anyURI ] ;
     fhir:version [ fhir:v "2.1.1" ] ;
     fhir:code [ fhir:v "direct-project" ]
  ] ; # 
  fhir:name [ fhir:v "Hans Solo Endpoint for DirectTrust"] ; # 
  fhir:payloadType ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/data-absent-reason"^^xsd:anyURI ] ;
       fhir:version [ fhir:v "1.0.0" ] ;
       fhir:code [ fhir:v "not-applicable" ]
     ] )
  ] ) ; # 
  fhir:address [ fhir:v "hanssolodirectendpoint@example.org"^^xsd:anyURI] . # 

# -------------------------------------------------------------------------------------

