Example in Da Vinci PDex2.1.0
Patient

1001

Patient-1001.json

Resource Details

Resource Type
Patient
Resource ID
1001
Identifier
http://example.org/old-payer/identifiers/member|55678
Conforms To
http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient

Example Metadata

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

{
  "resourceType": "Patient",
  "id": "1001",
  "filename": "Patient-1001.json",
  "profile": [
    "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
  ],
  "identifier": {
    "system": "http://example.org/old-payer/identifiers/member",
    "value": "55678"
  },
  "displayName": "Patricia Ann Person",
  "gender": "female",
  "birthDate": "1974-12-25"
}