Vital Records Birth and Fetal Death Reporting
0.1.0 - STU 1 Ballot

This page is part of the Vital Records Birth and Fetal Death Reporting (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 [Jada Ann Quinn] - JSON Representation

Raw json | Download


{
  "resourceType" : "RelatedPerson",
  "id" : "relatedperson-mother-jada-ann-quinn",
  "meta" : {
    "versionId" : "4",
    "lastUpdated" : "2020-11-19T04:38:10.019+00:00",
    "source" : "#tTCvLph3vc5RhEdJ",
    "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>identifier</b>: Social Security number: 132225986 (USUAL)</p><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-patient-child-babyg-quinn.html\">Generated Summary: Medical Record Number: 9932702 (USUAL); Baby G Quinn ; gender: female; birthDate: 2019-02-12; 1</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>: Jada Ann Quinn (OFFICIAL)</p><p><b>telecom</b>: ph: 1-(404)555-1212(HOME), <a href=\"mailto:jadaann.quinn@example.com\">jadaann.quinn@example.com</a></p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1985-01-15</p><p><b>address</b>: 1875 West Morton Avenue Salt Lake City UT 84116 US (HOME)</p></div>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "SS",
            "display" : "Social Security number"
          }
        ]
      },
      "system" : "http://hl7.org/fhir/sid/us-ssn",
      "value" : "132225986"
    }
  ],
  "active" : true,
  "patient" : {
    "reference" : "Patient/patient-child-babyg-quinn"
  },
  "relationship" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "NMTH",
          "display" : "natural mother"
        }
      ],
      "text" : "Natural Mother"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Quinn",
      "given" : [
        "Jada",
        "Ann"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "1-(404)555-1212",
      "use" : "home"
    },
    {
      "system" : "email",
      "value" : "jadaann.quinn@example.com"
    }
  ],
  "gender" : "female",
  "birthDate" : "1985-01-15",
  "address" : [
    {
      "use" : "home",
      "line" : [
        "1875 West Morton Avenue"
      ],
      "city" : "Salt Lake City",
      "district" : "Salt Lake",
      "state" : "UT",
      "postalCode" : "84116",
      "country" : "US"
    }
  ]
}