Example in Da Vinci PAS2.2.1
Patient

BeneficiaryExample

Patient-BeneficiaryExample.json

Resource Details

Resource Type
Patient
Resource ID
BeneficiaryExample
Identifier
http://example.org/MIN|12345678902
Conforms To
http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-beneficiary

Example Metadata

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

{
  "resourceType": "Patient",
  "id": "BeneficiaryExample",
  "filename": "Patient-BeneficiaryExample.json",
  "profile": [
    "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-beneficiary"
  ],
  "identifier": {
    "system": "http://example.org/MIN",
    "value": "12345678902"
  },
  "displayName": "JESSE SMITH",
  "gender": "female",
  "birthDate": "1947-01-18"
}