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" : "Observation",
"id" : "VeronicaMarsEmploymentStatus",
"meta" : {
"security" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code" : "R"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation VeronicaMarsEmploymentStatus</b></p><a name=\"VeronicaMarsEmploymentStatus\"> </a><a name=\"hcVeronicaMarsEmploymentStatus\"> </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\">Security Label: restricted (Details: Confidentiality code R = 'restricted')</p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category social-history}\">Social History</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10-cm Z56.0}, {http://loinc.org 67875-5}\">Employment status</span></p><p><b>subject</b>: <a href=\"Patient-VeronicaMars.html\">Veronica Mars (official) Female, DoB: 1994-08-07</a></p><p><b>effective</b>: 2026-04-04</p><p><b>performer</b>: <a href=\"Practitioner-VeronicaMarsDoctor.html\">Practitioner John Smith </a></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 7348004}\">Unemployed</span></p></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "social-history",
"display" : "Social History"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/sid/icd-10-cm",
"code" : "Z56.0",
"display" : "Unemployment, unspecified"
},
{
"system" : "http://loinc.org",
"code" : "67875-5",
"display" : "Employment status - current"
}
],
"text" : "Employment status"
},
"subject" : {
🔗 "reference" : "Patient/VeronicaMars"
},
"effectiveDateTime" : "2026-04-04",
"performer" : [
{
🔗 "reference" : "Practitioner/VeronicaMarsDoctor"
}
],
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "7348004",
"display" : "Coagulation factor II"
}
],
"text" : "Unemployed"
}
}