Release 4 FHIR CI-Build

This page is part of the Continuous Integration Build of FHIR Specification (v4.0.1: R4 - Mixed Normative and STU ) in it's permanent home (it will always (will be available incorrect/inconsistent at this URL). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see times).
See the Directory of published versions . Page versions: R5 R4B R4

Terminologycapabilities-example.ttl

Example TerminologyCapabilities/example (Turtle)

Maturity Level : N/A
Responsible Owner: Vocabulary Terminology Infrastructure Work Group Standards Status : Informative Compartments : Not linked to any No defined compartments

Raw Turtle (+ also see Turtle/RDF Format Specification )

General Condition Terminology Capability Example

@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 -------------------------------------------------------------------

<http://hl7.org/fhir/TerminologyCapabilities/example> a fhir:TerminologyCapabilities;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "example"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\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			<p>The EHR System supports the following message: admin-notify::Person.</p>\n			<p>The EHR Application has a \n        <a href=\"http://fhir.hl7.org/base/Profilebc054d23-75e1-4dc6-aca5-838b6b1ac81d/_history/b5fdd9fc-b021-4ea1-911a-721a60663796\">general document profile</a>.\n      </p>\n		</div>"
  ];
  fhir:TerminologyCapabilities.url [ fhir:value "urn:uuid:68D043B5-9ECF-4559-A57A-396E0D452311"];
  fhir:TerminologyCapabilities.version [ fhir:value "20130510"];
  fhir:TerminologyCapabilities.name [ fhir:value "ACME-EHR"];
  fhir:TerminologyCapabilities.title [ fhir:value "ACME EHR capability statement"];
  fhir:TerminologyCapabilities.status [ fhir:value "draft"];
  fhir:TerminologyCapabilities.experimental [ fhir:value "true"^^xsd:boolean];
  fhir:TerminologyCapabilities.date [ fhir:value "2012-01-04"^^xsd:date];
  fhir:TerminologyCapabilities.publisher [ fhir:value "ACME Corporation"];
  fhir:TerminologyCapabilities.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "System Administrator" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "wile@acme.org" ]

<http://hl7.org/fhir/TerminologyCapabilities/example> a fhir:TerminologyCapabilities ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "vocab"

     ]
  ];
  fhir:TerminologyCapabilities.description [ fhir:value "This is the FHIR capability statement for the main EHR at ACME for the private interface - it does not describe the public interface"];
  fhir:TerminologyCapabilities.kind [ fhir:value "instance"];
  fhir:TerminologyCapabilities.software [
     fhir:TerminologyCapabilities.software.name [ fhir:value "TxServer" ];
     fhir:TerminologyCapabilities.software.version [ fhir:value "0.1.2" ]
  ];
  fhir:TerminologyCapabilities.implementation [
     fhir:TerminologyCapabilities.implementation.description [ fhir:value "Acme Terminology Server" ];
     fhir:TerminologyCapabilities.implementation.url [ fhir:value "http://example.org/tx" ]
  ];
  fhir:TerminologyCapabilities.codeSearch [ fhir:value "explicit"] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/TerminologyCapabilities/example.ttl> a owl:Ontology;
  owl:imports fhir:fhir.ttl;
  owl:versionIRI <http://build.fhir.org/TerminologyCapabilities/example.ttl> .

  ] ) ; # 
  fhir:url [
     fhir:v "urn:uuid:620878ef-e693-4290-a45e-16f5c7b06a56"^^xsd:anyURI ;
     fhir:l <urn:uuid:620878ef-e693-4290-a45e-16f5c7b06a56>
  ] ; # 
  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] ; # 
  fhir:date [ fhir:v "2012-01-04"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 International / Terminology Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/Vocab" ]
     ] )
  ] ) ; # 
  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:l <http://example.org/tx>
     ]
  ] ; # 
  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.