SHIFT Privacy Examples
0.1.0 - ci-build
SHIFT Privacy Examples, published by SHIFT-Task-Force. 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/SHIFT-Task-Force/demo-fhir-data/ and changes regularly. See the Directory of published versions
{
"resourceType" : "RelatedPerson",
"id" : "FrankRambeau",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson FrankRambeau</b></p><a name=\"FrankRambeau\"> </a><a name=\"hcFrankRambeau\"> </a><p><b>patient</b>: <a href=\"Patient-MonicaRambeau.html\">Mo Female, DoB: 2006-08-08</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode FTH}\">father</span></p><p><b>name</b>: Frank Rambeau </p></div>"
},
"patient" : {
🔗 "reference" : "Patient/MonicaRambeau"
},
"relationship" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "FTH",
"display" : "father"
}
]
}
],
"name" : [
{
"family" : "Rambeau",
"given" : [
"Frank"
]
}
]
}