FHIR Data Segmentation for Privacy, published by HL7 Security Working Group. This is not an authorized publication; it is the continuous build for version 1.0.0). 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
: Simple use of the display extension - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-extension-display"] ; #
fhir:meta [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/security-label-ds4p/StructureDefinition/extension-display"^^xsd:anyURI ] ;
fhir:value [
a fhir:Annotation ;
fhir:author [
a fhir:Reference ;
fhir:type [ fhir:v "Organization"^^xsd:anyURI ] ;
fhir:display [ fhir:v "Veteran Health Administration" ] ] ;
fhir:text [ fhir:v "**CUI//SP-HLTH/HLTH/PRVCY**\r\n\r\n ([Veterans Health Administration, Washington, DC 20420](http://example.fhir.org/Organization/vha))" ] ] ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"example-extension-display\"> </a></p><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\">Resource Observation "example-extension-display" </p></div><p><b>status</b>: final</p><p><b>code</b>: Bacteria identified in Blood by Culture <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#600-7)</span></p><p><b>subject</b>: <a href=\"Patient-P001.html\">Patient/P001</a></p></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a loinc:600-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "600-7" ] ;
fhir:display [ fhir:v "Bacteria identified in Blood by Culture" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/P001" ]
] . #