haau3 FHIR Implementation Guide (HFIG)
0.1.0 - ci-build
haau3 FHIR Implementation Guide (HFIG), published by haau3. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/haau3/fhir-ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "RelatedPerson",
"id" : "brian-fung-for-grandma-fung",
"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 brian-fung-for-grandma-fung</b></p><a name=\"brian-fung-for-grandma-fung\"> </a><a name=\"hcbrian-fung-for-grandma-fung\"> </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\">Related Person</a></p></div><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-grandma-fung.html\">Grandma Fung</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode GRNDCHILD}\">Grandchild</span></p><p><b>name</b>: Brian Fung</p><p><b>telecom</b>: <a href=\"mailto:hello@haau3.com\">hello@haau3.com</a></p></div>"
},
"active" : true,
"patient" : {
🔗 "reference" : "Patient/grandma-fung",
"display" : "Grandma Fung"
},
"relationship" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "GRNDCHILD",
"display" : "Grandchild"
}
]
}
],
"name" : [
{
"text" : "Brian Fung",
"family" : "Fung",
"given" : [
"Brian"
]
}
],
"telecom" : [
{
"system" : "email",
"value" : "hello@haau3.com",
"use" : "home"
}
]
}