FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.davinci-pdex
Resource TypeConsent
IdConsent-provider-treatment-attestation-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Consent provider-treatment-attestation-1

status: Active

scope: Treatment

category: Information Disclosure, Release of information consent

patient: Johnny Appleseed Male, DoB: 1986-01-01 ( Member Number)

dateTime: 2024-11-14 10:30:00+0000

performer: Dr. Susan Smith

organization: Provider 1

source: Provider Attestation Form

Policies

-AuthorityUri
*https://example.org/health-authorityhttps://example.org/provider-attestation-policy

Verifications

-VerifiedVerifiedWithVerificationDate
*truePatricia Ann Person2024-11-14 10:30:00+0000

provision

type: Opt In

period: 2024-01-15 --> (ongoing)

actor

role: information recipient

reference: Dr. Susan Smith

actor

role: healthcare provider

reference: Provider 1

purpose: ActReason: TREAT (treatment), ActReason: HPAYMT (healthcare payment), ActReason: HOPERAT (healthcare operations)


Source1

{
  "resourceType": "Consent",
  "id": "provider-treatment-attestation-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/provider-treatment-relationship-consent"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "scope": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/consentscope",
        "code": "treatment"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
          "code": "IDSCL",
          "display": "Information Disclosure"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "64292-6",
          "display": "Release of information consent"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/1"
  },
  "dateTime": "2024-11-14T10:30:00Z",
  "performer": [
    {
      "reference": "Practitioner/4",
      "display": "Dr. Susan Smith"
    }
  ],
  "organization": [
    {
      "reference": "Organization/ProviderOrg1",
      "display": "Provider 1"
    }
  ],
  "sourceReference": {
    "reference": "DocumentReference/provider-attestation-doc-1",
    "display": "Provider Attestation Form"
  },
  "policy": [
    {
      "authority": "https://example.org/health-authority",
      "uri": "https://example.org/provider-attestation-policy"
    }
  ],
  "verification": [
    {
      "verified": true,
      "verifiedWith": {
        "reference": "Patient/1",
        "display": "Patricia Ann Person"
      },
      "verificationDate": "2024-11-14T10:30:00Z"
    }
  ],
  "provision": {
    "type": "permit",
    "period": {
      "start": "2024-01-15"
    },
    "actor": [
      {
        "role": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "IRCP",
              "display": "information recipient"
            }
          ]
        },
        "reference": {
          "reference": "Practitioner/4",
          "display": "Dr. Susan Smith"
        }
      },
      {
        "role": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-RoleClass",
              "code": "PROV",
              "display": "healthcare provider"
            }
          ]
        },
        "reference": {
          "reference": "Organization/ProviderOrg1",
          "display": "Provider 1"
        }
      }
    ],
    "purpose": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "TREAT",
        "display": "treatment"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HPAYMT",
        "display": "healthcare payment"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HOPERAT",
        "display": "healthcare operations"
      }
    ]
  }
}