PACIO Advance Healthcare Directive Interoperability Implementation Guide, published by HL7 International / Patient Empowerment. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-pacio-adi/ and changes regularly. See the Directory of published versions
: Example-Smith-Johnson-Endpoint1 - 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 -------------------------------------------------------------------
<http://hl7.org/fhir/Endpoint/Example-Smith-Johnson-Endpoint1> a fhir:Endpoint ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "Example-Smith-Johnson-Endpoint1"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Endpoint Example-Smith-Johnson-Endpoint1</b></p><a name=\"Example-Smith-Johnson-Endpoint1\"> </a><a name=\"hcExample-Smith-Johnson-Endpoint1\"> </a><p><b>identifier</b>: <code>https://example.org/GoodHealth-Clinic</code>/PatientCorrection</p><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-endpoint-connection-type.html#endpoint-connection-type-hl7-fhir-rest\">Endpoint Connection Type: hl7-fhir-rest</a> (HL7 FHIR)</p><p><b>name</b>: Good Health Clinic Endpoint</p><p><b>payloadType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-HL7DocumentFormatCodes urn:hl7-org:sdwg:ccda-nonXMLBody:1.1}, {http://terminology.hl7.org/CodeSystem/v3-HL7DocumentFormatCodes urn:hl7-org:sdwg:ccda-structuredBody:1.1}\">For documents following C-CDA constraints using a structured body</span></p><p><b>address</b>: <a href=\"https://example.org/address\">https://example.org/address</a></p></div>"
] ;
fhir:Endpoint.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "https://example.org/GoodHealth-Clinic" ] ;
fhir:Identifier.value [ fhir:value "PatientCorrection" ]
] ;
fhir:Endpoint.status [ fhir:value "active"] ;
fhir:Endpoint.connectionType [
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" ] ;
fhir:Coding.code [ fhir:value "hl7-fhir-rest" ] ;
fhir:Coding.display [ fhir:value "HL7 FHIR" ]
] ;
fhir:Endpoint.name [ fhir:value "Good Health Clinic Endpoint"] ;
fhir:Endpoint.payloadType [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-HL7DocumentFormatCodes" ] ;
fhir:Coding.code [ fhir:value "urn:hl7-org:sdwg:ccda-nonXMLBody:1.1" ]
], [
fhir:index 1 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-HL7DocumentFormatCodes" ] ;
fhir:Coding.code [ fhir:value "urn:hl7-org:sdwg:ccda-structuredBody:1.1" ]
] ;
fhir:CodeableConcept.text [ fhir:value "For documents following C-CDA constraints using a structured body" ]
] ;
fhir:Endpoint.address [ fhir:value "https://example.org/address"] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Endpoint/Example-Smith-Johnson-Endpoint1.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Endpoint/Example-Smith-Johnson-Endpoint1.ttl> .