This page is part of the FHIR Specification (v5.0.0: R5 - STU). This is the current published version. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4
Example TerminologyCapabilities/example (Turtle)
Raw Turtle (+ also see Turtle/RDF Format Specification)
General Terminology Capability Example
@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:TerminologyCapabilities ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n \n <p>The EHR Server supports the following transactions for the resource Person: read, vread, \n update, history, search(name,gender), create and updates.</p>\n \n <p>The EHR System supports the following message: admin-notify::Person.</p>\n \n <p>The EHR Application has a \n \n <a href=\"http://fhir.hl7.org/base/Profilebc054d23-75e1-4dc6-aca5-838b6b1ac81d/_history/b5fdd9fc-b021-4ea1-911a-721a60663796\">general document profile</a>.\n \n </p>\n \n </div>"
] ; #
fhir:url [ fhir:v "urn:uuid:68d043b5-9ecf-4559-a57a-396e0d452311"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.6.2" ]
] ) ; #
fhir:version [ fhir:v "20130510"] ; #
fhir:name [ fhir:v "ACMEEHR"] ; #
fhir:title [ fhir:v "ACME EHR capability statement"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "true"^^xsd:boolean] ; #
fhir:date [ fhir:v "2012-01-04"^^xsd:date] ; #
fhir:publisher [ fhir:v "ACME Corporation"] ; #
fhir:contact ( [
fhir:name [ fhir:v "System Administrator" ] ;
fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "wile@acme.org" ]
] )
] ) ; #
fhir:description [ fhir:v "This is the FHIR capability statement for the main EHR at ACME for the private interface - it does not describe the public interface"] ; #
fhir:kind [ fhir:v "instance"] ; #
fhir:software [
fhir:name [ fhir:v "TxServer" ] ;
fhir:version [ fhir:v "0.1.2" ]
] ; #
fhir:implementation [
fhir:description [ fhir:v "Acme Terminology Server" ] ;
fhir:url [ fhir:v "http://example.org/tx"^^xsd:anyURI ]
] ; #
fhir:codeSearch [ fhir:v "in-compose-or-expansion"]] . #
# -------------------------------------------------------------------------------------
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.