SMART DAK Cervical Cancer Screening
0.0.1 - ci-build

SMART DAK Cervical Cancer Screening, published by Dan Heslinga (independent contributor). This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/dhes/smart-dak-cxca/ and changes regularly. See the Directory of published versions

: Example: HPV+ result for LTFU patient - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "example-observation-hpv-positive-ltfu37",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation example-observation-hpv-positive-ltfu37</b></p><a name=\"example-observation-hpv-positive-ltfu37\"> </a><a name=\"hcexample-observation-hpv-positive-ltfu37\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://smart.who.int/cxca/CodeSystem/CXCA.D DE3}\">HPV high-risk DNA test</span></p><p><b>subject</b>: <a href=\"Patient-example-mng-woman-37-ltfu.html\">Anonymous Patient Female, DoB: 1989-03-15</a></p><p><b>effective</b>: 2026-03-12</p><p><b>value</b>: <span title=\"Codes:{http://smart.who.int/cxca/CodeSystem/CXCA.D DE8}\">HPV high-risk positive</span></p></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://smart.who.int/cxca/CodeSystem/CXCA.D",
        "code" : "DE3",
        "display" : "HPV high-risk DNA test"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/example-mng-woman-37-ltfu"
  },
  "effectiveDateTime" : "2026-03-12",
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://smart.who.int/cxca/CodeSystem/CXCA.D",
        "code" : "DE8",
        "display" : "HPV high-risk positive"
      }
    ]
  }
}