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) - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:MeasureReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "NgMeasureReport-002"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://sandbox.dhin-hie.org/ig/StructureDefinition/measure-report-profile"^^xsd:anyURI ;
fhir:link <https://sandbox.dhin-hie.org/ig/StructureDefinition/measure-report-profile> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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 --> 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>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://www.dhin-hie.org/ig/measurereport-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "erx-counseling-documented-2025-10" ]
] ) ; #
fhir:status [ fhir:v "complete"] ; #
fhir:type [ fhir:v "summary"] ; #
fhir:measure [
fhir:v "https://sandbox.dhin-hie.org/ig/Measure/NgMeasure-002"^^xsd:anyURI ;
fhir:link <https://sandbox.dhin-hie.org/ig/Measure/NgMeasure-002>
] ; #
fhir:date [ fhir:v "2025-11-02T09:15:00+01:00"^^xsd:dateTime] ; #
fhir:reporter [
fhir:reference [ fhir:v "NgPractitioner/NgPractitioner-001" ]
] ; #
fhir:period [
fhir:start [ fhir:v "2025-10-01"^^xsd:date ] ;
fhir:end [ fhir:v "2025-10-31"^^xsd:date ]
] ; #
fhir:group ( [
fhir:measureScore [
fhir:value [ fhir:v "64"^^xsd:decimal ] ;
fhir:unit [ fhir:v "%" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "%" ] ]
] ) . #