Birth Defects Reporting - STU1
0.1.2 - draft United States of America flag

Birth Defects Reporting - STU1, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 0.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-birthdefectsreporting-ig/ and changes regularly. See the Directory of published versions

: MotherRelatedPersonBirthingExample - JSON Representation

Raw json | Download

{
  "resourceType" : "RelatedPerson",
  "id" : "MotherRelatedPersonBirthingExample",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/RelatedPerson-mother-vr"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson MotherRelatedPersonBirthingExample</b></p><a name=\"MotherRelatedPersonBirthingExample\"> </a><a name=\"hcMotherRelatedPersonBirthingExample\"> </a><a name=\"MotherRelatedPersonBirthingExample-en-US\"> </a><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-PatientNewbornExample.html\">Melanie Aurora Boucher (official) Female, DoB: 2020-08-08 ( Medical record number)</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode MTH}\">Mother</span></p><p><b>name</b>: Miranda Stephanie Boucher </p><p><b>telecom</b>: ph: 734-555-9800(Mobile)</p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1988-02-17</p><p><b>address</b>: 45 Clearview Ave Ann Arbor MI 48105 </p><h3>Communications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Language</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{urn:ietf:bcp:47 en}\">English</span></td></tr></table></div>"
  },
  "active" : true,
  "patient" : {
    🔗 "reference" : "Patient/PatientNewbornExample"
  },
  "relationship" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "MTH",
          "display" : "Mother"
        }
      ]
    }
  ],
  "name" : [
    {
      "family" : "Boucher",
      "given" : [
        "Miranda",
        "Stephanie"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "734-555-9800",
      "use" : "mobile"
    }
  ],
  "gender" : "female",
  "birthDate" : "1988-02-17",
  "address" : [
    {
      "line" : [
        "45 Clearview Ave"
      ],
      "city" : "Ann Arbor",
      "state" : "MI",
      "postalCode" : "48105"
    }
  ],
  "communication" : [
    {
      "language" : {
        "coding" : [
          {
            "system" : "urn:ietf:bcp:47",
            "code" : "en",
            "display" : "English"
          }
        ]
      }
    }
  ]
}