Da Vinci Payer Data Exchange
2.1.0 - STU2 United States of America flag

Da Vinci Payer Data Exchange, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-epdx/ and changes regularly. See the Directory of published versions

: ConsentExample - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Consent",
  "id" : "consent-10",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-consent"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Default Generated text for resource.</div>"
  },
  "status" : "active",
  "scope" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/consentscope",
        "code" : "patient-privacy"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
          "code" : "IDSCL"
        }
      ]
    }
  ],
  "patient" : {
    🔗 "reference" : "Patient/1"
  },
  "performer" : [
    {
      🔗 "reference" : "Patient/1"
    }
  ],
  "sourceReference" : {
    "reference" : "http://example.org/DocumentReference/someconsent-1"
  },
  "policy" : [
    {
      "uri" : "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition-hrex-consent.html#regular"
    }
  ],
  "provision" : {
    "type" : "permit",
    "period" : {
      "start" : "2023-12-01",
      "end" : "2024-03-31"
    },
    "actor" : [
      {
        "role" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
              "code" : "performer"
            }
          ]
        },
        "reference" : {
          "identifier" : {
            "system" : "http://hl7.org/fhir/sid/us-npi",
            "value" : "9876543210"
          },
          "display" : "Old Health Plan"
        }
      },
      {
        "role" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code" : "IRCP"
            }
          ]
        },
        "reference" : {
          "identifier" : {
            "system" : "http://hl7.org/fhir/sid/us-npi",
            "value" : "0123456789"
          },
          "display" : "New Health Plan"
        }
      }
    ],
    "action" : [
      {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/consentaction",
            "code" : "disclose"
          }
        ]
      }
    ]
  }
}