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

CH_PMIR_Manager

CapabilityStatement for Actor PMIR Patient Identity Manager (server).

\n
ModeSERVER
DescriptionPMIR server resolves the local ID sent with the request to the MPI-PID and EPR-SPID [ITI-83]. PMIR server stores the patient data provided with the request and assigns it to or creates a master patient record and a MPI-PID [ITI-93].
Transactiony
System History
System Search
Resource TypeProfileReadSearchUpdateCreate
Patient
" ]; fhir:CapabilityStatement.url [ fhir:value "http://fhir.ch/ig/ch-epr-mhealth/CapabilityStatement/CH.PMIR.Manager"]; fhir:CapabilityStatement.version [ fhir:value "0.1.1"]; fhir:CapabilityStatement.name [ fhir:value "CH_PMIR_Manager"]; fhir:CapabilityStatement.title [ fhir:value "PMIR Patient Identity 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 "CapabilityStatement for Actor PMIR Patient Identity Manager (server)."]; 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.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 "PMIR server resolves the local ID sent with the request to the MPI-PID and EPR-SPID [ITI-83]. PMIR server stores the patient data provided with the request and assigns it to or creates a master patient record and a MPI-PID [ITI-93]." ]; 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" ] ]; fhir:CapabilityStatement.rest.resource [ fhir:index 0; fhir:CapabilityStatement.rest.resource.type [ fhir:value "Patient" ]; fhir:CapabilityStatement.rest.resource.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.PMIR"; fhir:link ] ] ]; fhir:CapabilityStatement.rest.interaction [ fhir:index 0; fhir:CapabilityStatement.rest.interaction.code [ fhir:value "transaction" ]; fhir:CapabilityStatement.rest.interaction.documentation [ fhir:value "http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-pmir-bundle" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------