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

: Covid At Home Lab Test Result Positive Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "at-home-covid-example-123",
  "meta" : {
    "versionId" : "4",
    "lastUpdated" : "2021-03-12T04:18:00.469+00:00",
    "source" : "#Fmnr8ErYO3k5PzTB",
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p/><p><b>category</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 95209-3}\">SARS-CoV+SARS-CoV-2 (COVID-19)\n          Ag [Presence] in Respiratory specimen by Rapid immunoassay</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Patricia Noelle. Generated Summary: Medical Record\n          Number: 1032702 (USUAL); active; Patricia Noelle , Amy V. Baxter ; Phone: 555-555-5555,\n          pnoelle@example.com; gender: female; birthDate: 1987-02-20</a></p><p><b>Date:</b>: 2021-03-10</p><p><b>value</b>: Detected</p><p><b>Speciem ID</b>: MLD45-Z4-1234</p><p><b>UDI Device ID</b>: 30014613339373</p></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "laboratory",
          "display" : "Laboratory"
        }
      ],
      "text" : "Laboratory"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "95209-3",
        "display" : "SARS-CoV+SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"
      }
    ],
    "text" : "SARS-CoV+SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"
  },
  "subject" : {
    "reference" : "Patient/cc-pat-pnoelle",
    "display" : "Patricia Noelle"
  },
  "effectiveDateTime" : "2020-03-10",
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "260373001",
        "display" : "Detected"
      }
    ]
  },
  "specimen" : {
    "reference" : "Specimen/covid-example1-UR",
    "display" : "UR Specimen ID: MLD45-Z4-1234"
  },
  "device" : {
    "reference" : "Device/QuickVueQuidelTest",
    "display" : "UDI Device ID: 30014613339373"
  }
}