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

FHIR IG analytics

Packagehl7.fhir.us.consent-management
Resource TypeParameters
IdParameters-FileConsentDocRefExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Parameters",
  "id": "FileConsentDocRefExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/consent-management/StructureDefinition/FileConsentParameters"
    ]
  },
  "parameter": [
    {
      "name": "consent",
      "resource": {
        "resourceType": "Consent",
        "id": "ConsentExample",
        "meta": {
          "profile": [
            "http://hl7.org/fhir/us/consent-management/StructureDefinition/FASTConsent"
          ]
        },
        "extension": [
          {
            "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Consent.grantee",
            "valueReference": {
              "identifier": {
                "system": "http://hl7.org/fhir/sid/us-npi",
                "value": "1234567893"
              }
            }
          }
        ],
        "identifier": [
          {
            "system": "http://example.org/consent",
            "value": "33445522"
          }
        ],
        "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": "INFA"
              }
            ]
          }
        ],
        "patient": {
          "identifier": {
            "system": "http://example.org/mrn",
            "value": "M1230041"
          }
        },
        "dateTime": "2024-01-01",
        "performer": [
          {
            "identifier": {
              "system": "http://example.org/mrn",
              "value": "M1230041"
            }
          }
        ],
        "sourceReference": {
          "reference": "QuestionnaireResponse/QuestionnaireResponseExample"
        },
        "policyRule": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/consentpolicycodes",
              "code": "hipaa-auth"
            }
          ]
        },
        "provision": {
          "type": "permit",
          "period": {
            "start": "2024-01-01"
          },
          "actor": [
            {
              "role": {
                "coding": [
                  {
                    "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
                    "code": "IRCP"
                  }
                ]
              },
              "reference": {
                "identifier": {
                  "system": "http://hl7.org/fhir/sid/us-npi",
                  "value": "1234567893"
                }
              }
            }
          ]
        }
      }
    },
    {
      "name": "document",
      "resource": {
        "resourceType": "DocumentReference",
        "id": "DocumentReferenceExample",
        "meta": {
          "profile": [
            "http://hl7.org/fhir/us/consent-management/StructureDefinition/FASTDocumentReference"
          ]
        },
        "identifier": [
          {
            "system": "http://example.org",
            "value": "1234567"
          }
        ],
        "status": "current",
        "type": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "64292-6"
            }
          ]
        },
        "category": [
          {
            "coding": [
              {
                "system": "http://loinc.org",
                "code": "57016-8"
              }
            ]
          }
        ],
        "subject": {
          "identifier": {
            "system": "http://example.org/mrn",
            "value": "M1230041"
          }
        },
        "date": "2024-01-01T15:30:00Z",
        "author": [
          {
            "identifier": {
              "system": "http://hl7.org/fhir/sid/us-npi",
              "value": "1234567893"
            }
          }
        ],
        "content": [
          {
            "attachment": {
              "contentType": "application/pdf",
              "url": "http://example.org/consentexample"
            }
          }
        ]
      }
    }
  ]
}