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 - Stepmother - JSON Representation

Raw json | Download


{
  "resourceType" : "RelatedPerson",
  "id" : "relatedperson-parent-stepmother",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2020-11-24T01:48:47.840+00:00",
    "source" : "#zRsDc3JTXENKOnWg",
    "profile" : [
      "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/RelatedPerson-parent"
    ]
  },
  "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-child-babyg-quinn-common.html\">Patient - Child (Baby G Quinn). 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 STPMTH}\">Stepmother</span></p><p><b>name</b>: Susan Grant (OFFICIAL)</p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1985-03-15</p></div>"
  },
  "active" : true,
  "patient" : {
    "reference" : "Patient/patient-child-babyg-quinn-common",
    "display" : "Patient - Child (Baby G Quinn)"
  },
  "relationship" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "STPMTH",
          "display" : "stepmother"
        }
      ],
      "text" : "Stepmother"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Grant",
      "given" : [
        "Susan"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1985-03-15"
}