SDOH Clinical Care
2.2.0 - STU 2.2 United States of America flag

SDOH Clinical Care, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 2.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-sdoh-clinicalcare/ and changes regularly. See the Directory of published versions

: SDOHCC Related Person Mother Example - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "RelatedPerson",
  "id" : "SDOHCC-RelatedPersonMotherExample",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson SDOHCC-RelatedPersonMotherExample</b></p><a name=\"SDOHCC-RelatedPersonMotherExample\"> </a><a name=\"hcSDOHCC-RelatedPersonMotherExample\"> </a><a name=\"SDOHCC-RelatedPersonMotherExample-en-US\"> </a><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-pat-53234.html\">COLIN ABBAS</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode NMTH}\">Natural Mother</span></p><p><b>name</b>: Eve Everywoman (Official)</p><p><b>telecom</b>: ph: 555-555-2003(Work)</p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1973-05-31</p><p><b>address</b>: 2222 Home Street (home)</p></div>"
  },
  "active" : true,
  "patient" : {
    🔗 "reference" : "Patient/pat-53234",
    "display" : "COLIN ABBAS"
  },
  "relationship" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "NMTH",
          "display" : "natural mother"
        }
      ],
      "text" : "Natural Mother"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Everywoman",
      "given" : [
        "Eve"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "555-555-2003",
      "use" : "work"
    }
  ],
  "gender" : "female",
  "birthDate" : "1973-05-31",
  "address" : [
    {
      "use" : "home",
      "line" : [
        "2222 Home Street"
      ]
    }
  ]
}