Covid 19 At-Home Test Report
0.1.0 - CI Build

Covid 19 At-Home Test Report - Local Development build (v0.1.0). See the Directory of published versions

: Supporting Information symptom Onset Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "date-symponset",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2021-03-25T01:53:46.481+00:00",
    "source" : "#trhUEHZ499CUu3vU"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b> Generated Narrative with Details</b></p><p><b> id</b> : date-symponset</p><p><b> status</b> : final</p><p><b> code</b> : Date of Symptoms onset <span> (Details : {LOINC code '65222-2' = 'Date and time of Covid 19 symptom onset</span></p><p><b> subject</b> : <a> Patient/pat2</a></p><p><b> effective</b> : March 24, 2021</p><p><b> value</b> : March 22, 2021</p></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "65222-2",
        "display" : "Date and time of symptom onset"
      }
    ],
    "text" : "Date and time of Covid 19 symptom onset"
  },
  "subject" : {
    "reference" : "Patient/cc-pat-pnoelle"
  },
  "effectiveDateTime" : "2021-03-24",
  "valueDateTime" : "2021-03-22"
}