Example in Da Vinci PDex2.1.0
Patient

1

Patient-1.json

Resource Details

Resource Type
Patient
Resource ID
1
Identifier
https://www.xxxhealthplan.com/fhir/memberidentifier|https://www.xxxhealthplan.com/fhir/memberidentifier#1234-234-1243-12345678901
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": "1",
  "filename": "Patient-1.json",
  "profile": [
    "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
  ],
  "lastUpdated": "2019-07-07T13:26:22.0314215+00:00",
  "identifier": {
    "system": "https://www.xxxhealthplan.com/fhir/memberidentifier",
    "value": "https://www.xxxhealthplan.com/fhir/memberidentifier#1234-234-1243-12345678901"
  },
  "displayName": "Johnny Appleseed",
  "gender": "male",
  "birthDate": "1986-01-01"
}