Example in Da Vinci PAS2.2.1
Patient

SubscriberExample

Patient-SubscriberExample.json

Resource Details

Resource Type
Patient
Resource ID
SubscriberExample
Identifier
http://example.org/MIN|12345678901
Conforms To
http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-subscriber

Example Metadata

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

{
  "resourceType": "Patient",
  "id": "SubscriberExample",
  "filename": "Patient-SubscriberExample.json",
  "profile": [
    "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-subscriber"
  ],
  "identifier": {
    "system": "http://example.org/MIN",
    "value": "12345678901"
  },
  "displayName": "JOE SMITH",
  "gender": "male"
}