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

FHIR IG analytics

Packagefhir.kisumuhie
Resource TypeConsent
IdConsent-ConsentGrantedExample01.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 ConsentGrantedExample01

Participants

RoleDetails
PatientPatient/example-patient-01
PartyPractitioner/example-practitioner-01
ManagerOrganization/kisumu-county-hospital
Ruledoco
.. permit
... permit

doco Documentation for this format

Source1

{
  "resourceType": "Consent",
  "id": "ConsentGrantedExample01",
  "meta": {
    "profile": [
      "http://fhir.kisumuhealth.co.ke/StructureDefinition/consent-kisumu-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "scope": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/consentscope",
        "code": "patient-privacy",
        "display": "Privacy Consent"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/consentcategorycodes",
          "code": "idscl",
          "display": "Information Disclosure"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/example-patient-01"
  },
  "performer": [
    {
      "reference": "Practitioner/example-practitioner-01"
    }
  ],
  "organization": [
    {
      "reference": "Organization/kisumu-county-hospital"
    }
  ],
  "provision": {
    "type": "permit"
  }
}