SDOH Clinical Care
0.0.4C1 - CI Build

SDOH Clinical Care - Local Development build (v0.0.4C1). See the Directory of published versions

SDOHCC_Consent_ScreeningInfo_1_Example_1 - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "Consent",
  "id" : "40bfeb51-6d03-4109-8ad8-936247175aec",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2020-03-17T13:16:54.517+00:00",
    "source" : "#GbG2SdQgwU72oqTz"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 40bfeb51-6d03-4109-8ad8-936247175aec</p><p><b>meta</b>: </p><p><b>status</b>: active</p><p><b>scope</b>: Privacy Consent <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/consentscope code 'patient-privacy' = 'Privacy Consent', given as 'Privacy Consent'})</span></p><p><b>category</b>: information collection <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/v3-ActCode code 'ICOL' = 'information collection', given as 'information collection'})</span></p><p><b>patient</b>: <a href=\"Patient/69c58000-bcb9-411e-a888-c4b67d0fe409\">Patient/69c58000-bcb9-411e-a888-c4b67d0fe409</a></p><p><b>dateTime</b>: Dec 30, 2019 11:47:07 PM</p><p><b>source</b>: <a href=\"QuestionnaireResponse/589454a1-1bfd-4da4-80df-05ac759ebd04\">QuestionnaireResponse/589454a1-1bfd-4da4-80df-05ac759ebd04</a></p></div>"
  },
  "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/v3-ActCode",
          "code" : "ICOL",
          "display" : "information collection"
        }
      ]
    }
  ],
  "patient" : {
    "reference" : "Patient/69c58000-bcb9-411e-a888-c4b67d0fe409"
  },
  "dateTime" : "2019-12-30T17:47:07-06:00",
  "sourceReference" : {
    "reference" : "QuestionnaireResponse/589454a1-1bfd-4da4-80df-05ac759ebd04"
  }
}