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-Maria-Groen-de-Wit - JSON Representation

Raw json | Download

{
  "resourceType" : "RelatedPerson",
  "id" : "1501",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2025-06-19T10:18:00.000+00:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson 1501</b></p><a name=\"1501\"> </a><a name=\"hc1501\"> </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:18:00+0000</p></div><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-747.html\">Jan de Hoop</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode SPS}\">Echtgenote</span></p><p><b>name</b>: Maria Groen-de Wit</p><p><b>telecom</b>: <a href=\"tel:+31612345679\">+31612345679</a>, <a href=\"mailto:maria.groen@example.com\">maria.groen@example.com</a></p><p><b>address</b>: Hoofdstraat 123 Amsterdam 1234 AB NL </p></div>"
  },
  "active" : true,
  "patient" : {
    🔗 "reference" : "Patient/747",
    "display" : "Jan de Hoop"
  },
  "relationship" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "SPS",
          "display" : "spouse"
        }
      ],
      "text" : "Echtgenote"
    }
  ],
  "name" : [
    {
      "text" : "Maria Groen-de Wit",
      "family" : "Groen-de Wit",
      "_family" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString" : "de Wit"
          }
        ]
      },
      "given" : [
        "Maria"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+31612345679",
      "use" : "mobile"
    },
    {
      "system" : "email",
      "value" : "maria.groen@example.com"
    }
  ],
  "address" : [
    {
      "line" : [
        "Hoofdstraat 123"
      ],
      "city" : "Amsterdam",
      "postalCode" : "1234 AB",
      "country" : "NL"
    }
  ]
}