Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: General Endpoint Example - 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 "Example1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-endpoint-profile"^^xsd:anyURI ;
fhir:link <https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-endpoint-profile>     ] )
  ] ; # 
  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: Endpoint Example1</b></p><a name=\"Example1\"> </a><a name=\"hcExample1\"> </a><a name=\"Example1-en-US\"> </a><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href=\"http://terminology.hl7.org/6.0.1/CodeSystem-endpoint-connection-type.html#endpoint-connection-type-direct-project\">Endpoint Connection Type</a> direct-project: Direct Project</p><p><b>name</b>: test@direct.example.com</p><p><b>managingOrganization</b>: <a href=\"Organization/LO-0\">Organization/LO-0</a></p><p><b>payloadType</b>: <span title=\"Codes:{http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem urn:hl7-org:sdwg:ccda-structuredBody:2.1}\">For documents following C-CDA 2.1 constraints using a structured body</span></p><p><b>payloadMimeType</b>: text/xml</p><p><b>address</b>: <a href=\"mailto:test@direct.example.com\">test@direct.example.com</a></p></div>"
  ] ; # 
  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 "direct-project" ] ;
fhir:display [ fhir:v "Direct Project" ]
  ] ; # 
  fhir:name [ fhir:v "test@direct.example.com"] ; # 
  fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/LO-0" ]
  ] ; # 
  fhir:payloadType ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem"^^xsd:anyURI ] ;
fhir:code [ fhir:v "urn:hl7-org:sdwg:ccda-structuredBody:2.1" ] ;
fhir:display [ fhir:v "For documents following C-CDA 2.1 constraints using a structured body" ]     ] ) ;
fhir:text [ fhir:v "For documents following C-CDA 2.1 constraints using a structured body" ]
  ] ) ; # 
  fhir:payloadMimeType ( [ fhir:v "text/xml"] ) ; # 
  fhir:address [ fhir:v "mailto:test@direct.example.com"^^xsd:anyURI] . #