Example in Specialty Rx2.0.0
Patient

specialty-rx-patient-1

Patient-specialty-rx-patient-1.json

Resource Details

Resource Type
Patient
Resource ID
specialty-rx-patient-1
Identifier
http://example.org/patient-id|1234
Conforms To
http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-patient

Example Metadata

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

{
  "resourceType": "Patient",
  "id": "specialty-rx-patient-1",
  "filename": "Patient-specialty-rx-patient-1.json",
  "profile": [
    "http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-patient"
  ],
  "identifier": {
    "system": "http://example.org/patient-id",
    "value": "1234"
  },
  "displayName": "Timothy V. Doe",
  "gender": "male",
  "birthDate": "1987-02-20"
}