FHIR Data Segmentation for Privacy, published by HL7 Security Working Group. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-security-label-ds4p/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "example-extension-sec-label-related-artifact-provenance",
"meta" : {
"security" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/uv/security-label-ds4p/StructureDefinition/extension-sec-label-related-artifact",
"valueRelatedArtifact" : {
"type" : "documentation",
"url" : "http://example.fhir.org/base/Provenance/26022804"
}
}
],
"system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
"code" : "PATRPT",
"display" : "patient reported"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation example-extension-sec-label-related-artifact-provenance</b></p><a name=\"example-extension-sec-label-related-artifact-provenance\"> </a><a name=\"hcexample-extension-sec-label-related-artifact-provenance\"> </a><a name=\"example-extension-sec-label-related-artifact-provenance-en-US\"> </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: patient reported (Details: ObservationValue code PATRPT = 'patient reported')</p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8331-1}\">Oral temperature</span></p><p><b>subject</b>: <a href=\"Patient-P001.html\">Anonymous Patient (no stated gender), DoB Unknown</a></p></div>"
},
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "8331-1",
"display" : "Oral temperature"
}
]
},
"subject" : {
🔗 "reference" : "Patient/P001"
}
}