CH EPR mHealth (R4)
3.0.0-ballot - ballot Switzerland flag

This page is part of the CH EPR mHealth (R4) (v3.0.0-ballot: Draft Ballot 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: PIXm Patient Identifier Cross-reference Manager (server) - TTL Representation

Draft as of 2020-07-07

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 "CH.PIXm.Manager"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>CH_PIXm_Manager</h2><div><p>The Patient Identifier Cross-reference Manager CapabililtyStatement expresses the requirements that shall be provided. - using FHIR R4 - using json and xml encoding - support the $ihe-pix operation - support conditional update for [ITI-104] - support conditional delete for [ITI-104] if Remove Patient Option is supported - used with IHE-IUA</p>\n</div><table><tr><td>Mode</td><td>SERVER</td></tr><tr><td>Description</td><td><div><p>PIXm server resolves the local ID sent with the request to the MPI-PID and EPR-SPID [ITI-83].          PIXm server stores the patient data provided with the request and assigns it to or creates a master patient record and a MPI-PID [ITI-104].</p>\n</div></td></tr><tr><td>Transaction</td><td></td></tr><tr><td>System History</td><td></td></tr><tr><td>System Search</td><td></td></tr></table><table><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th><b title=\"GET a resource (read interaction)\">Read</b></th><th><b title=\"GET all set of resources of the type (search interaction)\">Search</b></th><th><b title=\"PUT a new resource version (update interaction)\">Update</b></th><th><b title=\"POST a new resource (create interaction)\">Create</b></th></tr><tr><td>Patient</td><td>Supported profiles:<br/>  <a href=\"StructureDefinition-ch-pixm-patient.html\">CH EPR mHealth Patient Profile for PIXm Mobile Patient Identity Feed</a></td><td></td><td></td><td>y</td><td></td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://fhir.ch/ig/ch-epr-mhealth/CapabilityStatement/CH.PIXm.Manager"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "3.0.0-ballot"] ; # 
  fhir:name [ fhir:v "CH_PIXm_Manager"] ; # 
  fhir:title [ fhir:v "PIXm Patient Identifier Cross-reference Manager (server)"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2020-07-07"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "eHealth Suisse"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "eHealth Suisse" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.e-health-suisse.ch" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The Patient Identifier Cross-reference Manager CapabililtyStatement expresses the requirements that shall be provided. - using FHIR R4 - using json and xml encoding - support the $ihe-pix operation - support conditional update for [ITI-104] - support conditional delete for [ITI-104] if Remove Patient Option is supported - used with IHE-IUA"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CH" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "CC0-1.0"] ; # 
  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 "PIXm server resolves the local ID sent with the request to the MPI-PID and EPR-SPID [ITI-83].          PIXm server stores the patient data provided with the request and assigns it to or creates a master patient record and a MPI-PID [ITI-104]." ] ;
fhir:security [
fhir:cors [ fhir:v "false"^^xsd:boolean ] ;
fhir:description [ fhir:v "TLS SHALL be used together with IUA basic access token" ]     ] ;
    ( fhir:resource [
fhir:type [ fhir:v "Patient" ] ;
      ( fhir:supportedProfile [
fhir:v "http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-pixm-patient"^^xsd:anyURI ;
fhir:link <http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-pixm-patient>       ] ) ;
      ( fhir:interaction [
fhir:code [ fhir:v "update" ] ;
fhir:documentation [ fhir:v "conditional update for [ITI-104]" ]       ] ) ;
fhir:conditionalUpdate [ fhir:v "true"^^xsd:boolean ]     ] ) ;
    ( fhir:operation [
fhir:name [ fhir:v "$ihe-pix" ] ;
fhir:definition [
fhir:v "http://fhir.ch/ig/ch-epr-mhealth/OperationDefinition/CH.PIXm"^^xsd:anyURI ;
fhir:link <http://fhir.ch/ig/ch-epr-mhealth/OperationDefinition/CH.PIXm>       ]     ] )
  ] ) . #