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

: RelatedPerson-Kees-Groot - JSON Representation

Raw json | Download

{
  "resourceType" : "RelatedPerson",
  "id" : "RelatedPerson-Kees-Groot",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2024-12-05T16:24:55.501+00:00",
    "source" : "#wXk63usSROLkNN1z"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson RelatedPerson-Kees-Groot</b></p><a name=\"RelatedPerson-Kees-Groot\"> </a><a name=\"hcRelatedPerson-Kees-Groot\"> </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: 2024-12-05 16:24:55+0000; </p><p style=\"margin-bottom: 0px\">Information Source: #wXk63usSROLkNN1z</p></div><p><b>identifier</b>: <code>OZO/Person</code>/48898909439, <code>OZO/NetworkRelation</code>/0987654321, <code>email</code>/info@example.com</p><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-Patient-H-de-Boer.html\">H. de Boer</a></p><p><b>relationship</b>: <span title=\"Codes:{urn:oid:2.16.840.1.113883.5.111 SONC}\">Son</span></p><p><b>name</b>: Kees Groot</p></div>"
  },
  "identifier" : [
    {
      "system" : "OZO/Person",
      "value" : "48898909439"
    },
    {
      "system" : "OZO/NetworkRelation",
      "value" : "0987654321"
    },
    {
      "system" : "email",
      "value" : "info@example.com"
    }
  ],
  "active" : true,
  "patient" : {
    🔗 "reference" : "Patient/Patient-H-de-Boer",
    "type" : "Patient",
    "display" : "H. de Boer"
  },
  "relationship" : [
    {
      "coding" : [
        {
          "system" : "urn:oid:2.16.840.1.113883.5.111",
          "code" : "SONC",
          "display" : "Son"
        }
      ]
    }
  ],
  "name" : [
    {
      "text" : "Kees Groot",
      "family" : "Groot",
      "given" : [
        "Kees",
        "Gerards"
      ]
    }
  ]
}