Bidirectional Services eReferral (BSeR)
2.0.0-ballot - STU2 United States of America flag

Bidirectional Services eReferral (BSeR), published by HL7 Public Health Working Group. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/bser/ and changes regularly. See the Directory of published versions

: RelatedPerson - Gestational Mother - Mom Everymom - JSON Representation

Raw json | Download


{
  "resourceType" : "RelatedPerson",
  "id" : "relatedperson-us-core-relatedperson-mom-everymom",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-relatedperson"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: RelatedPerson</b><a name=\"relatedperson-us-core-relatedperson-mom-everymom\"> </a><a name=\"hcrelatedperson-us-core-relatedperson-mom-everymom\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource RelatedPerson &quot;relatedperson-us-core-relatedperson-mom-everymom&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU5.0.1/StructureDefinition-us-core-relatedperson.html\">US Core RelatedPerson Profile</a></p></div><p><b>identifier</b>: Social Security number/444222222</p><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-patient-us-core-patient-baby-everybaby.html\">Patient/patient-us-core-patient-baby-everybaby</a> &quot; EVERYBABY&quot;</p><p><b>relationship</b>: Gestational Mother <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-RoleCode.html\">RoleCode</a>#GESTM &quot;gestational mother&quot;)</span></p><p><b>name</b>: Mom L Everymom </p><p><b>telecom</b>: ph: 1-(404)555-1313(HOME), <a href=\"mailto:mom.everymom@example.com\">mom.everymom@example.com</a></p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1982-11-24</p><p><b>address</b>: 5101 Peachtree St NE Atlanta GA 30302 US </p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "SS"
          }
        ]
      },
      "system" : "http://hl7.org/fhir/sid/us-ssn",
      "value" : "444222222"
    }
  ],
  "active" : true,
  "patient" : {
    🔗 "reference" : "Patient/patient-us-core-patient-baby-everybaby"
  },
  "relationship" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "GESTM",
          "display" : "gestational mother"
        }
      ],
      "text" : "Gestational Mother"
    }
  ],
  "name" : [
    {
      "family" : "Everymom",
      "given" : [
        "Mom",
        "L"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "1-(404)555-1313",
      "use" : "home"
    },
    {
      "system" : "email",
      "value" : "mom.everymom@example.com"
    }
  ],
  "gender" : "female",
  "birthDate" : "1982-11-24",
  "address" : [
    {
      "line" : [
        "5101 Peachtree St NE"
      ],
      "city" : "Atlanta",
      "state" : "GA",
      "postalCode" : "30302",
      "country" : "US"
    }
  ]
}