haau3 FHIR Implementation Guide (HFIG)
1.0.0 - ci-build
haau3 FHIR Implementation Guide (HFIG) - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "RelatedPerson",
"id" : "haau3-related-person",
"meta" : {
"profile" : [
🔗 "https://haau3.com/fhir/StructureDefinition/haau3-related-person"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson haau3-related-person</b></p><a name=\"haau3-related-person\"> </a><a name=\"hchaau3-related-person\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-haau3-related-person.html\">haau3 RelatedPerson</a></p></div><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-haau3-patient.html\">Derrick Lin Male, DoB: 1965-04-12 ( https://haau3.com/fhir/NamingSystem/haau3-patient-id#Haau3PatientId#example-haau3-patient\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode CHILD}\">Child</span></p><p><b>name</b>: Casey Lin</p><blockquote><p><b>communication</b></p><p><b>language</b>: <span title=\"Codes:{urn:ietf:bcp:47 en}\">English</span></p><p><b>preferred</b>: true</p></blockquote><blockquote><p><b>communication</b></p><p><b>language</b>: <span title=\"Codes:{urn:ietf:bcp:47 vi}\">Vietnamese</span></p></blockquote></div>"
},
"active" : true,
"patient" : {
🔗 "reference" : "Patient/haau3-patient"
},
"relationship" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "CHILD",
"display" : "Child"
}
],
"text" : "Child"
}
],
"name" : [
{
"text" : "Casey Lin"
}
],
"communication" : [
{
"language" : {
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"code" : "en",
"display" : "English"
}
],
"text" : "English"
},
"preferred" : true
},
{
"language" : {
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"code" : "vi",
"display" : "Vietnamese"
}
],
"text" : "Vietnamese"
}
}
]
}