IHE PaLM - Radiology Pathology Concordance (RPC)
0.1.0 - ci-build International flag

IHE PaLM - Radiology Pathology Concordance (RPC), published by IHE IT Infrastructure Technical Committee. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/IHE/PaLM.RPC/ and changes regularly. See the Directory of published versions

: IHE.FooBar.client - TTL Representation

Active as of 2018-04-13

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:CapabilityStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "IHE.FooBar.client"] ; # 
  fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">CapabilityStatement for Client Actor in the IHE IT Infrastructure Technical Framework Supplement <a href=\"https://profiles.ihe.net/ITI/TF/Volume1/ch-38.html\">FooBar</a> The IHE Profile text is Normative, this conformance resource is Informative.</div>"
  ] ; # 
  fhir:url [ fhir:v "http://ihe.net/fhir/CapabilityStatement/capabilitystatement-IHE.FooBar.client"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "IHE_FooBar_client"] ; # 
  fhir:title [ fhir:v "IHE FooBar client"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2018-04-13"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "IHE IT Infrastructure Technical Committee"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.ihe.net/ihe_domains/ihe_pathology_and_laboratory_medicine/" ]     ] )
  ] [
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "iti@ihe.net" ]     ] )
  ] [
fhir:name [ fhir:v "IHE Pathology and Laboratory Medicine Technical Committee" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "palm@ihe.net" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "CapabilityStatement for Client Actor in the IHE IT Infrastructure Technical Framework Supplement IHE FooBar. See https://profiles.ihe.net/ITI/TF/Volume1/ch-38.html. The IHE Profile text is Normative, this conformance resource is Informative."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "IHE http://www.ihe.net/Governance/#Intellectual_Property"] ; # 
  fhir:kind [ fhir:v "requirements"] ; # 
  fhir:fhirVersion [ fhir:v "4.0.1"] ; # 
  fhir:format ( [ fhir:v "application/fhir+xml"] [ fhir:v "application/fhir+json"] ) ; # 
  fhir:rest ( [
fhir:mode [ fhir:v "client" ] ;
fhir:documentation [ fhir:v "FooBar client will query for Patient resources matching a sub-set of the FHIR core Patient resource query parameters" ] ;
fhir:security [
fhir:cors [ fhir:v "false"^^xsd:boolean ] ;
fhir:description [ fhir:v "None mandated by IHE, encouraged IHE-IUA or SMART-on-FHIR" ]     ] ;
    ( fhir:resource [
fhir:type [ fhir:v "Patient" ] ;
      ( fhir:interaction [
fhir:code [ fhir:v "read" ]       ] [
fhir:code [ fhir:v "search-type" ]       ] ) ;
      ( fhir:searchParam [
fhir:name [ fhir:v "_id" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Logical id of this artifact" ]       ] [
fhir:name [ fhir:v "active" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Whether the patient record is active" ]       ] [
fhir:name [ fhir:v "address-city" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "A city specified in an address" ]       ] [
fhir:name [ fhir:v "address-country" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "A country specified in an address" ]       ] [
fhir:name [ fhir:v "address-postalcode" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "A postalCode specified in an address" ]       ] [
fhir:name [ fhir:v "address-state" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "A state specified in an address" ]       ] [
fhir:name [ fhir:v "birthdate" ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "The patient's date of birth" ]       ] [
fhir:name [ fhir:v "family" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "A portion of the family name of the patient" ]       ] [
fhir:name [ fhir:v "gender" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Gender of the patient" ]       ] [
fhir:name [ fhir:v "given" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "A portion of the given name of the patient" ]       ] [
fhir:name [ fhir:v "identifier" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "A patient identifier" ]       ] [
fhir:name [ fhir:v "telecom" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "The value in any kind of telecom details of the patient" ]       ] [
fhir:name [ fhir:v "_lastUpdated" ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "When the resource version last changed" ]       ] )     ] ) ;
    ( fhir:interaction [
fhir:code [ fhir:v "search-system" ]     ] )
  ] ) . #