add forgotten files
This commit is contained in:
parent
18b61f21d0
commit
0bcf421fb2
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"version": "1",
|
||||||
|
"mdmTypes": ["Patient", "Practitioner", "Medication"],
|
||||||
|
"candidateSearchParams" : [],
|
||||||
|
"candidateFilterSearchParams" : [],
|
||||||
|
"matchFields" : [ {
|
||||||
|
"name" : "given-name",
|
||||||
|
"resourceType" : "Patient",
|
||||||
|
"fhirPath" : "name.given.blurst()",
|
||||||
|
"matcher" : {
|
||||||
|
"algorithm": "STRING",
|
||||||
|
"exact" : true
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
"matchResultMap" : {
|
||||||
|
"given-name" : "POSSIBLE_MATCH"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"version": "1",
|
||||||
|
"mdmTypes": ["Patient", "Practitioner", "Medication"],
|
||||||
|
"candidateSearchParams" : [],
|
||||||
|
"candidateFilterSearchParams" : [],
|
||||||
|
"matchFields" : [ {
|
||||||
|
"name" : "given-name",
|
||||||
|
"resourceType" : "Patient",
|
||||||
|
"resourcePath" : "name.first",
|
||||||
|
"fhirPath" : "name.given.first()",
|
||||||
|
"matcher" : {
|
||||||
|
"algorithm": "STRING",
|
||||||
|
"exact" : true
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
"matchResultMap" : {
|
||||||
|
"given-name" : "POSSIBLE_MATCH"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"version": "1",
|
||||||
|
"mdmTypes": ["Patient", "Practitioner", "Medication"],
|
||||||
|
"candidateSearchParams" : [],
|
||||||
|
"candidateFilterSearchParams" : [],
|
||||||
|
"matchFields" : [ {
|
||||||
|
"name" : "given-name",
|
||||||
|
"resourceType" : "Patient",
|
||||||
|
"matcher" : {
|
||||||
|
"algorithm": "STRING",
|
||||||
|
"exact" : true
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
"matchResultMap" : {
|
||||||
|
"given-name" : "POSSIBLE_MATCH"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue