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

: Practitioner-Pieter-de-Vries - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "1209",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2025-06-19T10:15:00.000+00:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner 1209</b></p><a name=\"1209\"> </a><a name=\"hc1209\"> </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-06-19 10:15:00+0000</p></div><p><b>identifier</b>: <code>OZO-CONNECT/Professional</code>/1140, <code>email</code>/p.devries@medischcentrum.nl</p><p><b>active</b>: true</p><p><b>name</b>: Dr. Pieter de Vries</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0360 MD}, {http://snomed.info/sct 223366009}\">Huisarts</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "OZO-CONNECT/Professional",
      "value" : "1140"
    },
    {
      "system" : "email",
      "value" : "p.devries@medischcentrum.nl"
    }
  ],
  "active" : true,
  "name" : [
    {
      "text" : "Dr. Pieter de Vries",
      "family" : "de Vries",
      "_family" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString" : "de Vries"
          }
        ]
      },
      "given" : [
        "Pieter"
      ],
      "prefix" : [
        "Dr."
      ]
    }
  ],
  "qualification" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0360",
            "code" : "MD",
            "display" : "Doctor of Medicine"
          },
          {
            "system" : "http://snomed.info/sct",
            "code" : "223366009",
            "display" : "General practitioner"
          }
        ],
        "text" : "Huisarts"
      }
    }
  ]
}