US Core Testing Guide
3.1.1-1 - ci-build United States of America flag

US Core Testing Guide - Local Development build (v3.1.1-1). See the Directory of published versions

: US Core Responder - TTL Representation

Draft as of 2023-08-25

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:ActorDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "us-core-responder"] ; #
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table class=\"grid\"><tr><td><b>Actor: USCoreResponder</b></td><td>US Core Responder</td><td>Type: system</td></tr><tr><td colspan=\"3\"><div><p>A product that responds to the data access request providing patient data. This can be thought of as the server in a client-server interaction.</p>\n</div></td></tr><tr><td>References:</td><td colspan=\"2\"><a href=\"http://hl7.org/fhir/us/core/STU3.1.1/index.html#us-core-actors\">http://hl7.org/fhir/us/core/STU3.1.1/index.html#us-core-actors</a></td></tr></table></div>"
  ] ; #
  fhir:url [ fhir:v "http://hl7.org/fhir/us/core-tg/ActorDefinition/us-core-responder"^^xsd:anyURI] ; #
  fhir:version [ fhir:v "3.1.1-1"] ; #
  fhir:name [ fhir:v "USCoreResponder"] ; #
  fhir:title [ fhir:v "US Core Responder"] ; #
  fhir:status [ fhir:v "draft"] ; #
  fhir:date [ fhir:v "2023-08-25"^^xsd:date] ; #
  fhir:publisher [ fhir:v "HL7 FHIR Infrastructure WG"] ; #
  fhir:contact ( [
fhir:name [ fhir:v "HL7 FHIR Infrastructure WG" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://hl7.org/Special/committees/fiwg" ]     ] )
  ] [
fhir:name [ fhir:v "Richard Ettema" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mailto:richard.ettema@aegis.net" ]     ] )
  ] ) ; #
  fhir:description [ fhir:v "US Core Responder Actor"] ; #
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ]     ] )
  ] ) ; #
  fhir:type [ fhir:v "system"] ; #
  fhir:documentation [ fhir:v "A product that responds to the data access request providing patient data. This can be thought of as the server in a client-server interaction."] ; #
  fhir:reference ( [ fhir:v "http://hl7.org/fhir/us/core/STU3.1.1/index.html#us-core-actors"^^xsd:anyURI] ) . #