Patient Master Identity Registry (PMIR)
1.5.0 - Trial-Implementation International flag

This page is part of the IHE Patient Master Identity Registry (PMIR) (v1.5.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.PMIR.PatientIdentityRegistry - TTL Representation

Active as of 2022-03-31

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.PMIR.PatientIdentityRegistry"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "additional" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">CapabilityStatement for Patient Identity Registry Actor in the IHE IT Infrastructure Technical Framework Supplement <a href=\"https://profiles.ihe.net/ITI/PMIR/index.html\">PMIR</a></div>"
  ];
  fhir:CapabilityStatement.url [ fhir:value "https://profiles.ihe.net/ITI/PMIR/CapabilityStatement/IHE.PMIR.PatientIdentityRegistry"];
  fhir:CapabilityStatement.version [ fhir:value "1.5.0"];
  fhir:CapabilityStatement.name [ fhir:value "IHE_PMIR_PatientIdentityRegistry"];
  fhir:CapabilityStatement.title [ fhir:value "IHE PMIR Patient Identity Registry"];
  fhir:CapabilityStatement.status [ fhir:value "active"];
  fhir:CapabilityStatement.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:CapabilityStatement.date [ fhir:value "2022-03-31"^^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 the Patient Identity Registry Actor in the IHE IT Infrastructure Technical Framework Supplement [IHE PMIR](index.html)."];
  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 "PMIR Patient Identity Registry provides capability to manage Master Patient Identity." ];
     fhir:CapabilityStatement.rest.security [
       fhir:CapabilityStatement.rest.security.cors [ fhir:value "false"^^xsd:boolean ];
       fhir:CapabilityStatement.rest.security.description [ fhir:value "None mandated by IHE, encouraged IHE-IUA or SMART-on-FHIR" ]     ];
     fhir:CapabilityStatement.rest.resource [
       fhir:index 0;
       fhir:CapabilityStatement.rest.resource.type [ fhir:value "Subscription" ];
       fhir:CapabilityStatement.rest.resource.supportedProfile [
         fhir:value "https://profiles.ihe.net/ITI/PMIR/StructureDefinition/IHE.PMIR.Subscription.Request";
         fhir:index 0;
         fhir:link <https://profiles.ihe.net/ITI/PMIR/StructureDefinition/IHE.PMIR.Subscription.Request>       ];
       fhir:CapabilityStatement.rest.resource.documentation [ fhir:value "For Subscribe to Patient Updates [ITI-94]" ];
       fhir:CapabilityStatement.rest.resource.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "create" ]       ], [
         fhir:index 1;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ]       ], [
         fhir:index 2;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "update" ]       ], [
         fhir:index 3;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "delete" ]       ]     ], [
       fhir:index 1;
       fhir:CapabilityStatement.rest.resource.type [ fhir:value "Patient" ];
       fhir:CapabilityStatement.rest.resource.documentation [ fhir:value "For Mobile Patient Identifier Cross-reference Query [ITI-83]\nand Mobile Patient Demographics Query [ITI-78]" ];
       fhir:CapabilityStatement.rest.resource.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ]       ], [
         fhir:index 1;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ]       ];
       fhir:CapabilityStatement.rest.resource.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Logical id of this artifact" ]       ], [
         fhir:index 1;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "active" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Whether the patient record is active" ]       ], [
         fhir:index 2;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "address-city" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A city specified in an address" ]       ], [
         fhir:index 3;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "address-country" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A country specified in an address" ]       ], [
         fhir:index 4;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "address-postalcode" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A postalCode specified in an address" ]       ], [
         fhir:index 5;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "address-state" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A state specified in an address" ]       ], [
         fhir:index 6;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "birthdate" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The patient's date of birth" ]       ], [
         fhir:index 7;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "family" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A portion of the family name of the patient" ]       ], [
         fhir:index 8;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "gender" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Gender of the patient" ]       ], [
         fhir:index 9;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "given" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A portion of the given name of the patient" ]       ], [
         fhir:index 10;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A patient identifier" ]       ], [
         fhir:index 11;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "telecom" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The value in any kind of telecom details of the patient" ]       ], [
         fhir:index 12;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_lastUpdated" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "When the resource version last changed" ]       ], [
         fhir:index 13;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "mothersMaidenName" ];
         fhir:CapabilityStatement.rest.resource.searchParam.definition [
           fhir:value "http://hl7.org/fhir/SearchParameter/patient-extensions-Patient-mothersMaidenName";
           fhir:link <http://hl7.org/fhir/SearchParameter/patient-extensions-Patient-mothersMaidenName>         ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Mother's maiden (unmarried) name, commonly collected to help verify patient identity." ]       ];
       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 "https://profiles.ihe.net/ITI/PIXm/OperationDefinition/IHE_PIXm_pix";
           fhir:link <https://profiles.ihe.net/ITI/PIXm/OperationDefinition/IHE_PIXm_pix>         ]       ]     ];
     fhir:CapabilityStatement.rest.interaction [
       fhir:index 0;
       fhir:CapabilityStatement.rest.interaction.code [ fhir:value "search-system" ]     ]
  ];
  fhir:CapabilityStatement.messaging [
     fhir:index 0;
     fhir:CapabilityStatement.messaging.documentation [ fhir:value "For Mobile Patient Identity Feed [ITI-93]" ];
     fhir:CapabilityStatement.messaging.supportedMessage [
       fhir:index 0;
       fhir:CapabilityStatement.messaging.supportedMessage.mode [ fhir:value "sender" ];
       fhir:CapabilityStatement.messaging.supportedMessage.definition [
         fhir:value "https://profiles.ihe.net/ITI/PMIR/StructureDefintion/IHE.PMIR.MessageDefinition";
         fhir:link <https://profiles.ihe.net/ITI/PMIR/StructureDefintion/IHE.PMIR.MessageDefinition>       ]     ]
  ], [
     fhir:index 1;
     fhir:CapabilityStatement.messaging.documentation [ fhir:value "For Mobile Patient Identity Feed [ITI-93]" ];
     fhir:CapabilityStatement.messaging.supportedMessage [
       fhir:index 0;
       fhir:CapabilityStatement.messaging.supportedMessage.mode [ fhir:value "receiver" ];
       fhir:CapabilityStatement.messaging.supportedMessage.definition [
         fhir:value "https://profiles.ihe.net/ITI/PMIR/StructureDefintion/IHE.PMIR.MessageDefinition";
         fhir:link <https://profiles.ihe.net/ITI/PMIR/StructureDefintion/IHE.PMIR.MessageDefinition>       ]     ]
  ].

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

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