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
{
"resourceType" : "CapabilityStatement",
"id" : "IHE_PIXm_Source",
"text" : {
"status" : "additional",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"> \n\t\tCapabilityStatement for Source Actor in the IHE IT Infrastructure Technical Framework Supplement \n\t\t<a href=\"http://wiki.ihe.net/index.php/PIXm\">Patient Identity Cross-reference for Mobile (PIXm)</a> \n\t\tThe IHE Profile text is Normative, this conformance resource is Informative. \n\t</div>"
},
"url" : "http://profiles.ihe.net/ITI/PIXm/CapabilityStatement/IHE_PIXm_Source",
"version" : "2.2.0",
"name" : "IHE_PIXm_Source",
"title" : "IHE ITI Patient Identity Cross-reference for Mobile (PIXm) - Source (client)",
"status" : "draft",
"experimental" : false,
"date" : "2019-07-05",
"publisher" : "IHE IT Infrastructure Technical Committee",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "https://www.ihe.net/ihe_domains/it_infrastructure/"
}
]
},
{
"telecom" : [
{
"system" : "email",
"value" : "iti@ihe.net"
}
]
},
{
"name" : "IHE IT Infrastructure Technical Committee",
"telecom" : [
{
"system" : "email",
"value" : "iti@ihe.net"
}
]
}
],
"description" : "CapabilityStatement for Source Actor in the IHE IT Infrastructure Technical Framework Supplement IHE PIXm.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001"
}
]
}
],
"copyright" : "IHE http://www.ihe.net/Governance/#Intellectual_Property",
"kind" : "requirements",
"fhirVersion" : "4.0.1",
"format" : [
"application/fhir+xml",
"application/fhir+json"
],
"rest" : [
{
"mode" : "client",
"documentation" : "The PIXm Source is the producer and publisher of patient identity data.",
"security" : {
"cors" : false,
"description" : "Recommend IUA or SMART"
},
"resource" : [
{
"type" : "Patient",
"supportedProfile" : [
"http://profiles.ihe.net/ITI/PIXm/StructureDefinition/IHE.PIXm.Patient"
],
"interaction" : [
{
"code" : "create",
"documentation" : "conditional create for [ITI-104]"
},
{
"code" : "update",
"documentation" : "conditional update for [ITI-104]"
},
{
"code" : "delete",
"documentation" : "conditional delete for [ITI-104]"
}
],
"conditionalCreate" : true,
"conditionalUpdate" : true,
"conditionalDelete" : "single"
}
]
}
]
}