@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Endpoint ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "Example2"] ; # 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 Example2

status: Active

connectionType: Endpoint Connection Type direct-project: Direct Project

name: https://inferno.healthit.gov/suites/custom/service_base_url/examples/CapabilityStatement

managingOrganization: Organization Eastside Internal Medicine

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

payloadMimeType: text/xml

address: https://inferno.healthit.gov/suites/custom/service_base_url/examples/CapabilityStatement

" ] ; # 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 "https://inferno.healthit.gov/suites/custom/service_base_url/examples/CapabilityStatement"] ; # fhir:managingOrganization [ fhir:link ; fhir:reference [ fhir:v "Organization/Example3" ] ] ; # 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 "https://inferno.healthit.gov/suites/custom/service_base_url/examples/CapabilityStatement"^^xsd:anyURI] . # # -------------------------------------------------------------------------------------