Interoperable Digital Identity and Patient Matching, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-identity-matching-ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Parameters",
"id" : "IDIMatchInputParameters-Example",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/identity-matching/StructureDefinition/idi-match-input-parameters"
]
},
"parameter" : [
{
"name" : "IDIPatient",
"resource" : {
"resourceType" : "Patient",
"id" : "ExamplePatientL0",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/identity-matching/StructureDefinition/IDI-Patient-L0"
]
},
"language" : "en-US",
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "PN"
}
]
},
"system" : "http://hl7.org/fhir/us/identity-matching/ns/HL7PersonIdentifier",
"value" : "4004-202-9999-12345678901"
}
],
"active" : true,
"name" : [
{
"family" : "Paeshent",
"given" : [
"Nancy"
]
}
],
"gender" : "female",
"birthDate" : "1988-02-11",
"address" : [
{
"type" : "physical",
"line" : [
"321 South Maple Street"
],
"city" : "Scranton",
"state" : "PA",
"postalCode" : "18503"
}
],
"maritalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
"code" : "UNK"
}
]
}
}
},
{
"name" : "onlySingleMatch",
"valueBoolean" : true
}
]
}