Clic Santé
1.0.0 - trial-use

This page is part of the Interoperability of Clic Santé (v1.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Example Related Person (Mother) - JSON Representation

Raw json | Download

{
  "resourceType" : "RelatedPerson",
  "id" : "b091622d-2b03-4715-84ba-a2565e588a13",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson b091622d-2b03-4715-84ba-a2565e588a13</b></p><a name=\"b091622d-2b03-4715-84ba-a2565e588a13\"> </a><a name=\"hcb091622d-2b03-4715-84ba-a2565e588a13\"> </a><a name=\"b091622d-2b03-4715-84ba-a2565e588a13-en-US\"> </a><p><b>Related Person Occupation</b>: Développeur Web</p><p><b>patient</b>: <a href=\"Patient-65455b44-591e-420a-a34a-1e0d48e50b44.html\">Weldon Mickael Cormier Male, DoB: 1964-04-06</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode MTH}\">mother</span></p><p><b>name</b>: Marise Moe </p></div>"
  },
  "extension" : [
    {
      "url" : "http://documentation.clicsante.ca/fhir/base/StructureDefinition/related-person-occupation",
      "valueString" : "Développeur Web"
    }
  ],
  "patient" : {
    🔗 "reference" : "Patient/65455b44-591e-420a-a34a-1e0d48e50b44"
  },
  "relationship" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "MTH"
        }
      ]
    }
  ],
  "name" : [
    {
      "family" : "Moe",
      "given" : [
        "Marise"
      ]
    }
  ]
}