Manzana Project FHIR Specifications
1.0.0 - release Belgium flag

This page is part of the Manzana Project FHIR Specifications (v1.0.0: Release) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Example - FINDRISC screening score result - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "example-findRisc-screeningScoreResult",
  "meta" : {
    "profile" : [
      "https://www.ehealth.fgov.be/standards/fhir/core-clinical/StructureDefinition/be-scoreresult"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"example-findRisc-screeningScoreResult\"> </a></p><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\">Resource Observation &quot;example-findRisc-screeningScoreResult&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://www.ehealth.fgov.be/standards/fhir/core-clinical/1.0.0/StructureDefinition-be-scoreresult.html\">BeScoreResult</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Risk score <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://www.ehealth.fgov.be/standards/fhir/core-clinical/1.0.0/CodeSystem-be-cs-score-category.html\">Score Category</a>#risk)</span></p><p><b>code</b>: 23.5 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#763117005 &quot;FINDRISC (Finnish Diabetes Risk Score) score&quot;)</span></p><p><b>subject</b>: <a href=\"Patient-rs-findRisc-patient.html\">Patient/rs-findRisc-patient</a> &quot; TEST&quot;</p><p><b>effective</b>: 2020-10-06 13:28:17+0200 --&gt; 2020-10-06 13:28:17+0200</p><p><b>issued</b>: 6 Oct 2020, 13:28:17</p><p><b>performer</b>: <a href=\"Practitioner-rs-findRisc-pharmacist.html\">Practitioner/rs-findRisc-pharmacist</a> &quot; PHARMACIST&quot;</p><p><b>value</b>: 18</p><p><b>interpretation</b>: Score is high. The paient need to check. <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-ObservationInterpretation.html\">ObservationInterpretation</a>#H &quot;High&quot;)</span></p><p><b>note</b>: Remark: The patient's score is high since 3 months.</p><blockquote><p><b>referenceRange</b></p><p><b>low</b>: 0</p><p><b>high</b>: 3</p><p><b>type</b>: Very low <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p></blockquote><blockquote><p><b>referenceRange</b></p><p><b>low</b>: 4</p><p><b>high</b>: 8</p><p><b>type</b>: Low <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p></blockquote><blockquote><p><b>referenceRange</b></p><p><b>low</b>: 9</p><p><b>high</b>: 12</p><p><b>type</b>: Moderate <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p></blockquote><blockquote><p><b>referenceRange</b></p><p><b>low</b>: 13</p><p><b>high</b>: 20</p><p><b>type</b>: High <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p></blockquote><blockquote><p><b>referenceRange</b></p><p><b>low</b>: 21</p><p><b>high</b>: 26</p><p><b>type</b>: Very high <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p></blockquote><p><b>derivedFrom</b>: <a href=\"QuestionnaireResponse-example-findRisc-screeningResponse.html\">QuestionnaireResponse/example-findRisc-screeningResponse</a></p></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "https://www.ehealth.fgov.be/standards/fhir/core-clinical/CodeSystem/be-cs-score-category",
          "code" : "risk"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "763117005",
        "display" : "FINDRISC (Finnish Diabetes Risk Score) score"
      }
    ],
    "text" : "23.5"
  },
  "subject" : {
    "reference" : "Patient/rs-findRisc-patient"
  },
  "effectivePeriod" : {
    "start" : "2020-10-06T13:28:17.239+02:00",
    "end" : "2020-10-06T13:28:17.239+02:00"
  },
  "issued" : "2020-10-06T13:28:17.239+02:00",
  "performer" : [
    {
      "reference" : "Practitioner/rs-findRisc-pharmacist"
    }
  ],
  "valueInteger" : 18,
  "interpretation" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code" : "H",
          "display" : "High"
        }
      ],
      "text" : "Score is high. The paient need to check."
    }
  ],
  "note" : [
    {
      "text" : "Remark: The patient's score is high since 3 months."
    }
  ],
  "referenceRange" : [
    {
      "low" : {
        "value" : 0
      },
      "high" : {
        "value" : 3
      },
      "type" : {
        "text" : "Very low"
      }
    },
    {
      "low" : {
        "value" : 4
      },
      "high" : {
        "value" : 8
      },
      "type" : {
        "text" : "Low"
      }
    },
    {
      "low" : {
        "value" : 9
      },
      "high" : {
        "value" : 12
      },
      "type" : {
        "text" : "Moderate"
      }
    },
    {
      "low" : {
        "value" : 13
      },
      "high" : {
        "value" : 20
      },
      "type" : {
        "text" : "High"
      }
    },
    {
      "low" : {
        "value" : 21
      },
      "high" : {
        "value" : 26
      },
      "type" : {
        "text" : "Very high"
      }
    }
  ],
  "derivedFrom" : [
    {
      "reference" : "QuestionnaireResponse/example-findRisc-screeningResponse"
    }
  ]
}