{
  "resourceType" : "RelatedPerson",
  "id" : "FRCoreRelatedPersonExample",
  "meta" : {
    "profile" : ["https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-related-person"]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : PersonneEnRelation FRCoreRelatedPersonExample</b></p><a name=\"FRCoreRelatedPersonExample\"> </a><a name=\"hcFRCoreRelatedPersonExample\"> </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\"/><p style=\"margin-bottom: 0px\">Profil: <a href=\"StructureDefinition-fr-core-related-person.html\">FR Core Related Person Profile</a></p></div><blockquote><p><b>FR Core Nationality Extension</b></p><ul><li>code: <span title=\"Codes :{urn:iso:std:iso:3166 FR}\">France (la)</span></li></ul></blockquote><p><b>identifier</b>: <code>urn:oid:1.2.250.1.213.1.4.8</code>/P98765</p><p><b>patient</b>: <a href=\"Patient-FRCorePatientINSExample.html\">Pierre Durand (official) Male, Date de Naissance :1974-12-25 ( NIR définitif\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>relationship</b>: <span title=\"Codes :{https://mos.esante.gouv.fr/NOS/TRE_R260-HL7RoleClass/FHIR/TRE-R260-HL7RoleClass ECON}\">Personne à prévenir en cas d'urgence</span>, <span title=\"Codes :{https://mos.esante.gouv.fr/NOS/TRE_R216-HL7RoleCode/FHIR/TRE-R216-HL7RoleCode MTH}\">Mère</span></p><p><b>name</b>: Marie Durand (Official)</p><p><b>telecom</b>: ph: 06 12 34 56 78(Mobile)</p><p><b>address</b>: 12 rue des Lilas Paris 75020 (home)</p></div>"
  },
  "extension" : [{
    "extension" : [{
      "url" : "code",
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "urn:iso:std:iso:3166",
          "code" : "FR",
          "display" : "France (la)"
        }]
      }
    }],
    "url" : "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-patient-nationality"
  }],
  "identifier" : [{
    "system" : "urn:oid:1.2.250.1.213.1.4.8",
    "value" : "P98765"
  }],
  "patient" : {
    "reference" : "Patient/FRCorePatientINSExample"
  },
  "relationship" : [{
    "coding" : [{
      "system" : "https://mos.esante.gouv.fr/NOS/TRE_R260-HL7RoleClass/FHIR/TRE-R260-HL7RoleClass",
      "code" : "ECON",
      "display" : "Personne à prévenir en cas d'urgence"
    }]
  },
  {
    "coding" : [{
      "system" : "https://mos.esante.gouv.fr/NOS/TRE_R216-HL7RoleCode/FHIR/TRE-R216-HL7RoleCode",
      "code" : "MTH",
      "display" : "Mère"
    }]
  }],
  "name" : [{
    "use" : "official",
    "family" : "Durand",
    "given" : ["Marie"]
  }],
  "telecom" : [{
    "system" : "phone",
    "value" : "06 12 34 56 78",
    "use" : "mobile"
  }],
  "address" : [{
    "use" : "home",
    "line" : ["12 rue des Lilas"],
    "city" : "Paris",
    "postalCode" : "75020"
  }]
}