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

FHIR IG analytics

Packagesilfhirprofileig
Resource TypeConsent
IdConsent-ExampleSGHIConsent.json
FHIR VersionR5

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 ExampleSGHIConsent

Profile: SGHI Consent

identifier: Medical Record Number/550e8400-e29b-41d4-a716-446655440000 (use: official, )

status: Active

category: Patient Consent

subject: James Pond(official) Male, DoB: 1990-07-15 ( Medical Record Number: 12345)

date: 2025-01-27

grantor: Organization SGHI Healthcare Organization

grantee: James Pond(official) Male, DoB: 1990-07-15 ( Medical Record Number: 12345)

manager: Organization SGHI Healthcare Organization

controller: Organization SGHI Healthcare Organization

Verifications

-VerifiedVerifiedByVerifiedWithVerificationDate
*trueOrganization SGHI Healthcare OrganizationJames Pond(official) Male, DoB: 1990-07-15 ( Medical Record Number: 12345)2025-01-27

decision: Permit

provision

Actors

-Reference
*Organization

Source1

{
  "resourceType": "Consent",
  "id": "ExampleSGHIConsent",
  "meta": {
    "profile": [
      "https://fhir.slade360.co.ke/fhir/StructureDefinition/consent"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR",
            "display": "Medical Record Number"
          }
        ]
      },
      "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
      "value": "550e8400-e29b-41d4-a716-446655440000",
      "assigner": {
        "reference": "Organization/ExampleSGHIOrganization"
      }
    }
  ],
  "status": "active",
  "category": [
    {
      "coding": [
        {
          "code": "59284-0",
          "display": "Patient Consent"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/ExampleSGHIPatient"
  },
  "date": "2025-01-27",
  "grantor": [
    {
      "reference": "Organization/ExampleSGHIOrganization"
    }
  ],
  "grantee": [
    {
      "reference": "Patient/ExampleSGHIPatient"
    }
  ],
  "manager": [
    {
      "reference": "Organization/ExampleSGHIOrganization"
    }
  ],
  "controller": [
    {
      "reference": "Organization/ExampleSGHIOrganization"
    }
  ],
  "verification": [
    {
      "verified": true,
      "verifiedBy": {
        "reference": "Organization/ExampleSGHIOrganization"
      },
      "verifiedWith": {
        "reference": "Patient/ExampleSGHIPatient"
      },
      "verificationDate": [
        "2025-01-27"
      ]
    }
  ],
  "decision": "permit",
  "provision": [
    {
      "actor": [
        {
          "reference": {
            "reference": "Organization/ExampleSGHIOrganization",
            "display": "Organization"
          }
        }
      ]
    }
  ]
}