German Practice Management FHIR Profiles (R4)
0.90.0 - STU1 Germany

German Practice Management FHIR Profiles (R4) - Local Development build (v0.90.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Annex 2b Example Parent - JSON Representation

Raw json | Download

{
  "resourceType" : "RelatedPerson",
  "id" : "annex2b-example-parent",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson annex2b-example-parent</b></p><a name=\"annex2b-example-parent\"> </a><a name=\"hcannex2b-example-parent\"> </a><p><b>patient</b>: <a href=\"Patient-annex2b-example-child.html\">Kim Example  (no stated gender), DoB: 2018-04-12 ( https://fhir.cognovis.de/praxis/NamingSystem/pvs-patient-nummer#PvsPatientNummer#annex2b-child-1)</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode PRN}\">parent</span></p><p><b>name</b>: Robin Example </p></div>"
  },
  "patient" : {
    🔗 "reference" : "Patient/annex2b-example-child"
  },
  "relationship" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "PRN"
        }
      ]
    }
  ],
  "name" : [
    {
      "family" : "Example",
      "given" : [
        "Robin"
      ]
    }
  ]
}