Evidence Based Medicine on FHIR Implementation Guide, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/ebm/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
@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:Composition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "312203"] ; #
fhir:meta [
fhir:versionId [ fhir:v "13" ] ;
fhir:lastUpdated [ fhir:v "2025-07-23T21:56:44.206Z"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/ebm/StructureDefinition/baseline-measure-report"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/ebm/StructureDefinition/baseline-measure-report> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition 312203</b></p><a name=\"312203\"> </a><a name=\"hc312203\"> </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\">version: 13; Last updated: 2025-07-23 21:56:44+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-baseline-measure-report.html\">BaselineMeasureReport</a></p></div><p><b>Artifact Description</b>: </p><div><p>This Composition Resource is an example of a baseline measure report for the EBMonFHIR IG</p>\n</div><p><b>ArtifactPublicationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/cited-artifact-status-type active}\">Active</span></p><p><b>url</b>: <a href=\"https://fevir.net/resources/Composition/312203\">https://fevir.net/resources/Composition/312203</a></p><p><b>identifier</b>: FEvIR Object Identifier/312203</p><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{https://fevir.net/resources/CodeSystem/179423 BaselineMeasureReport}\">Baseline Measure Report</span></p><p><b>date</b>: 2025-07-23 21:56:44+0000</p><p><b>author</b>: Brian S. Alper, MD, MSPH</p><p><b>title</b>: Baseline Measure Report: Association of Bariatric Surgery vs Medical Obesity Treatment With Long-term Medical Complications and Obesity-Related Comorbidities (2018 Norwegian Cohort)</p><p><b>custodian</b>: <a href=\"Organization-118079.html\">Computable Publishing LLC</a></p><blockquote><p><b>relatesTo</b></p><p><b>type</b>: Part Of</p><p><b>target</b>: <a href=\"Composition-178426.html\">ComparativeEvidenceReport: Association of Bariatric Surgery vs Medical Obesity Treatment With Long-term Medical Complications and Obesity-Related Comorbidities (2018 Norwegian Cohort)</a></p></blockquote><blockquote><p><b>relatesTo</b></p><p><b>type</b>: Cite As</p><p><b>target</b>: </p><div><p>Baseline Measure Report: Association of Bariatric Surgery vs Medical Obesity Treatment With Long-term Medical Complications and Obesity-Related Comorbidities (2018 Norwegian Cohort) [Database Entry: FHIR Composition Resource]. Contributors: Brian S. Alper, MD, MSPH [Authors/Creators]. In: Fast Evidence Interoperability Resources (FEvIR) Platform, FOI 312203. Revised 2025-07-23. Available at: https://fevir.net/resources/Composition/312203. Computable resource at: https://fevir.net/FLI/DocumentForComposition312203.</p>\n</div></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/artifact-description"^^xsd:anyURI ] ;
fhir:value [
a fhir:markdown ;
fhir:v "This Composition Resource is an example of a baseline measure report for the EBMonFHIR IG" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/ebm/StructureDefinition/artifact-publication-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/cited-artifact-status-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ] ] ) ]
] ) ; #
fhir:url [ fhir:v "https://fevir.net/resources/Composition/312203"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ACSN" ] ;
fhir:display [ fhir:v "Accession ID" ] ] ) ;
fhir:text [ fhir:v "FEvIR Object Identifier" ] ] ;
fhir:system [ fhir:v "https://fevir.net/FOI"^^xsd:anyURI ] ;
fhir:value [ fhir:v "312203" ] ;
fhir:assigner [
fhir:display [ fhir:v "Computable Publishing LLC" ] ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "https://fevir.net/resources/CodeSystem/179423"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BaselineMeasureReport" ] ;
fhir:display [ fhir:v "BaselineMeasureReport" ] ] ) ;
fhir:text [ fhir:v "Baseline Measure Report" ]
] ; #
fhir:date [ fhir:v "2025-07-23T21:56:44.206Z"^^xsd:dateTime] ; #
fhir:author ( [
fhir:display [ fhir:v "Brian S. Alper, MD, MSPH" ]
] ) ; #
fhir:title [ fhir:v "Baseline Measure Report: Association of Bariatric Surgery vs Medical Obesity Treatment With Long-term Medical Complications and Obesity-Related Comorbidities (2018 Norwegian Cohort)"] ; #
fhir:custodian [
fhir:reference [ fhir:v "Organization/118079" ] ;
fhir:type [ fhir:v "Organization"^^xsd:anyURI ] ;
fhir:display [ fhir:v "Computable Publishing LLC" ]
] ; #
fhir:relatesTo ( [
fhir:type [ fhir:v "part-of" ] ;
fhir:target [
a fhir:Reference ;
fhir:reference [ fhir:v "Composition/178426" ] ;
fhir:type [ fhir:v "Composition"^^xsd:anyURI ] ;
fhir:display [ fhir:v "ComparativeEvidenceReport: Association of Bariatric Surgery vs Medical Obesity Treatment With Long-term Medical Complications and Obesity-Related Comorbidities (2018 Norwegian Cohort)" ] ]
] [
fhir:type [ fhir:v "cite-as" ] ;
fhir:target [
a fhir:markdown ;
fhir:v "Baseline Measure Report: Association of Bariatric Surgery vs Medical Obesity Treatment With Long-term Medical Complications and Obesity-Related Comorbidities (2018 Norwegian Cohort) [Database Entry: FHIR Composition Resource]. Contributors: Brian S. Alper, MD, MSPH [Authors/Creators]. In: Fast Evidence Interoperability Resources (FEvIR) Platform, FOI 312203. Revised 2025-07-23. Available at: https://fevir.net/resources/Composition/312203. Computable resource at: https://fevir.net/FLI/DocumentForComposition312203." ]
] ) ; #
fhir:section ( [
fhir:title [ fhir:v "Results for ExposureVariable: Age (as continuous variable)" ] ;
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://fevir.net/resources/CodeSystem/179423"^^xsd:anyURI ] ;
fhir:code [ fhir:v "results" ] ;
fhir:display [ fhir:v "Results" ] ] ) ] ;
fhir:focus [
fhir:reference [ fhir:v "EvidenceVariable/179449" ] ;
fhir:type [ fhir:v "EvidenceVariable"^^xsd:anyURI ] ;
fhir:display [ fhir:v "ExposureVariable: Age (as continuous variable)" ] ] ;
fhir:text [
fhir:status [ fhir:v "empty" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>[No data.]</p></div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "Evidence/179455" ] ;
fhir:type [ fhir:v "Evidence"^^xsd:anyURI ] ;
fhir:display [ fhir:v "ComparativeBaselineMeasureEvidence: Age in 2018 Norwegian Cohort Surgical Group vs. Medical Group" ] ] [
fhir:reference [ fhir:v "Evidence/179452" ] ;
fhir:type [ fhir:v "Evidence"^^xsd:anyURI ] ;
fhir:display [ fhir:v "BaselineMeasureEvidence: Age in 2018 Norwegian Cohort Surgical Group" ] ] [
fhir:reference [ fhir:v "Evidence/179451" ] ;
fhir:type [ fhir:v "Evidence"^^xsd:anyURI ] ;
fhir:display [ fhir:v "BaselineMeasureEvidence: Age in 2018 Norwegian Cohort Medical Group (179451)" ] ] )
] [
fhir:title [ fhir:v "Results for ExposureVariable: Body Mass Index (as continuous variable)" ] ;
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://fevir.net/resources/CodeSystem/179423"^^xsd:anyURI ] ;
fhir:code [ fhir:v "results" ] ;
fhir:display [ fhir:v "Results" ] ] ) ] ;
fhir:focus [
fhir:reference [ fhir:v "EvidenceVariable/179450" ] ;
fhir:type [ fhir:v "EvidenceVariable"^^xsd:anyURI ] ;
fhir:display [ fhir:v "ExposureVariable: Body Mass Index (as continuous variable)" ] ] ;
fhir:text [
fhir:status [ fhir:v "empty" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>[No data.]</p></div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "Evidence/179457" ] ;
fhir:type [ fhir:v "Evidence"^^xsd:anyURI ] ;
fhir:display [ fhir:v "BaselineMeasureEvidence: BMI in 2018 Norwegian Cohort Surgical Group" ] ] [
fhir:reference [ fhir:v "Evidence/179458" ] ;
fhir:type [ fhir:v "Evidence"^^xsd:anyURI ] ;
fhir:display [ fhir:v "BaselineMeasureEvidence: BMI in 2018 Norwegian Cohort Medical Group" ] ] [
fhir:reference [ fhir:v "Evidence/179456" ] ;
fhir:type [ fhir:v "Evidence"^^xsd:anyURI ] ;
fhir:display [ fhir:v "ComparativeBaselineMeasureEvidence: BMI in 2018 Norwegian Cohort Surgical Group vs. Medical Group" ] ] )
] ) . #
IG © 2024+ HL7 International / Clinical Decision Support. Package hl7.fhir.uv.ebm#1.0.0-ballot2 based on FHIR 6.0.0-ballot3. Generated 2025-09-04
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change