@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Endpoint; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "direct-endpoint"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource "direct-endpoint"

status: active

connectionType: direct-project (Details: [not stated] code direct-project = 'direct-project', stated as 'null')

name: MARTIN SMIETANKA

managingOrganization: Organization/299

payloadType: urn:hl7-org:sdwg:ccda-structuredBody:1.1 (unknown#urn:hl7-org:sdwg:ccda-structuredBody:1.1)

address: MARTIN.SMIETANKA@directnppes.com

" ]; fhir:Endpoint.status [ fhir:value "active"]; fhir:Endpoint.connectionType [ fhir:Coding.code [ fhir:value "direct-project" ] ]; fhir:Endpoint.name [ fhir:value "MARTIN SMIETANKA"]; fhir:Endpoint.managingOrganization [ fhir:link ; fhir:Reference.reference [ fhir:value "Organization/299" ] ]; fhir:Endpoint.payloadType [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:oid:1.3.6.1.4.1.19376.1.2.3" ]; fhir:Coding.code [ fhir:value "urn:hl7-org:sdwg:ccda-structuredBody:1.1" ] ] ]; fhir:Endpoint.address [ fhir:value "mailto:MARTIN.SMIETANKA@directnppes.com"] . a fhir:Organization . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------