Example in Da Vinci DEQM5.0.0
Patient

patient01

Patient-patient01.json

Resource Details

Resource Type
Patient
Resource ID
patient01
Identifier
http://hospital.davinci.org|12345
Conforms To
http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient

Example Metadata

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

{
  "resourceType": "Patient",
  "id": "patient01",
  "filename": "Patient-patient01.json",
  "profile": [
    "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient"
  ],
  "lastUpdated": "2019-02-11T14:19:25.000+00:00",
  "identifier": {
    "system": "http://hospital.davinci.org",
    "value": "12345"
  },
  "displayName": "Jairo Webster",
  "gender": "male",
  "birthDate": "1946-12-16"
}