Birth Defects Reporting - STU1
0.1.2 - draft
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
{
"resourceType" : "RelatedPerson",
"id" : "FatherRelatedPersonExample",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/RelatedPerson-father-natural-vr"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson FatherRelatedPersonExample</b></p><a name=\"FatherRelatedPersonExample\"> </a><a name=\"hcFatherRelatedPersonExample\"> </a><a name=\"FatherRelatedPersonExample-en-US\"> </a><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-PatientChildExample.html\">Gene Austin Wellington (official) Male, DoB: 2020-04-28 ( Medical record number)</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode NFTH}\">natural father</span></p><p><b>name</b>: Adam Wellington </p><p><b>telecom</b>: ph: 734-555-9087(Mobile)</p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1992-03-17</p><p><b>address</b>: 425 East 66th St 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/PatientChildExample"
},
"relationship" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "NFTH",
"display" : "natural father"
}
]
}
],
"name" : [
{
"family" : "Wellington",
"given" : [
"Adam"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "734-555-9087",
"use" : "mobile"
}
],
"gender" : "male",
"birthDate" : "1992-03-17",
"address" : [
{
"line" : [
"425 East 66th St"
],
"city" : "Ann Arbor",
"state" : "MI",
"postalCode" : "48105"
}
],
"communication" : [
{
"language" : {
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"code" : "en",
"display" : "English"
}
]
}
}
]
}