Example in Da Vinci PDex2.1.0
Patient

2002

Patient-2002.json

Resource Details

Resource Type
Patient
Resource ID
2002
Identifier
http://example.org/old-payer/identifiers/member|45567
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": "2002",
  "filename": "Patient-2002.json",
  "profile": [
    "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
  ],
  "identifier": {
    "system": "http://example.org/old-payer/identifiers/member",
    "value": "45567"
  },
  "displayName": "William John Smith",
  "gender": "female",
  "birthDate": "1958-12-25"
}