Patient Identity Cross-Reference for mobile (PIXm)
2.2.0 - public-comment

This page is part of the IHE Patient Identifier Cross-referencing for Mobile (v3.0.0: Trial Implementation) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: IHE ITI Patient Identity Cross-reference for Mobile (PIXm) - Manager (server) - TTL Representation

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:Resource.id [ fhir:value "IHE_PIXm_Manager"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "additional" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"> \n		CapabilityStatement for Manager Actor in the IHE IT Infrastructure Technical Framework Supplement \n		<a href=\"http://wiki.ihe.net/index.php/PIXm\">Patient Identity Cross-reference for Mobile (PIXm)</a> \n		The IHE Profile text is Normative, this conformance resource is Informative. \n	</div>"
  ];
  fhir:CapabilityStatement.url [ fhir:value "http://profiles.ihe.net/ITI/PIXm/CapabilityStatement/IHE_PIXm_Manager"];
  fhir:CapabilityStatement.version [ fhir:value "2.2.0"];
  fhir:CapabilityStatement.name [ fhir:value "IHE_PIXm_Manager"];
  fhir:CapabilityStatement.title [ fhir:value "IHE ITI Patient Identity Cross-reference for Mobile (PIXm) - Manager (server)"];
  fhir:CapabilityStatement.status [ fhir:value "draft"];
  fhir:CapabilityStatement.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:CapabilityStatement.date [ fhir:value "2019-07-05"^^xsd:date];
  fhir:CapabilityStatement.publisher [ fhir:value "IHE IT Infrastructure Technical Committee"];
  fhir:CapabilityStatement.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "https://www.ihe.net/ihe_domains/it_infrastructure/" ]     ]
  ], [
     fhir:index 1;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "iti@ihe.net" ]     ]
  ], [
     fhir:index 2;
     fhir:ContactDetail.name [ fhir:value "IHE IT Infrastructure Technical Committee" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "iti@ihe.net" ]     ]
  ];
  fhir:CapabilityStatement.description [ fhir:value "CapabilityStatement for Manager Actor in the IHE IT Infrastructure Technical Framework Supplement IHE PIXm."];
  fhir:CapabilityStatement.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
       fhir:Coding.code [ fhir:value "001" ]     ]
  ];
  fhir:CapabilityStatement.copyright [ fhir:value "IHE http://www.ihe.net/Governance/#Intellectual_Property"];
  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 provides capability to query for Patient Identity Cross-reference matching a query parameters" ];
     fhir:CapabilityStatement.rest.security [
       fhir:CapabilityStatement.rest.security.cors [ fhir:value "false"^^xsd:boolean ];
       fhir:CapabilityStatement.rest.security.description [ fhir:value "Recommend IUA or SMART" ]     ];
     fhir:CapabilityStatement.rest.resource [
       fhir:index 0;
       fhir:CapabilityStatement.rest.resource.type [ fhir:value "Patient" ];
       fhir:CapabilityStatement.rest.resource.supportedProfile [
         fhir:value "http://profiles.ihe.net/ITI/PIXm/StructureDefinition/IHE.PIXm.Patient";
         fhir:index 0;
         fhir:link <http://profiles.ihe.net/ITI/PIXm/StructureDefinition/IHE.PIXm.Patient>       ];
       fhir:CapabilityStatement.rest.resource.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "create" ];
         fhir:CapabilityStatement.rest.resource.interaction.documentation [ fhir:value "conditional create for [ITI-104]" ]       ], [
         fhir:index 1;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "update" ];
         fhir:CapabilityStatement.rest.resource.interaction.documentation [ fhir:value "conditional update for [ITI-104]" ]       ], [
         fhir:index 2;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.rest.resource.interaction.documentation [ fhir:value "conditional delete for [ITI-104]" ]       ];
       fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "true"^^xsd:boolean ];
       fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "true"^^xsd:boolean ];
       fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "single" ];
       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://profiles.ihe.net/ITI/PIXm/OperationDefinition/IHE_PIXm_pix";
           fhir:link <http://profiles.ihe.net/ITI/PIXm/OperationDefinition/IHE_PIXm_pix>         ]       ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.