Vital Records Common Profiles Library
0.1.0 - STU 1 Ballot

This page is part of the Vital Records Common Profile Library (v0.1.0: STU 1 on FHIR R4 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: RelatedPerson - Mother example [Carmen Teresa Lee] - JSON Representation

Raw json | Download


{
  "resourceType" : "RelatedPerson",
  "id" : "relatedperson-mother-carmen-teresa-lee-common",
  "meta" : {
    "versionId" : "3",
    "lastUpdated" : "2020-11-19T04:04:28.212+00:00",
    "source" : "#XU5Jo9mHqkPVNUKY",
    "profile" : [
      "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/RelatedPerson-mother"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-patient-decedent-fetus-not-named-common.html\">Patient - Decedent Fetus (Fetus Not Named). Generated Summary: Medical Record Number: 9932702 (USUAL); UNK ; gender: female; birthDate: 2019-01-09; deceased</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>: Carmen Teresa Lee (OFFICIAL)</p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1986-02-15</p></div>"
  },
  "active" : true,
  "patient" : {
    "reference" : "Patient/patient-decedent-fetus-not-named-common",
    "display" : "Patient - Decedent Fetus (Fetus Not Named)"
  },
  "relationship" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "NMTH",
          "display" : "natural mother"
        }
      ],
      "text" : "Natural Mother"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Lee",
      "given" : [
        "Carmen",
        "Teresa"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1986-02-15"
}