Example in PDMP1.0.0
Patient

pdmp-patient-1

Patient-pdmp-patient-1.json

Resource Details

Resource Type
Patient
Resource ID
pdmp-patient-1
Identifier
http://hl7.org/fhir/sid/us-ssn|120-35-2435
Conforms To
http://hl7.org/fhir/us/pdmp/StructureDefinition/pdmp-patient

Example Metadata

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

{
  "resourceType": "Patient",
  "id": "pdmp-patient-1",
  "filename": "Patient-pdmp-patient-1.json",
  "profile": [
    "http://hl7.org/fhir/us/pdmp/StructureDefinition/pdmp-patient"
  ],
  "identifier": {
    "system": "http://hl7.org/fhir/sid/us-ssn",
    "value": "120-35-2435"
  },
  "displayName": "August Samuels",
  "gender": "male",
  "birthDate": "1989-03-12"
}