DHIN 2025Connectathon FHIR IG
0.1.0 - draft

DHIN 2025Connectathon FHIR IG, published by DHIN. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Nigeria-FHIR-Community/2025Connectathon/ and changes regularly. See the Directory of published versions

: Example Ng MeasureReport (CounselingDocumented) - JSON Representation

Raw json | Download

{
  "resourceType" : "MeasureReport",
  "id" : "NgMeasureReport-002",
  "meta" : {
    "profile" : [
      🔗 "https://sandbox.dhin-hie.org/ig/StructureDefinition/measure-report-profile"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MeasureReport NgMeasureReport-002</b></p><a name=\"NgMeasureReport-002\"> </a><a name=\"hcNgMeasureReport-002\"> </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: <a href=\"StructureDefinition-measure-report-profile.html\">NG MeasureReport</a></p></div><p><b>identifier</b>: <code>https://www.dhin-hie.org/ig/measurereport-id</code>/erx-counseling-documented-2025-10</p><p><b>status</b>: Complete</p><p><b>type</b>: Summary</p><p><b>measure</b>: <a href=\"Measure-NgMeasure-002.html\">Medication Counseling Documented</a></p><p><b>date</b>: 2025-11-02 09:15:00+0100</p><p><b>reporter</b>: <code>NgPractitioner/NgPractitioner-001</code></p><p><b>period</b>: 2025-10-01 --&gt; 2025-10-31</p><h3>Groups</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>MeasureScore</b></td></tr><tr><td style=\"display: none\">*</td><td>64 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code% = '%')</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "https://www.dhin-hie.org/ig/measurereport-id",
      "value" : "erx-counseling-documented-2025-10"
    }
  ],
  "status" : "complete",
  "type" : "summary",
  "measure" : "https://sandbox.dhin-hie.org/ig/Measure/NgMeasure-002",
  "date" : "2025-11-02T09:15:00+01:00",
  "reporter" : {
    "reference" : "NgPractitioner/NgPractitioner-001"
  },
  "period" : {
    "start" : "2025-10-01",
    "end" : "2025-10-31"
  },
  "group" : [
    {
      "measureScore" : {
        "value" : 64,
        "unit" : "%",
        "system" : "http://unitsofmeasure.org",
        "code" : "%"
      }
    }
  ]
}