Example in Medication REMS2.0.0
Patient

example-patient-123

Patient-example-patient-123.json

Resource Details

Resource Type
Patient
Resource ID
example-patient-123
Identifier
http://example.org/patient-id|123
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": "example-patient-123",
  "filename": "Patient-example-patient-123.json",
  "profile": [
    "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
  ],
  "identifier": {
    "system": "http://example.org/patient-id",
    "value": "123"
  },
  "displayName": "August Samuels",
  "gender": "male",
  "birthDate": "1989-03-12"
}