This page is part of the CH EPR FHIR (R4) (v4.0.0-ballot: DSTU 4 Ballot 1) based on FHIR (HL7® FHIR® Standard) 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
Draft as of 2020-07-07 |
@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 "CH.PIXm"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>URL: [base]/Patient/$ihe-pix</p><p>Input parameters Profile:<a href=\"StructureDefinition-ch-pixm-in-parameters.html\">CH PIXm IN Parameters</a></p><p>Output parameters Profile:<a href=\"StructureDefinition-ch-pixm-out-parameters.html\">CH PIXm OUT Parameters</a></p><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><tr><td>IN</td><td>sourceIdentifier</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a><br/>(<a href=\"http://hl7.org/fhir/R4/search.html#token\">token</a>)</td><td/><td><div><p>The Patient identifier search parameter that will be used by the Patient Identifier Cross-reference Manager to find cross matching identifiers associated with the Patient Resource. See Section 3.83.4.1.2.1</p>\n</div></td></tr><tr><td>IN</td><td>targetSystem</td><td/><td>2..2</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a><br/>(<a href=\"http://hl7.org/fhir/R4/search.html#uri\">uri</a>)</td><td/><td><div><p>The Assigning Authorities for the Patient Identity Domains from which the returned identifiers shall be selected. See Section 3.83.4.1.2.2.</p>\n</div></td></tr><tr><td>IN</td><td>_format</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a><br/>(<a href=\"http://hl7.org/fhir/R4/search.html#token\">token</a>)</td><td/><td><div><p>The requested format of the response from the mime-type value set. See ITI TF-2: Appendix Z.6</p>\n</div></td></tr><tr><td>OUT</td><td>targetIdentifier</td><td/><td>0..2</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#Identifier\">Identifier</a></td><td/><td><div><p>The identifier found. Constraints to include the assigning authority as specified in ITI TF-2: Appendix E.3</p>\n</div></td></tr><tr><td>OUT</td><td>targetId</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/references.html#Reference\">Reference</a></td><td/><td><div><p>The URL of the Patient Resource</p>\n</div></td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://fhir.ch/ig/ch-epr-fhir/OperationDefinition/CH.PIXm"^^xsd:anyURI] ; #
fhir:version [ fhir:v "4.0.0-ballot"] ; #
fhir:name [ fhir:v "CH_PIXm"] ; #
fhir:title [ fhir:v "PIXm Find patient matches"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:kind [ fhir:v "operation"] ; #
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 "Find patient matches using IHE-PIXm Profile"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CH" ] ] )
] ) ; #
fhir:code [ fhir:v "ihe-pix"] ; #
fhir:resource ( [ fhir:v "Patient"] ) ; #
fhir:system [ fhir:v "false"^^xsd:boolean] ; #
fhir:type [ fhir:v "true"^^xsd:boolean] ; #
fhir:instance [ fhir:v "false"^^xsd:boolean] ; #
fhir:inputProfile [
fhir:v "http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/ch-pixm-in-parameters"^^xsd:anyURI ;
fhir:link <http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/ch-pixm-in-parameters>
] ; #
fhir:outputProfile [
fhir:v "http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/ch-pixm-out-parameters"^^xsd:anyURI ;
fhir:link <http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/ch-pixm-out-parameters>
] ; #
fhir:parameter ( [
fhir:name [ fhir:v "sourceIdentifier" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v "1"^^xsd:integer ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "The Patient identifier search parameter that will be used by the Patient Identifier Cross-reference Manager to find cross matching identifiers associated with the Patient Resource. See Section 3.83.4.1.2.1" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:searchType [ fhir:v "token" ]
] [
fhir:name [ fhir:v "targetSystem" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v "2"^^xsd:integer ] ;
fhir:max [ fhir:v "2" ] ;
fhir:documentation [ fhir:v "The Assigning Authorities for the Patient Identity Domains from which the returned identifiers shall be selected. See Section 3.83.4.1.2.2." ] ;
fhir:type [ fhir:v "string" ] ;
fhir:searchType [ fhir:v "uri" ]
] [
fhir:name [ fhir:v "_format" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v "0"^^xsd:integer ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "The requested format of the response from the mime-type value set. See ITI TF-2: Appendix Z.6" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:searchType [ fhir:v "token" ]
] [
fhir:name [ fhir:v "targetIdentifier" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v "0"^^xsd:integer ] ;
fhir:max [ fhir:v "2" ] ;
fhir:documentation [ fhir:v "The identifier found. Constraints to include the assigning authority as specified in ITI TF-2: Appendix E.3" ] ;
fhir:type [ fhir:v "Identifier" ]
] [
fhir:name [ fhir:v "targetId" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v "0"^^xsd:integer ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "The URL of the Patient Resource" ] ;
fhir:type [ fhir:v "Reference" ]
] ) . #
IG © 2020+ eHealth Suisse. Package ch.fhir.ig.ch-epr-fhir#4.0.0-ballot based on FHIR 4.0.1. Generated 2024-05-16
Links: Table of Contents |
QA Report
| Propose a change