This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Example Endpoint/direct-endpoint (Turtle)
Raw Turtle (+ also see Turtle/RDF Format Specification)
Example of a DIRECT endpoint
@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 -------------------------------------------------------------------
[a fhir:Endpoint ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "direct-endpoint"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:connectionType ( [
fhir:coding ( [
fhir:code [ fhir:v "direct-project" ]
] )
] ) ; #
fhir:name [ fhir:v "MARTIN SMIETANKA"] ; #
fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/f201" ]
] ; #
fhir:payload ( [
fhir:type ( [
fhir:coding ( [
fhir:system [ fhir:v "urn:oid:1.3.6.1.4.1.19376.1.2.3"^^xsd:anyURI ] ;
fhir:code [ fhir:v "urn:hl7-org:sdwg:ccda-structuredBody:1.1" ]
] )
] ) ;
fhir:mimeType ( [ fhir:v "text/x-hl7-text+xml" ] [ fhir:v "application/fhir+xml" ] [ fhir:v "application/fhir+json" ] )
] ) ; #
fhir:address [ fhir:v "mailto:MARTIN.SMIETANKA@directnppes.com"^^xsd:anyURI]] . #
# -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the
examples are correct and useful, but they are not a normative part
of the specification.