{
  "resourceType" : "Observation",
  "id" : "dpp-finding-unmapped-example",
  "meta" : {
    "profile" : ["http://va.gov/fhir/StructureDefinition/DecisionPrecisionPlusObservationsmoking"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation dpp-finding-unmapped-example</b></p><a name=\"dpp-finding-unmapped-example\"> </a><a name=\"hcdpp-finding-unmapped-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <code>http://va.gov/fhir/StructureDefinition/DecisionPrecisionPlusObservationsmoking</code></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category social-history}\">Social History</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 72166-2}\">Tobacco smoking status</span></p><p><b>subject</b>: <a href=\"http://example.org/fhir/Patient/example\">http://example.org/fhir/Patient/example</a></p><p><b>encounter</b>: <a href=\"http://example.org/fhir/Encounter/example\">http://example.org/fhir/Encounter/example</a></p><p><b>effective</b>: 2018-04-02 10:30:10-0500</p><p><b>performer</b>: <a href=\"http://example.org/fhir/Practitioner/example\">http://example.org/fhir/Practitioner/example</a></p><p><b>value</b>: <span title=\"Codes:{http://va.gov/fhir/CodeSystem/9999999.64-.01 LCS QUIT SMOKING &lt; 15 YEARS AGO}\">LCS QUIT SMOKING &lt; 15 YEARS AGO</span></p></div>"
  },
  "status" : "final",
  "category" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
      "code" : "social-history",
      "display" : "Social History"
    }]
  }],
  "code" : {
    "coding" : [{
      "system" : "http://loinc.org",
      "code" : "72166-2",
      "display" : "Tobacco smoking status"
    }]
  },
  "subject" : {
    "reference" : "http://example.org/fhir/Patient/example"
  },
  "encounter" : {
    "reference" : "http://example.org/fhir/Encounter/example"
  },
  "effectiveDateTime" : "2018-04-02T10:30:10-05:00",
  "performer" : [{
    "reference" : "http://example.org/fhir/Practitioner/example"
  }],
  "valueCodeableConcept" : {
    "coding" : [{
      "system" : "http://va.gov/fhir/CodeSystem/9999999.64-.01",
      "code" : "LCS QUIT SMOKING < 15 YEARS AGO",
      "display" : "LCS QUIT SMOKING < 15 YEARS AGO"
    }],
    "text" : "LCS QUIT SMOKING < 15 YEARS AGO"
  }
}