Example in Identity Matching2.0.0
Patient

ExamplePatient

Patient-ExamplePatient.json

Resource Details

Resource Type
Patient
Resource ID
ExamplePatient
Identifier
http://hl7.org/fhir/us/identity-matching/ns/HL7PersonIdentifier|1234-234-1243-12345678901
Conforms To
http://hl7.org/fhir/us/identity-matching/StructureDefinition/IDI-Patient

Example Metadata

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

{
  "resourceType": "Patient",
  "id": "ExamplePatient",
  "filename": "Patient-ExamplePatient.json",
  "profile": [
    "http://hl7.org/fhir/us/identity-matching/StructureDefinition/IDI-Patient"
  ],
  "identifier": {
    "system": "http://hl7.org/fhir/us/identity-matching/ns/HL7PersonIdentifier",
    "value": "1234-234-1243-12345678901"
  },
  "displayName": "Johnny Beegood",
  "gender": "male",
  "birthDate": "1986-05-01"
}