@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - 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 ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Endpoint Example1

status: Active

connectionType: Endpoint Connection Type direct-project: Direct Project

name: test@direct.example.com

managingOrganization: Organization/LO-0

payloadType: For documents following C-CDA 2.1 constraints using a structured body

payloadMimeType: text/xml

address: test@direct.example.com

" ] ; # 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:link ; 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] . # # -------------------------------------------------------------------------------------