Patient Master Identity Registry (PMIR)
1.5.0 - Trial-Implementation
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
Active as of 2022-03-31 |
@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.PatientIdentityConsumer"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "additional" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">CapabilityStatement for Patient Identity Consumer 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.PatientIdentityConsumer"];
fhir:CapabilityStatement.version [ fhir:value "1.5.0"];
fhir:CapabilityStatement.name [ fhir:value "IHE_PMIR_PatientIdentityConsumer"];
fhir:CapabilityStatement.title [ fhir:value "IHE PMIR Patient Identity Consumer"];
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 Patient Identity Consumer 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.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 "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.