Example in Da Vinci Risk Adjustment2.1.0
Patient

ra-patient01

Patient-ra-patient01.json

Resource Details

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

Example Metadata

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

{
  "resourceType": "Patient",
  "id": "ra-patient01",
  "filename": "Patient-ra-patient01.json",
  "profile": [
    "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|7.0.0"
  ],
  "identifier": {
    "system": "http://example.org/hospital-davinci",
    "value": "12345"
  },
  "displayName": "Eve Everywoman",
  "gender": "female",
  "birthDate": "1975-01-16"
}