OZO FHIR implementation guide
0.1.0 - ci-build

OZO FHIR implementation guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Patient-Jan-de-Hoop - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "747",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2025-04-17T07:45:03.488+00:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient 747</b></p><a name=\"747\"> </a><a name=\"hc747\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 1; Last updated: 2025-04-17 07:45:03+0000</p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Jan de Hoop (no stated gender), DoB Unknown ( OZO-CONNECT/Person#1021)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\"><code>email</code>/roland.groen+ozo@gmail.com</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "OZO-CONNECT/Person",
      "value" : "1021"
    },
    {
      "system" : "email",
      "value" : "roland.groen+ozo@gmail.com"
    }
  ],
  "active" : true,
  "name" : [
    {
      "text" : "Jan de Hoop",
      "family" : "Groen deel 2",
      "_family" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString" : "Groen deel 2"
          }
        ]
      },
      "given" : [
        "Roland"
      ]
    }
  ]
}