0.0.1 - ci-build
ShiftPrivacyExamples, published by SHIFT-Task-Force. This guide is not an authorized publication; it is the continuous build for version 0.0.1 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" : "EllieFrederickson",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson EllieFrederickson</b></p><a name=\"EllieFrederickson\"> </a><a name=\"hcEllieFrederickson\"> </a><p><b>identifier</b>: <code>http://shift.github.io/demo/relatedperson-identifier</code>/RP-56789</p><p><b>patient</b>: <code>urn:uuid:CarlFrederickson</code></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode WIFE}\">wife</span>, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode RESPRSN}\">responsible party</span></p><p><b>name</b>: Ellie Frederickson </p></div>"
},
"identifier" : [
{
"system" : "http://shift.github.io/demo/relatedperson-identifier",
"value" : "RP-56789"
}
],
"patient" : {
"reference" : "urn:uuid:CarlFrederickson"
},
"relationship" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "WIFE",
"display" : "wife"
}
]
},
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "RESPRSN",
"display" : "responsible party"
}
]
}
],
"name" : [
{
"family" : "Frederickson",
"given" : [
"Ellie"
]
}
]
}