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 - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "ex-org-researcher",
  "meta" : {
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code" : "HTEST"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "active" : true,
  "name" : "research house org"
}