De-Identification, Anonymization, Redaction Toolkit Services
1.0.0-ballot - STU 1 Ballot United States of America flag

De-Identification, Anonymization, Redaction Toolkit Services, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-darts/ and changes regularly. See the Directory of published versions

: Bundle Example containing identifiable data - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "bundle-with-identifiable-date",
  "type" : "collection",
  "entry" : [
    {
      "fullUrl" : "http://example.org/Patient/patient-01",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "patient-01",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_patient-01\"> </a><p><b>US Core Patient</b></p><p>John Miller</p></div>"
        },
        "extension" : [
          {
            "extension" : [
              {
                "url" : "ombCategory",
                "valueCoding" : {
                  "system" : "urn:oid:2.16.840.1.113883.6.238",
                  "code" : "2106-3",
                  "display" : "White"
                }
              },
              {
                "url" : "text",
                "valueString" : "White"
              }
            ],
            "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
          },
          {
            "extension" : [
              {
                "url" : "ombCategory",
                "valueCoding" : {
                  "system" : "urn:oid:2.16.840.1.113883.6.238",
                  "code" : "2186-5",
                  "display" : "Not Hispanic or Latino"
                }
              },
              {
                "url" : "text",
                "valueString" : "Not Hispanic or Latino"
              }
            ],
            "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
          }
        ],
        "identifier" : [
          {
            "system" : "http://example.org/fhir/mrn",
            "value" : "MRN00001"
          }
        ],
        "name" : [
          {
            "use" : "official",
            "family" : "Miller",
            "given" : [
              "John"
            ]
          }
        ],
        "gender" : "male",
        "birthDate" : "1932-02-14",
        "address" : [
          {
            "use" : "home",
            "line" : [
              "101 Oak Street"
            ],
            "city" : "Springfield",
            "state" : "MA",
            "postalCode" : "03601",
            "country" : "US"
          }
        ]
      }
    },
    {
      "fullUrl" : "http://example.org/Condition/condition-01",
      "resource" : {
        "resourceType" : "Condition",
        "id" : "condition-01",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-problems-health-concerns"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_condition-01\"> </a><p><b>US Core Condition Problems and Health Concerns</b></p><p>Diabetes</p></div>"
        },
        "clinicalStatus" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
              "code" : "active",
              "display" : "Active"
            }
          ]
        },
        "verificationStatus" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
              "code" : "confirmed",
              "display" : "Confirmed"
            }
          ]
        },
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
                "code" : "problem-list-item",
                "display" : "Problem List Item"
              }
            ],
            "text" : "Problem List Item"
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "44054006",
              "display" : "Diabetes mellitus type 2 (disorder)"
            }
          ],
          "text" : "Diabetes"
        },
        "subject" : {
          "reference" : "Patient/patient-01",
          "display" : "John Miller"
        },
        "onsetDateTime" : "2018-01-15",
        "asserter" : {
          "reference" : "Practitioner/practitioner-01",
          "display" : "Alice Nguyen"
        }
      }
    },
    {
      "fullUrl" : "http://example.org/Patient/patient-02",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "patient-02",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_patient-02\"> </a><p><b>US Core Patient</b></p><p>Mary Thompson</p></div>"
        },
        "extension" : [
          {
            "extension" : [
              {
                "url" : "ombCategory",
                "valueCoding" : {
                  "system" : "urn:oid:2.16.840.1.113883.6.238",
                  "code" : "2106-3",
                  "display" : "White"
                }
              },
              {
                "url" : "text",
                "valueString" : "White"
              }
            ],
            "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
          },
          {
            "extension" : [
              {
                "url" : "ombCategory",
                "valueCoding" : {
                  "system" : "urn:oid:2.16.840.1.113883.6.238",
                  "code" : "2186-5",
                  "display" : "Not Hispanic or Latino"
                }
              },
              {
                "url" : "text",
                "valueString" : "Not Hispanic or Latino"
              }
            ],
            "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
          }
        ],
        "identifier" : [
          {
            "system" : "http://example.org/fhir/mrn",
            "value" : "MRN00002"
          }
        ],
        "name" : [
          {
            "use" : "official",
            "family" : "Thompson",
            "given" : [
              "Mary"
            ]
          }
        ],
        "gender" : "female",
        "birthDate" : "1931-11-08",
        "address" : [
          {
            "use" : "home",
            "line" : [
              "202 Pine Avenue"
            ],
            "city" : "Riverside",
            "state" : "CA",
            "postalCode" : "02532",
            "country" : "US"
          }
        ]
      }
    },
    {
      "fullUrl" : "http://example.org/Condition/condition-02",
      "resource" : {
        "resourceType" : "Condition",
        "id" : "condition-02",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-problems-health-concerns"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_condition-02\"> </a><p><b>US Core Condition Problems and Health Concerns</b></p><p>CKD</p></div>"
        },
        "clinicalStatus" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
              "code" : "active",
              "display" : "Active"
            }
          ]
        },
        "verificationStatus" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
              "code" : "confirmed",
              "display" : "Confirmed"
            }
          ]
        },
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
                "code" : "problem-list-item",
                "display" : "Problem List Item"
              }
            ],
            "text" : "Problem List Item"
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "709044004",
              "display" : "Chronic kidney disease (disorder)"
            }
          ],
          "text" : "CKD"
        },
        "subject" : {
          "reference" : "Patient/patient-02",
          "display" : "Mary Thompson"
        },
        "onsetDateTime" : "2019-03-10",
        "asserter" : {
          "reference" : "Practitioner/practitioner-02",
          "display" : "Brian Patel"
        }
      }
    },
    {
      "fullUrl" : "http://example.org/Patient/patient-03",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "patient-03",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_patient-03\"> </a><p><b>US Core Patient</b></p><p>David Carter</p></div>"
        },
        "extension" : [
          {
            "extension" : [
              {
                "url" : "ombCategory",
                "valueCoding" : {
                  "system" : "urn:oid:2.16.840.1.113883.6.238",
                  "code" : "2106-3",
                  "display" : "White"
                }
              },
              {
                "url" : "text",
                "valueString" : "White"
              }
            ],
            "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
          },
          {
            "extension" : [
              {
                "url" : "ombCategory",
                "valueCoding" : {
                  "system" : "urn:oid:2.16.840.1.113883.6.238",
                  "code" : "2186-5",
                  "display" : "Not Hispanic or Latino"
                }
              },
              {
                "url" : "text",
                "valueString" : "Not Hispanic or Latino"
              }
            ],
            "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
          }
        ],
        "identifier" : [
          {
            "system" : "http://example.org/fhir/mrn",
            "value" : "MRN00003"
          }
        ],
        "name" : [
          {
            "use" : "official",
            "family" : "Carter",
            "given" : [
              "David"
            ]
          }
        ],
        "gender" : "male",
        "birthDate" : "1975-06-21",
        "address" : [
          {
            "use" : "home",
            "line" : [
              "303 Maple Lane"
            ],
            "city" : "Austin",
            "state" : "TX",
            "postalCode" : "560001",
            "country" : "US"
          }
        ]
      }
    },
    {
      "fullUrl" : "http://example.org/Condition/condition-03",
      "resource" : {
        "resourceType" : "Condition",
        "id" : "condition-03",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-problems-health-concerns"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_condition-03\"> </a><p><b>US Core Condition Problems and Health Concerns</b></p><p>Diabetes</p></div>"
        },
        "clinicalStatus" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
              "code" : "active",
              "display" : "Active"
            }
          ]
        },
        "verificationStatus" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
              "code" : "confirmed",
              "display" : "Confirmed"
            }
          ]
        },
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
                "code" : "problem-list-item",
                "display" : "Problem List Item"
              }
            ],
            "text" : "Problem List Item"
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "44054006",
              "display" : "Diabetes mellitus type 2 (disorder)"
            }
          ],
          "text" : "Diabetes"
        },
        "subject" : {
          "reference" : "Patient/patient-03",
          "display" : "David Carter"
        },
        "onsetDateTime" : "2020-06-21",
        "asserter" : {
          "reference" : "Practitioner/practitioner-03",
          "display" : "Carla Smith"
        }
      }
    },
    {
      "fullUrl" : "http://example.org/Patient/patient-04",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "patient-04",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_patient-04\"> </a><p><b>US Core Patient</b></p><p>Susan Reed</p></div>"
        },
        "extension" : [
          {
            "extension" : [
              {
                "url" : "ombCategory",
                "valueCoding" : {
                  "system" : "urn:oid:2.16.840.1.113883.6.238",
                  "code" : "2106-3",
                  "display" : "White"
                }
              },
              {
                "url" : "text",
                "valueString" : "White"
              }
            ],
            "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
          },
          {
            "extension" : [
              {
                "url" : "ombCategory",
                "valueCoding" : {
                  "system" : "urn:oid:2.16.840.1.113883.6.238",
                  "code" : "2186-5",
                  "display" : "Not Hispanic or Latino"
                }
              },
              {
                "url" : "text",
                "valueString" : "Not Hispanic or Latino"
              }
            ],
            "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
          }
        ],
        "identifier" : [
          {
            "system" : "http://example.org/fhir/mrn",
            "value" : "MRN00004"
          }
        ],
        "name" : [
          {
            "use" : "official",
            "family" : "Reed",
            "given" : [
              "Susan"
            ]
          }
        ],
        "gender" : "female",
        "birthDate" : "1980-09-13",
        "address" : [
          {
            "use" : "home",
            "line" : [
              "404 Cedar Road"
            ],
            "city" : "Miami",
            "state" : "FL",
            "postalCode" : "560014",
            "country" : "US"
          }
        ]
      }
    },
    {
      "fullUrl" : "http://example.org/Condition/condition-04",
      "resource" : {
        "resourceType" : "Condition",
        "id" : "condition-04",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-problems-health-concerns"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_condition-04\"> </a><p><b>US Core Condition Problems and Health Concerns</b></p><p>CKD</p></div>"
        },
        "clinicalStatus" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
              "code" : "active",
              "display" : "Active"
            }
          ]
        },
        "verificationStatus" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
              "code" : "confirmed",
              "display" : "Confirmed"
            }
          ]
        },
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
                "code" : "problem-list-item",
                "display" : "Problem List Item"
              }
            ],
            "text" : "Problem List Item"
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "709044004",
              "display" : "Chronic kidney disease (disorder)"
            }
          ],
          "text" : "CKD"
        },
        "subject" : {
          "reference" : "Patient/patient-04",
          "display" : "Susan Reed"
        },
        "onsetDateTime" : "2021-02-11",
        "asserter" : {
          "reference" : "Practitioner/practitioner-01",
          "display" : "Alice Nguyen"
        }
      }
    },
    {
      "fullUrl" : "http://example.org/Patient/patient-05",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "patient-05",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_patient-05\"> </a><p><b>US Core Patient</b></p><p>Michael Hayes</p></div>"
        },
        "extension" : [
          {
            "extension" : [
              {
                "url" : "ombCategory",
                "valueCoding" : {
                  "system" : "urn:oid:2.16.840.1.113883.6.238",
                  "code" : "2106-3",
                  "display" : "White"
                }
              },
              {
                "url" : "text",
                "valueString" : "White"
              }
            ],
            "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
          },
          {
            "extension" : [
              {
                "url" : "ombCategory",
                "valueCoding" : {
                  "system" : "urn:oid:2.16.840.1.113883.6.238",
                  "code" : "2186-5",
                  "display" : "Not Hispanic or Latino"
                }
              },
              {
                "url" : "text",
                "valueString" : "Not Hispanic or Latino"
              }
            ],
            "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
          }
        ],
        "identifier" : [
          {
            "system" : "http://example.org/fhir/mrn",
            "value" : "MRN00005"
          }
        ],
        "name" : [
          {
            "use" : "official",
            "family" : "Hayes",
            "given" : [
              "Michael"
            ]
          }
        ],
        "gender" : "male",
        "birthDate" : "1968-01-30",
        "address" : [
          {
            "use" : "home",
            "line" : [
              "505 Birch Drive"
            ],
            "city" : "Seattle",
            "state" : "WA",
            "postalCode" : "560034",
            "country" : "US"
          }
        ]
      }
    },
    {
      "fullUrl" : "http://example.org/Condition/condition-05",
      "resource" : {
        "resourceType" : "Condition",
        "id" : "condition-05",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-problems-health-concerns"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_condition-05\"> </a><p><b>US Core Condition Problems and Health Concerns</b></p><p>Diabetes</p></div>"
        },
        "clinicalStatus" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
              "code" : "active",
              "display" : "Active"
            }
          ]
        },
        "verificationStatus" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
              "code" : "confirmed",
              "display" : "Confirmed"
            }
          ]
        },
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
                "code" : "problem-list-item",
                "display" : "Problem List Item"
              }
            ],
            "text" : "Problem List Item"
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "44054006",
              "display" : "Diabetes mellitus type 2 (disorder)"
            }
          ],
          "text" : "Diabetes"
        },
        "subject" : {
          "reference" : "Patient/patient-05",
          "display" : "Michael Hayes"
        },
        "onsetDateTime" : "2017-09-05",
        "asserter" : {
          "reference" : "Practitioner/practitioner-02",
          "display" : "Brian Patel"
        }
      }
    },
    {
      "fullUrl" : "http://example.org/Patient/patient-06",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "patient-06",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_patient-06\"> </a><p><b>US Core Patient</b></p><p>Linda Brooks</p></div>"
        },
        "extension" : [
          {
            "extension" : [
              {
                "url" : "ombCategory",
                "valueCoding" : {
                  "system" : "urn:oid:2.16.840.1.113883.6.238",
                  "code" : "2106-3",
                  "display" : "White"
                }
              },
              {
                "url" : "text",
                "valueString" : "White"
              }
            ],
            "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
          },
          {
            "extension" : [
              {
                "url" : "ombCategory",
                "valueCoding" : {
                  "system" : "urn:oid:2.16.840.1.113883.6.238",
                  "code" : "2186-5",
                  "display" : "Not Hispanic or Latino"
                }
              },
              {
                "url" : "text",
                "valueString" : "Not Hispanic or Latino"
              }
            ],
            "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
          }
        ],
        "identifier" : [
          {
            "system" : "http://example.org/fhir/mrn",
            "value" : "MRN00006"
          }
        ],
        "name" : [
          {
            "use" : "official",
            "family" : "Brooks",
            "given" : [
              "Linda"
            ]
          }
        ],
        "gender" : "female",
        "birthDate" : "1972-04-27",
        "address" : [
          {
            "use" : "home",
            "line" : [
              "606 Elm Street"
            ],
            "city" : "Denver",
            "state" : "CO",
            "postalCode" : "560076",
            "country" : "US"
          }
        ]
      }
    },
    {
      "fullUrl" : "http://example.org/Condition/condition-06",
      "resource" : {
        "resourceType" : "Condition",
        "id" : "condition-06",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-problems-health-concerns"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_condition-06\"> </a><p><b>US Core Condition Problems and Health Concerns</b></p><p>CKD</p></div>"
        },
        "clinicalStatus" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
              "code" : "active",
              "display" : "Active"
            }
          ]
        },
        "verificationStatus" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
              "code" : "confirmed",
              "display" : "Confirmed"
            }
          ]
        },
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
                "code" : "problem-list-item",
                "display" : "Problem List Item"
              }
            ],
            "text" : "Problem List Item"
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "709044004",
              "display" : "Chronic kidney disease (disorder)"
            }
          ],
          "text" : "CKD"
        },
        "subject" : {
          "reference" : "Patient/patient-06",
          "display" : "Linda Brooks"
        },
        "onsetDateTime" : "2016-12-19",
        "asserter" : {
          "reference" : "Practitioner/practitioner-03",
          "display" : "Carla Smith"
        }
      }
    },
    {
      "fullUrl" : "http://example.org/Patient/patient-07",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "patient-07",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_patient-07\"> </a><p><b>US Core Patient</b></p><p>Robert Jenkins</p></div>"
        },
        "extension" : [
          {
            "extension" : [
              {
                "url" : "ombCategory",
                "valueCoding" : {
                  "system" : "urn:oid:2.16.840.1.113883.6.238",
                  "code" : "2106-3",
                  "display" : "White"
                }
              },
              {
                "url" : "text",
                "valueString" : "White"
              }
            ],
            "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
          },
          {
            "extension" : [
              {
                "url" : "ombCategory",
                "valueCoding" : {
                  "system" : "urn:oid:2.16.840.1.113883.6.238",
                  "code" : "2186-5",
                  "display" : "Not Hispanic or Latino"
                }
              },
              {
                "url" : "text",
                "valueString" : "Not Hispanic or Latino"
              }
            ],
            "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
          }
        ],
        "identifier" : [
          {
            "system" : "http://example.org/fhir/mrn",
            "value" : "MRN00007"
          }
        ],
        "name" : [
          {
            "use" : "official",
            "family" : "Jenkins",
            "given" : [
              "Robert"
            ]
          }
        ],
        "gender" : "male",
        "birthDate" : "1985-12-05",
        "address" : [
          {
            "use" : "home",
            "line" : [
              "707 Walnut Street"
            ],
            "city" : "Chicago",
            "state" : "IL",
            "postalCode" : "560099",
            "country" : "US"
          }
        ]
      }
    },
    {
      "fullUrl" : "http://example.org/Condition/condition-07",
      "resource" : {
        "resourceType" : "Condition",
        "id" : "condition-07",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-problems-health-concerns"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_condition-07\"> </a><p><b>US Core Condition Problems and Health Concerns</b></p><p>Diabetes</p></div>"
        },
        "clinicalStatus" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
              "code" : "active",
              "display" : "Active"
            }
          ]
        },
        "verificationStatus" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
              "code" : "confirmed",
              "display" : "Confirmed"
            }
          ]
        },
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
                "code" : "problem-list-item",
                "display" : "Problem List Item"
              }
            ],
            "text" : "Problem List Item"
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "44054006",
              "display" : "Diabetes mellitus type 2 (disorder)"
            }
          ],
          "text" : "Diabetes"
        },
        "subject" : {
          "reference" : "Patient/patient-07",
          "display" : "Robert Jenkins"
        },
        "onsetDateTime" : "2022-04-30",
        "asserter" : {
          "reference" : "Practitioner/practitioner-01",
          "display" : "Alice Nguyen"
        }
      }
    },
    {
      "fullUrl" : "http://example.org/Patient/patient-08",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "patient-08",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_patient-08\"> </a><p><b>US Core Patient</b></p><p>Patricia Ward</p></div>"
        },
        "extension" : [
          {
            "extension" : [
              {
                "url" : "ombCategory",
                "valueCoding" : {
                  "system" : "urn:oid:2.16.840.1.113883.6.238",
                  "code" : "2106-3",
                  "display" : "White"
                }
              },
              {
                "url" : "text",
                "valueString" : "White"
              }
            ],
            "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
          },
          {
            "extension" : [
              {
                "url" : "ombCategory",
                "valueCoding" : {
                  "system" : "urn:oid:2.16.840.1.113883.6.238",
                  "code" : "2186-5",
                  "display" : "Not Hispanic or Latino"
                }
              },
              {
                "url" : "text",
                "valueString" : "Not Hispanic or Latino"
              }
            ],
            "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
          }
        ],
        "identifier" : [
          {
            "system" : "http://example.org/fhir/mrn",
            "value" : "MRN00008"
          }
        ],
        "name" : [
          {
            "use" : "official",
            "family" : "Ward",
            "given" : [
              "Patricia"
            ]
          }
        ],
        "gender" : "female",
        "birthDate" : "1990-07-19",
        "address" : [
          {
            "use" : "home",
            "line" : [
              "808 Cherry Court"
            ],
            "city" : "Phoenix",
            "state" : "AZ",
            "postalCode" : "90210",
            "country" : "US"
          }
        ]
      }
    },
    {
      "fullUrl" : "http://example.org/Condition/condition-08",
      "resource" : {
        "resourceType" : "Condition",
        "id" : "condition-08",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-problems-health-concerns"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_condition-08\"> </a><p><b>US Core Condition Problems and Health Concerns</b></p><p>CKD</p></div>"
        },
        "clinicalStatus" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
              "code" : "active",
              "display" : "Active"
            }
          ]
        },
        "verificationStatus" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
              "code" : "confirmed",
              "display" : "Confirmed"
            }
          ]
        },
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
                "code" : "problem-list-item",
                "display" : "Problem List Item"
              }
            ],
            "text" : "Problem List Item"
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "709044004",
              "display" : "Chronic kidney disease (disorder)"
            }
          ],
          "text" : "CKD"
        },
        "subject" : {
          "reference" : "Patient/patient-08",
          "display" : "Patricia Ward"
        },
        "onsetDateTime" : "2015-08-14",
        "asserter" : {
          "reference" : "Practitioner/practitioner-02",
          "display" : "Brian Patel"
        }
      }
    },
    {
      "fullUrl" : "http://example.org/Patient/patient-09",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "patient-09",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_patient-09\"> </a><p><b>US Core Patient</b></p><p>James Foster</p></div>"
        },
        "extension" : [
          {
            "extension" : [
              {
                "url" : "ombCategory",
                "valueCoding" : {
                  "system" : "urn:oid:2.16.840.1.113883.6.238",
                  "code" : "2106-3",
                  "display" : "White"
                }
              },
              {
                "url" : "text",
                "valueString" : "White"
              }
            ],
            "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
          },
          {
            "extension" : [
              {
                "url" : "ombCategory",
                "valueCoding" : {
                  "system" : "urn:oid:2.16.840.1.113883.6.238",
                  "code" : "2186-5",
                  "display" : "Not Hispanic or Latino"
                }
              },
              {
                "url" : "text",
                "valueString" : "Not Hispanic or Latino"
              }
            ],
            "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
          }
        ],
        "identifier" : [
          {
            "system" : "http://example.org/fhir/mrn",
            "value" : "MRN00009"
          }
        ],
        "name" : [
          {
            "use" : "official",
            "family" : "Foster",
            "given" : [
              "James"
            ]
          }
        ],
        "gender" : "male",
        "birthDate" : "1978-03-11",
        "address" : [
          {
            "use" : "home",
            "line" : [
              "909 Aspen Way"
            ],
            "city" : "Boston",
            "state" : "MA",
            "postalCode" : "30301",
            "country" : "US"
          }
        ]
      }
    },
    {
      "fullUrl" : "http://example.org/Condition/condition-09",
      "resource" : {
        "resourceType" : "Condition",
        "id" : "condition-09",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-problems-health-concerns"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_condition-09\"> </a><p><b>US Core Condition Problems and Health Concerns</b></p><p>CKD</p></div>"
        },
        "clinicalStatus" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
              "code" : "active",
              "display" : "Active"
            }
          ]
        },
        "verificationStatus" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
              "code" : "confirmed",
              "display" : "Confirmed"
            }
          ]
        },
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
                "code" : "problem-list-item",
                "display" : "Problem List Item"
              }
            ],
            "text" : "Problem List Item"
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "709044004",
              "display" : "Chronic kidney disease (disorder)"
            }
          ],
          "text" : "CKD"
        },
        "subject" : {
          "reference" : "Patient/patient-09",
          "display" : "James Foster"
        },
        "onsetDateTime" : "2014-10-01",
        "asserter" : {
          "reference" : "Practitioner/practitioner-03",
          "display" : "Carla Smith"
        }
      }
    },
    {
      "fullUrl" : "http://example.org/Patient/patient-10",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "patient-10",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_patient-10\"> </a><p><b>US Core Patient</b></p><p>Barbara Collins</p></div>"
        },
        "extension" : [
          {
            "extension" : [
              {
                "url" : "ombCategory",
                "valueCoding" : {
                  "system" : "urn:oid:2.16.840.1.113883.6.238",
                  "code" : "2106-3",
                  "display" : "White"
                }
              },
              {
                "url" : "text",
                "valueString" : "White"
              }
            ],
            "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
          },
          {
            "extension" : [
              {
                "url" : "ombCategory",
                "valueCoding" : {
                  "system" : "urn:oid:2.16.840.1.113883.6.238",
                  "code" : "2186-5",
                  "display" : "Not Hispanic or Latino"
                }
              },
              {
                "url" : "text",
                "valueString" : "Not Hispanic or Latino"
              }
            ],
            "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
          }
        ],
        "identifier" : [
          {
            "system" : "http://example.org/fhir/mrn",
            "value" : "MRN00010"
          }
        ],
        "name" : [
          {
            "use" : "official",
            "family" : "Collins",
            "given" : [
              "Barbara"
            ]
          }
        ],
        "gender" : "female",
        "birthDate" : "1988-10-02",
        "address" : [
          {
            "use" : "home",
            "line" : [
              "111 Willow Place"
            ],
            "city" : "Nashville",
            "state" : "TN",
            "postalCode" : "60614",
            "country" : "US"
          }
        ]
      }
    },
    {
      "fullUrl" : "http://example.org/Condition/condition-10",
      "resource" : {
        "resourceType" : "Condition",
        "id" : "condition-10",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-problems-health-concerns"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_condition-10\"> </a><p><b>US Core Condition Problems and Health Concerns</b></p><p>Diabetes</p></div>"
        },
        "clinicalStatus" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
              "code" : "active",
              "display" : "Active"
            }
          ]
        },
        "verificationStatus" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
              "code" : "confirmed",
              "display" : "Confirmed"
            }
          ]
        },
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
                "code" : "problem-list-item",
                "display" : "Problem List Item"
              }
            ],
            "text" : "Problem List Item"
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "44054006",
              "display" : "Diabetes mellitus type 2 (disorder)"
            }
          ],
          "text" : "Diabetes"
        },
        "subject" : {
          "reference" : "Patient/patient-10",
          "display" : "Barbara Collins"
        },
        "onsetDateTime" : "2023-05-08",
        "asserter" : {
          "reference" : "Practitioner/practitioner-01",
          "display" : "Alice Nguyen"
        }
      }
    },
    {
      "fullUrl" : "http://example.org/Practitioner/practitioner-01",
      "resource" : {
        "resourceType" : "Practitioner",
        "id" : "practitioner-01",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_practitioner-01\"> </a><p><b>US Core Practitioner</b></p><p>Alice Nguyen</p><p>NPI: 1234567895</p></div>"
        },
        "identifier" : [
          {
            "system" : "http://hl7.org/fhir/sid/us-npi",
            "value" : "3412549073"
          }
        ],
        "active" : true,
        "name" : [
          {
            "use" : "official",
            "family" : "Nguyen",
            "given" : [
              "Alice"
            ]
          }
        ]
      }
    },
    {
      "fullUrl" : "http://example.org/Practitioner/practitioner-02",
      "resource" : {
        "resourceType" : "Practitioner",
        "id" : "practitioner-02",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_practitioner-02\"> </a><p><b>US Core Practitioner</b></p><p>Brian Patel</p><p>NPI: 2345678901</p></div>"
        },
        "identifier" : [
          {
            "system" : "http://hl7.org/fhir/sid/us-npi",
            "value" : "1245319599"
          }
        ],
        "active" : true,
        "name" : [
          {
            "use" : "official",
            "family" : "Patel",
            "given" : [
              "Brian"
            ]
          }
        ]
      }
    },
    {
      "fullUrl" : "http://example.org/Practitioner/practitioner-03",
      "resource" : {
        "resourceType" : "Practitioner",
        "id" : "practitioner-03",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_practitioner-03\"> </a><p><b>US Core Practitioner</b></p><p>Carla Smith</p><p>NPI: 3456789019</p></div>"
        },
        "identifier" : [
          {
            "system" : "http://hl7.org/fhir/sid/us-npi",
            "value" : "9941339100"
          }
        ],
        "active" : true,
        "name" : [
          {
            "use" : "official",
            "family" : "Smith",
            "given" : [
              "Carla"
            ]
          }
        ]
      }
    }
  ]
}