@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CapabilityStatement; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "CH.PIXm.Manager"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.div "

CH_PIXm_Manager

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

\n
ModeSERVER
Description

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].

\n
Transaction
System History
System Search
Resource TypeProfileReadSearchUpdateCreate
PatientSupported profiles:
  http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-pixm-patient
y
" ]; fhir:CapabilityStatement.url [ fhir:value "http://fhir.ch/ig/ch-epr-mhealth/CapabilityStatement/CH.PIXm.Manager"]; fhir:CapabilityStatement.version [ fhir:value "1.1.0"]; fhir:CapabilityStatement.name [ fhir:value "CH_PIXm_Manager"]; fhir:CapabilityStatement.title [ fhir:value "PIXm Patient Identifier Cross-reference Manager (server)"]; fhir:CapabilityStatement.status [ fhir:value "draft"]; fhir:CapabilityStatement.date [ fhir:value "2020-07-07"^^xsd:date]; fhir:CapabilityStatement.publisher [ fhir:value "eHealth Suisse"]; fhir:CapabilityStatement.contact [ fhir:index 0; fhir:ContactDetail.name [ fhir:value "eHealth Suisse" ]; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "https://www.e-health-suisse.ch" ] ] ]; fhir:CapabilityStatement.description [ fhir:value "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:CapabilityStatement.jurisdiction [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ]; fhir:Coding.code [ fhir:value "CH" ] ] ]; fhir:CapabilityStatement.copyright [ fhir:value "CC-BY-SA-4.0"]; fhir:CapabilityStatement.kind [ fhir:value "requirements"]; fhir:CapabilityStatement.fhirVersion [ fhir:value "4.0.1"]; fhir:CapabilityStatement.format [ fhir:value "application/fhir+xml"; fhir:index 0 ], [ fhir:value "application/fhir+json"; fhir:index 1 ]; fhir:CapabilityStatement.rest [ fhir:index 0; fhir:CapabilityStatement.rest.mode [ fhir:value "server" ]; fhir:CapabilityStatement.rest.documentation [ fhir:value "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:CapabilityStatement.rest.security [ fhir:CapabilityStatement.rest.security.cors [ fhir:value "false"^^xsd:boolean ]; fhir:CapabilityStatement.rest.security.description [ fhir:value "TLS SHALL be used together with IUA basic access token" ] ]; fhir:CapabilityStatement.rest.resource [ fhir:index 0; fhir:CapabilityStatement.rest.resource.type [ fhir:value "Patient" ]; fhir:CapabilityStatement.rest.resource.supportedProfile [ fhir:value "http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-pixm-patient"; fhir:index 0; fhir:link ]; fhir:CapabilityStatement.rest.resource.interaction [ fhir:index 0; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "update" ]; fhir:CapabilityStatement.rest.resource.interaction.documentation [ fhir:value "conditional update for [ITI-104]" ] ]; fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "true"^^xsd:boolean ] ]; fhir:CapabilityStatement.rest.operation [ fhir:index 0; fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "$ihe-pix" ]; fhir:CapabilityStatement.rest.resource.operation.definition [ fhir:value "http://fhir.ch/ig/ch-epr-mhealth/OperationDefinition/CH.PIXm"; fhir:link ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------