eHealthExchange Healthcare Directory Implementation Guide
1.0.5 - Release 1 United States of America flag

: HubAware - TTL Representation

Draft as of 2024-03-29

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

 a fhir:OperationDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "hub-aware"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2022-12-03T01:12:38.685Z"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Parameters</p><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://sequoiaproject.org/fhir/ehx/OperationDefinition/hub-aware"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.5"] ; # 
  fhir:name [ fhir:v "HubAware"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:kind [ fhir:v "operation"] ; # 
  fhir:date [ fhir:v "2024-03-29T15:33:21+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "eHealth Exchange"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "eHealth Exchange" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://ehealthexchange.org/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Responds with updated contained Endpoint resources that have addresses based on hub-aware formats (key-version, transaction)"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ]     ] ) ;
fhir:text [ fhir:v "United States of America" ]
  ] ) ; # 
  fhir:code [ fhir:v "hub-aware"] ; # 
  fhir:system [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:type [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:instance [ fhir:v "false"^^xsd:boolean] . #