@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/HansSoloPatientAccessEndpoint> a fhir:Endpoint ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "HansSoloPatientAccessEndpoint"] ; # 
  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:l <http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Endpoint>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en-US"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     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 HansSoloPatientAccessEndpoint</b></p><a name=\"HansSoloPatientAccessEndpoint\"> </a><a name=\"hcHansSoloPatientAccessEndpoint\"> </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 Endpoint Profile</a></p></div><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-endpoint-connection-type.html#endpoint-connection-type-hl7-fhir-rest\">Endpoint Connection Type: hl7-fhir-rest</a> (HL7 FHIR) (version = 2.1.1 )</p><p><b>name</b>: Hans Solo Endpoint for Patient Access</p><p><b>payloadType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/data-absent-reason not-applicable}\">Not Applicable</span></p><p><b>payloadMimeType</b>: application/fhir+json, application/fhir+xml</p><p><b>address</b>: hanssolo-patient-access-endpoint@example.org</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:connectionType [
     fhir:system [
       fhir:v "http://terminology.hl7.org/CodeSystem/endpoint-connection-type"^^xsd:anyURI ;
       fhir:l <http://terminology.hl7.org/CodeSystem/endpoint-connection-type>
     ] ;
     fhir:version [ fhir:v "2.1.1" ] ;
     fhir:code [ fhir:v "hl7-fhir-rest" ]
  ] ; # 
  fhir:name [ fhir:v "Hans Solo Endpoint for Patient Access"] ; # 
  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:payloadMimeType ( [ fhir:v "application/fhir+json"] [ fhir:v "application/fhir+xml"] ) ; # 
  fhir:address [
     fhir:v "hanssolo-patient-access-endpoint@example.org"^^xsd:anyURI ;
     fhir:l fhir:hanssolo-patient-access-endpoint@example.org
  ] . # 

# -------------------------------------------------------------------------------------

