This page is part of the Interoperable Digital Identity and Patient Matching (v2.0.0-ballot: STU2 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.0.0. For a full list of available versions, 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" : "patient",
"resource" : {
"resourceType" : "Patient",
"id" : "ExamplePatient",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Example Patient</b></p><a name=\"ExamplePatient\"></a><p><b>name</b>: ExamplePatient</p><p><b>address</b>: Peter Chalmers</p></div>"
},
"name" : [
{
"use" : "official",
"family" : "Chalmers",
"given" : [
"Peter",
"James"
]
}
]
}
}
]
}