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" : "Condition",
"id" : "SteffiRambeau16DandCAbortion",
"meta" : {
"security" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code" : "R"
},
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "SEX"
},
{
"system" : "http://SHIFT-Task-Force.github.io/SLS-ValueSets/CodeSystem/extraSensitivityCodes",
"code" : "ABORTION"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition SteffiRambeau16DandCAbortion</b></p><a name=\"SteffiRambeau16DandCAbortion\"> </a><a name=\"hcSteffiRambeau16DandCAbortion\"> </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 Labels: restricted (Details: Confidentiality code R = 'restricted'), sexuality and reproductive health information sensitivity (Details: ActCode code SEX = 'sexuality and reproductive health information sensitivity'), ABORTION (Details: extraSensitivityCodes code ABORTION)</p></div><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical resolved}\">Resolved</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category encounter-diagnosis}\">Encounter Diagnosis</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10-cm Z33.2}, {http://snomed.info/sct 18391007}\">D&C age 15: Encounter for elective termination of pregnancy</span></p><p><b>subject</b>: <a href=\"Patient-SteffiRambeau16.html\">Mo Female, DoB: 2009-07-18</a></p><p><b>recordedDate</b>: 2024-09-18</p></div>"
},
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code" : "resolved"
}
]
},
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-category",
"code" : "encounter-diagnosis"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/sid/icd-10-cm",
"code" : "Z33.2",
"display" : "Encounter for elective termination of pregnancy"
},
{
"system" : "http://snomed.info/sct",
"code" : "18391007",
"display" : "Elective abortion (disorder)"
}
],
"text" : "D&C age 15: Encounter for elective termination of pregnancy"
},
"subject" : {
🔗 "reference" : "Patient/SteffiRambeau16"
},
"recordedDate" : "2024-09-18"
}