Example in Patient Demographics Query for Mobile (PDQm)3.1.0
Patient

ex-match-input-patient

Patient-ex-match-input-patient.json

Resource Details

Resource Type
Patient
Resource ID
ex-match-input-patient
Identifier
http://example.org/exampleSystem|8675309
Conforms To
https://profiles.ihe.net/ITI/PDQm/StructureDefinition/IHE.PDQm.MatchInputPatient

Example Metadata

Index metadata for this example. The full FHIR resource body is not loaded in the workbench.

{
  "resourceType": "Patient",
  "id": "ex-match-input-patient",
  "filename": "Patient-ex-match-input-patient.json",
  "profile": [
    "https://profiles.ihe.net/ITI/PDQm/StructureDefinition/IHE.PDQm.MatchInputPatient"
  ],
  "identifier": {
    "system": "http://example.org/exampleSystem",
    "value": "8675309"
  },
  "displayName": "John Schmidt",
  "gender": "other",
  "birthDate": "1923-07-25"
}