Codes, extension, profiles and more
1.0.0 - ci-build Norway flag

Codes, extension, profiles and more - Local Development build (v1.0.0). See the Directory of published versions

: line-danser - JSON Representation

Raw json | Download


{
  "resourceType" : "RelatedPerson",
  "id" : "line-danser",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: RelatedPerson</b><a name=\"line-danser\"> </a></p><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\">Resource RelatedPerson &quot;line-danser&quot; </p></div><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-example-girl.html\">Patient/example-girl</a> &quot; DANSER&quot;</p><p><b>relationship</b>: Mor <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#MO)</span></p><p><b>name</b>: Line Danser </p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1990-11-02</p></div>"
  },
  "active" : true,
  "patient" : {
    "reference" : "Patient/example-girl"
  },
  "relationship" : [
    {
      "coding" : [
        {
          "system" : "urn:oid:2.16.578.1.12.4.1.1.9033",
          "code" : "MO",
          "display" : "Mor"
        }
      ]
    }
  ],
  "name" : [
    {
      "family" : "Danser",
      "given" : [
        "Line"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1990-11-02"
}