This page is part of the National Directory of Healthcare Providers and Services (NDH) Implementation Guide (v1.0.0-ballot: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
: HansSoloPatientAccessEndpoint - TTL Representation
Raw ttl | Download
@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: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: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><b>Generated Narrative: Endpoint</b><a name=\"HansSoloPatientAccessEndpoint\"> </a></p><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\">Resource Endpoint "HansSoloPatientAccessEndpoint" 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 Usecase</b></p><blockquote><p><b>url</b></p><code>endpointUsecasetype</code></blockquote><p><b>value</b>: Patient Access <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-NdhFhirEndpointUseCaseCS.html\">NDH FHIR Endpoint Use Case Code System</a>#patientAccess)</span></p></blockquote><p><b>status</b>: active</p><p><b>connectionType</b>: HL7 FHIR (Details: http://terminology.hl7.org/CodeSystem/endpoint-connection-type code hl7-fhir-rest = 'HL7 FHIR', stated as 'null')</p><p><b>name</b>: Hans Solo Endpoint for Patient Access</p><p><b>payloadType</b>: Not Applicable <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-EndpointPayloadTypeCS.html\">Endpoint Payload Types Code System</a>#NA)</span></p><p><b>payloadMimeType</b>: application/fhir+json, application/fhir+xml</p><p><b>address</b>: <code>hanssolo-patient-access-endpoint@hanssolo.org</code></p></div>"
] ; #
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/NdhFhirEndpointUseCaseCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "patientAccess" ] ] ) ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-endpoint-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: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://hl7.org/fhir/us/ndh/CodeSystem/EndpointPayloadTypeCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NA" ] ] )
] ) ; #
fhir:payloadMimeType ( [ fhir:v "application/fhir+json"] [ fhir:v "application/fhir+xml"] ) ; #
fhir:address [ fhir:v "hanssolo-patient-access-endpoint@hanssolo.org"^^xsd:anyURI] . #