Data Exchange For Quality Measures STU2 for FHIR R4 Implementation Guide (Release 1.1.0 STU2 Ballot)

This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v1.1.0: STU 2 Ballot 1) 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

JSON Format: Observation-observation03

Download Raw json

{
  "resourceType" : "Observation",
  "id" : "observation03",
  "meta" : {
    "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 with Details</b></p><p><b>id</b>: observation03</p><p><b>meta</b>: </p><p><b>status</b>: final</p><p><b>category</b>: Laboratory <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/observation-category code 'laboratory' = 'Laboratory', given as 'Laboratory'})</span></p><p><b>code</b>: Noninvasive colorectal cancer DNA and occult blood screening [Interpretation] in Stool Narrative <span style=\"background: LightGoldenRodYellow\">(Details : {LOINC code '77353-1' = 'Noninvasive colorectal cancer DNA and occult blood screening [Interpretation] in Stool Narrative', given as '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: id: patient03; 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>: Jun 22, 2018 12:00:00 AM</p><p><b>performer</b>: <a href=\"Practitioner-practitioner01.html\">Generated Summary: id: practitioner01; Provider number = 456789123 (OFFICIAL); active; Cody Hale ; gender: male</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"
    }
  ]
}