Skip to content

Instantly share code, notes, and snippets.

@amitaibu
Created June 2, 2022 05:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amitaibu/0e5573b29db0493aa754311ff0d3f8ca to your computer and use it in GitHub Desktop.
Save amitaibu/0e5573b29db0493aa754311ff0d3f8ca to your computer and use it in GitHub Desktop.
{
  "resourceType": "Patient",
  "identifier": [
    {
      "use": "usual",
      "system": "urn:oid:2.16.840.1.113883.19.5",
      "value": "12345"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Levin",
      "given": [
        "Omri"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1980-09-24"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment