This page is part of the PACIO Advance Directive Information Implementation Guide (v2.0.0-ballot: STU 2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.0. For a full list of available versions, 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "Example-Smith-Johnson-Endpoint1"] ; #
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 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/5.5.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>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://example.org/GoodHealth-Clinic"^^xsd:anyURI ] ;
fhir:value [ fhir:v "PatientCorrection" ]
] ) ; #
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 "hl7-fhir-rest" ] ;
fhir:display [ fhir:v "HL7 FHIR" ]
] ; #
fhir:name [ fhir:v "Good Health Clinic Endpoint"] ; #
fhir:payloadType ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-HL7DocumentFormatCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "urn:hl7-org:sdwg:ccda-nonXMLBody:1.1" ] ] [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-HL7DocumentFormatCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "urn:hl7-org:sdwg:ccda-structuredBody:1.1" ] ] ) ;
fhir:text [ fhir:v "For documents following C-CDA constraints using a structured body" ]
] ) ; #
fhir:address [ fhir:v "https://example.org/address"^^xsd:anyURI] . #