Privacy Consent on FHIR (PCF)
1.1.1-current - ci-build International flag

Privacy Consent on FHIR (PCF), published by IHE IT Infrastructure Technical Committee. This guide is not an authorized publication; it is the continuous build for version 1.1.1-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/ITI.PCF/ and changes regularly. See the Directory of published versions

: Example Organization doing the FooBar Research - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="ex-org-researcher"/>
  <meta>
    <security>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
      <code value="HTEST"/>
    </security>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization ex-org-researcher</b></p><a name="ex-org-researcher"> </a><a name="hcex-org-researcher"> </a><a name="ex-org-researcher-en-US"> </a><p><b>active</b>: true</p><p><b>name</b>: research house org</p></div>
  </text>
  <active value="true"/>
  <name value="research house org"/>
</Organization>