Case Based Surveillance Implementation Guide
0.2.1 - ci-build

Case Based Surveillance Implementation Guide - Local Development build (v0.2.1). See the Directory of published versions

: STD-TC-Lab-DiagnosticReport - JSON Representation

Raw json | Download


{
  "resourceType" : "DiagnosticReport",
  "id" : "STD-TC-Lab-DiagnosticReport",
  "meta" : {
    "profile" : [
      "http://cbsig.chai.gatech.edu/StructureDefinition/us-cbs-lab-diagnosticreport"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://loinc.org 85069-3}\">Lab test method [Type]</span> (<span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v2-0074 LAB}\">Laboratory</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td><b></b> ?? 1994-03-02 ( Local Record ID: STD_TC05)</td></tr><tr><td>Reported</td><td>2020-12-31T19:00:00-05:00</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>When For</b></td></tr><tr><td><a href=\"Observation-STD-TC-Lab-Observation.html\"><span title=\"Codes: {http://loinc.org 698-1}\">Neisseria gonorrhoeae [Presence] in Specimen by Organism specific culture</span></a></td><td><span title=\"Codes: {http://snomed.info/sct 10828004}\">Positive</span></td><td>2014-02-26</td></tr></table></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code" : "LAB"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "85069-3"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/STD-TC-Patient"
  },
  "issued" : "2021-01-01T00:00:00Z",
  "specimen" : [
    {
      "reference" : "Specimen/STD-TC-Specimen"
    }
  ],
  "result" : [
    {
      "reference" : "Observation/STD-TC-Lab-Observation"
    }
  ]
}