Example in CARIN Blue Button2.2.0
Patient

Patient1

Patient-Patient1.json

Resource Details

Resource Type
Patient
Resource ID
Patient1
Identifier
https://www.example.com/fhir/memberidentifier|1234-234-1243-12345678901
Conforms To
http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Patient|2.2.0

Example Metadata

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

{
  "resourceType": "Patient",
  "id": "Patient1",
  "filename": "Patient-Patient1.json",
  "profile": [
    "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Patient|2.2.0"
  ],
  "lastUpdated": "2020-07-07T13:26:22.0314215+00:00",
  "identifier": {
    "system": "https://www.example.com/fhir/memberidentifier",
    "value": "1234-234-1243-12345678901"
  },
  "displayName": "Johnny Example1",
  "gender": "male",
  "birthDate": "1986-01-01"
}