Interoperable Digital Identity and Patient Matching
2.0.0-ballot - STU2 Ballot United States of America flag

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

: IDIMatchInputParameters-Example - JSON Representation

Raw json | Download


{
  "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"
            ]
          }
        ]
      }
    }
  ]
}