{
  "resourceType": "Patient",
  "name": [
    {
      "use": "official",
      "family": "Fung",
      "given": [
        "Brian"
      ],
      "text": "Brian Fung"
    }
  ],
  "gender": "male",
  "birthDate": "1999-01-01",
  "identifier": [
    {
      "system": "https://clinfhir.com/fhir/NamingSystem/identifier",
      "value": "brian.fung2"
    }
  ],
  "text": {
    "status": "generated",
    "div": "<div xmlns='https://www.w3.org/1999/xhtml'>Brian Fung</div>"
  },
  "id": "9939",
  "meta": {
    "lastUpdated": "2022-08-29T14:52:31Z",
    "versionId": "1"
  }
}