Data Exchange For Quality Measures STU3 for FHIR R4
3.0.0 - STU 3

This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v3.0.0: STU 3) based on FHIR R4. The current version which supercedes this version is 3.1.0. For a full list of available versions, see the Directory of published versions

: DNA Occult Blood - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "DNA-occultblood",
  "meta" : {
    "source" : "http://example.org/fhir/server",
    "profile" : [
      "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-observation"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><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 77353-1}\">Noninvasive colorectal cancer DNA and occult blood screening [Interpretation] in Stool Narrative</span></p><p><b>subject</b>: <a href=\"Patient-patient03.html\">Generated Summary: Medical record number: 34567 (USUAL); active; Virginia Hartman (OFFICIAL); gender: female; birthDate: 1983-09-12; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-MaritalStatus U}\">unmarried</span></a></p><p><b>effective</b>: 2018-06-22</p><p><b>performer</b>: <a href=\"Practitioner-practitioner01.html\">Generated Summary: Provider number: 345678912 (OFFICIAL), Provider number: 082583 (SECONDARY); Ronald Bone </a></p></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "laboratory",
          "display" : "Laboratory"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "77353-1",
        "display" : "Noninvasive colorectal cancer DNA and occult blood screening [Interpretation] in Stool Narrative"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/patient03"
  },
  "effectiveDateTime" : "2018-06-22",
  "performer" : [
    {
      "reference" : "Practitioner/practitioner01"
    }
  ]
}