IHE PCC - Routine Interfacility Patient Transport (RIPT), published by IHE Patient Care Coordination. This guide is not an authorized publication; it is the continuous build for version 2.0.0-draft built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/PCC.RIPT/ and changes regularly. See the Directory of published versions
| Active as of 2019-07-05 |
@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 -------------------------------------------------------------------
a fhir:CapabilityStatement ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "IHE.FooBar.server"] ; #
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">CapabilityStatement for SERVER Actor in the IHE <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>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://ihe.net/fhir/CapabilityStatement/capabilitystatement-IHE.FooBar.server"^^xsd:anyURI ;
fhir:l <http://ihe.net/fhir/CapabilityStatement/capabilitystatement-IHE.FooBar.server>
] ; #
fhir:version [ fhir:v "2.0.0-draft"] ; #
fhir:name [ fhir:v "IHE_FooBar_supplier"] ; #
fhir:title [ fhir:v "IHE FooBar Server"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2019-07-05"^^xsd:date] ; #
fhir:publisher [ fhir:v "IHE Patient Care Coordination"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.ihe.net/ihe_domains/patient_care_coordination/" ] ] )
] [
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "pcc@ihe.net" ] ] )
] [
fhir:name [ fhir:v "IHE Patient Care Coordination" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "pcc@ihe.net" ] ] )
] ) ; #
fhir:description [ fhir:v "CapabilityStatement for Server 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:l <http://unstats.un.org/unsd/methods/m49/m49.htm> ] ;
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 "server" ] ;
fhir:documentation [ fhir:v "FooBar server provides capability to query for Patient resources matching a sub-set of the FHIR core Patient resource query parameters" ] ;
fhir:security [
fhir:cors [ fhir:v false ] ;
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" ] ] )
] ) . #
IG © 2023+ IHE Patient Care Coordination. Package ihe.pcc.ript#2.0.0-draft based on FHIR 4.0.1. Generated 2026-02-17
Links: Table of Contents |
QA Report
| New Issue | Issues
Version History |
|
Propose a change