FHIR Data Segmentation for Privacy
0.2.0 - STU 1 Ballot

This page is part of the FHIR Data Segmentation for Privacy (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

Simple use of the sec-label-classifier extension - XML Representation

(back to description)

Raw xml

Source view


<Observation xmlns="http://hl7.org/fhir">
  <id value="example-extension-sec-label-classifier"/>
  <meta>
    <security>
      <extension
                 url="http://hl7.org/fhir/uv/security-label-ds4p/StructureDefinition/extension-sec-label-classifier">
        <valueContributor>
          <type value="reviewer"/>
          <name value="John Doe"/>
          <contact>
            <name value="John Doe"/>
            <telecom>
              <system value="email"/>
              <value value="john@doe.com"/>
              <use value="work"/>
            </telecom>
          </contact>
        </valueContributor>
      </extension>
      <system value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
      <code value="R"/>
      <display value="Restricted"/>
    </security>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example-extension-sec-label-classifier</p><p><b>meta</b>: </p><p><b>status</b>: final</p><p><b>code</b>: Bacteria identified in Blood by Culture <span style="background: LightGoldenRodYellow">(Details : {LOINC code '600-7' = 'Bacteria identified in Blood by Culture', given as 'Bacteria identified in Blood by Culture'})</span></p><p><b>subject</b>: <a href="Patient-P001.html">Generated Summary: id: P001; active</a></p></div>
  </text>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="600-7"/>
      <display value="Bacteria identified in Blood by Culture"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/P001"/>
  </subject>
</Observation>