0.5.0 - ci-build

FHIR_CORE_AR - Local Development build (v0.5.0). See the Directory of published versions

: Consentimiento Denegado - DNI 20425239 - JSON Representation

Raw json | Download


{
  "resourceType" : "Consent",
  "id" : "Consent-ar-core-example",
  "meta" : {
    "profile" : [
      "http://fhir.msal.gob.ar/core/StructureDefinition/Consent-ar-core"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: 20425239-2021-09-02T10:30:00</p><p><b>status</b>: active</p><p><b>scope</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/consentscope patient-privacy}\">Privacy consent</span></p><p><b>category</b>: <span title=\"Codes: {http://loinc.org 59284-0}\">Patient Consent</span></p><p><b>patient</b>: <span></span></p><h3>Provisions</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td></tr><tr><td>*</td><td>deny</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://consent.msal.gob.ar/uri",
      "value" : "20425239-2021-09-02T10:30:00"
    }
  ],
  "status" : "active",
  "scope" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/consentscope",
        "code" : "patient-privacy",
        "display" : "Privacy consent"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "59284-0",
          "display" : "Patient Consent"
        }
      ]
    }
  ],
  "patient" : {
    "identifier" : {
      "system" : "http://www.renaper.gob.ar/dni",
      "value" : "20425239"
    }
  },
  "provision" : {
    "type" : "deny"
  }
}