Amakomaya Nepal FHIR Implementation Guide
1.0.1 - ci-build Nepal flag

Amakomaya Nepal FHIR Implementation Guide - Local Development build (v1.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Consent - Opt In - JSON Representation

Raw json | Download

{
  "resourceType" : "Consent",
  "id" : "amk-consent-opt-in",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.amakomaya.com/StructureDefinition/amk-consent"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Consent amk-consent-opt-in</b></p><a name=\"amk-consent-opt-in\"> </a><a name=\"hcamk-consent-opt-in\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-amk-consent.html\">AMKConsent</a></p></div><h2>Participants</h2><table class=\"grid\"><tr><td><b>Role</b></td><td><b>Details</b></td></tr><tr><td title=\"Who the consent applies to\">Patient</td><td><a href=\"Patient/pregnant-patient\">Patient/pregnant-patient</a></td></tr></table><p>The subject has NOT given their consent.</p></div>"
  },
  "status" : "active",
  "category" : [
    {
      "coding" : [
        {
          "system" : "https://api.amakomaya.com/fhir/CodeSystem/tele-call-consent-categories",
          "code" : "opt-in-anytime",
          "display" : "Yes, call me anytime during regular hours."
        }
      ]
    }
  ],
  "subject" : {
    "reference" : "Patient/pregnant-patient"
  },
  "date" : "2026-04-22"
}