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 "367880"] ; #
fhir:meta [
fhir:versionId [ fhir:v "26" ] ;
fhir:lastUpdated [ fhir:v "2025-08-18T13:22:42.074Z"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/ebm/StructureDefinition/evidence-report"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/ebm/StructureDefinition/evidence-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 367880</b></p><a name=\"367880\"> </a><a name=\"hc367880\"> </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: 26; Last updated: 2025-08-18 13:22:42+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-evidence-report.html\">EvidenceReport</a></p></div><p><b>Artifact Description</b>: </p><div><p>An evidence report summarizing the Results Section of a ClinicalTrials.gov record entry</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/367880\">https://fevir.net/resources/Composition/367880</a></p><p><b>identifier</b>: FEvIR Object Identifier/367880, <code>https://clinicaltrials.gov</code>/NCT03640312 (use: official, ), FEvIR Linking Identifier/NCT03640312 Results Report</p><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:\">EvidenceReport</span></p><p><b>category</b>: <span title=\"Codes:\">ClinicalTrials.gov Study Results</span></p><p><b>date</b>: 2025-08-18 13:22:42+0000</p><h3>UseContexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-usage-context-type.html#usage-context-type-program\">UsageContextType program</a>: Program</td><td><span title=\"Codes:\">ClinicalTrials.gov</span></td></tr></table><p><b>author</b>: Computable Publishing®: ClinicalTrials.gov-to-FEvIR Converter</p><p><b>name</b>: NCT03640312_Results</p><p><b>title</b>: Results Section for NCT03640312</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>: Derived From</p><p><b>target</b>: <a href=\"https://clinicaltrials.gov/api/query/full_studies?expr=NCT03640312&max_rnk=1&fmt=JSON\">https://clinicaltrials.gov/api/query/full_studies?expr=NCT03640312&max_rnk=1&fmt=JSON</a></p></blockquote><blockquote><p><b>relatesTo</b></p><p><b>type</b>: Cite As</p><p><b>target</b>: </p><div><p>Results Section for NCT03640312 [Database Entry: FHIR Composition Resource]. Contributors: Computable Publishing®: ClinicalTrials.gov-to-FEvIR Converter [Authors/Creators]. In: Fast Evidence Interoperability Resources (FEvIR) Platform, FOI 367880. Revised 2025-08-18. Available at: https://fevir.net/resources/Composition/367880. Computable resource at: https://fevir.net/FLI/DocumentForComposition367880.</p>\n</div></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole #PointOfContact</b></p><a name=\"367880/PointOfContact\"> </a><a name=\"hc367880/PointOfContact\"> </a><p><b>practitioner</b>: Guhan Iyer</p><p><b>organization</b>: Washington University in St. Louis</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Telecom</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"mailto:guhaniyer@wustl.edu\">guhaniyer@wustl.edu</a></td></tr><tr><td style=\"display: none\">*</td><td>ph: 3147479487</td></tr></table></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:contained ( [
a fhir:PractitionerRole ;
fhir:id [ fhir:v "PointOfContact" ] ;
fhir:practitioner [
fhir:display [ fhir:v "Guhan Iyer" ] ] ;
fhir:organization [
fhir:display [ fhir:v "Washington University in St. Louis" ] ] ;
( fhir:contact [
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "guhaniyer@wustl.edu" ] ] ) ] [
( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "3147479487" ] ] ) ] )
] ) ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/artifact-description"^^xsd:anyURI ] ;
fhir:value [
a fhir:markdown ;
fhir:v "An evidence report summarizing the Results Section of a ClinicalTrials.gov record entry" ]
] [
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/367880"^^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 "367880" ] ;
fhir:assigner [
fhir:display [ fhir:v "Computable Publishing LLC" ] ]
] [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://clinicaltrials.gov"^^xsd:anyURI ] ;
fhir:value [ fhir:v "NCT03640312" ]
] [
fhir:type [
fhir:text [ fhir:v "FEvIR Linking Identifier" ] ] ;
fhir:system [ fhir:v "https://fevir.net/FLI"^^xsd:anyURI ] ;
fhir:value [ fhir:v "NCT03640312 Results Report" ] ;
fhir:assigner [
fhir:display [ fhir:v "Computable Publishing LLC" ] ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:type [
fhir:text [ fhir:v "EvidenceReport" ]
] ; #
fhir:category ( [
fhir:text [ fhir:v "ClinicalTrials.gov Study Results" ]
] ) ; #
fhir:subject ( [
fhir:reference [ fhir:v "ResearchStudy/367879" ] ;
fhir:type [ fhir:v "ResearchStudy"^^xsd:anyURI ] ;
fhir:identifier [
fhir:type [
fhir:text [ fhir:v "FEvIR Linking Identifier" ] ] ;
fhir:system [ fhir:v "https://fevir.net/FLI"^^xsd:anyURI ] ;
fhir:value [ fhir:v "NCT03640312 FHIR Transform" ] ;
fhir:assigner [
fhir:display [ fhir:v "Computable Publishing LLC" ] ] ] ;
fhir:display [ fhir:v "Efficacy and Safety of a Quadruple Ultra-low-dose Treatment for Hypertension" ]
] ) ; #
fhir:date [ fhir:v "2025-08-18T13:22:42.074Z"^^xsd:dateTime] ; #
fhir:useContext ( [
fhir:code [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/usage-context-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "program" ] ;
fhir:display [ fhir:v "Program" ] ] ;
fhir:value [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "ClinicalTrials.gov" ] ]
] ) ; #
fhir:author ( [
fhir:display [ fhir:v "Computable Publishing®: ClinicalTrials.gov-to-FEvIR Converter" ]
] ) ; #
fhir:name [ fhir:v "NCT03640312_Results"] ; #
fhir:title [ fhir:v "Results Section for NCT03640312"] ; #
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 "derived-from" ] ;
fhir:target [
a fhir:uri ;
fhir:v "https://clinicaltrials.gov/api/query/full_studies?expr=NCT03640312&max_rnk=1&fmt=JSON"^^xsd:anyURI ]
] [
fhir:type [ fhir:v "cite-as" ] ;
fhir:target [
a fhir:markdown ;
fhir:v "Results Section for NCT03640312 [Database Entry: FHIR Composition Resource]. Contributors: Computable Publishing®: ClinicalTrials.gov-to-FEvIR Converter [Authors/Creators]. In: Fast Evidence Interoperability Resources (FEvIR) Platform, FOI 367880. Revised 2025-08-18. Available at: https://fevir.net/resources/Composition/367880. Computable resource at: https://fevir.net/FLI/DocumentForComposition367880." ]
] ) ; #
fhir:section ( [
fhir:title [ fhir:v "Participant Flow Module" ] ;
fhir:code [
fhir:text [ fhir:v "ParticipantFlowModule" ] ] ;
( fhir:entry [
fhir:reference [ fhir:v "Composition/370502" ] ;
fhir:type [ fhir:v "Composition"^^xsd:anyURI ] ;
fhir:identifier [
fhir:type [
fhir:text [ fhir:v "FEvIR Linking Identifier" ] ] ;
fhir:system [ fhir:v "https://fevir.net/FLI"^^xsd:anyURI ] ;
fhir:value [ fhir:v "NCT03640312-participant-flow-report" ] ;
fhir:assigner [
fhir:display [ fhir:v "Computable Publishing LLC" ] ] ] ;
fhir:display [ fhir:v "Participant Flow Report for NCT03640312" ] ] )
] [
fhir:title [ fhir:v "Baseline Characteristics Module" ] ;
fhir:code [
fhir:text [ fhir:v "BaselineCharacteristicsModule" ] ] ;
( fhir:entry [
fhir:reference [ fhir:v "Composition/370503" ] ;
fhir:type [ fhir:v "Composition"^^xsd:anyURI ] ;
fhir:identifier [
fhir:type [
fhir:text [ fhir:v "FEvIR Linking Identifier" ] ] ;
fhir:system [ fhir:v "https://fevir.net/FLI"^^xsd:anyURI ] ;
fhir:value [ fhir:v "NCT03640312-baseline-measure-report" ] ;
fhir:assigner [
fhir:display [ fhir:v "Computable Publishing LLC" ] ] ] ;
fhir:display [ fhir:v "Baseline Characteristics Report for NCT03640312" ] ] )
] [
fhir:title [ fhir:v "Outcome Measures Module" ] ;
fhir:code [
fhir:text [ fhir:v "OutcomeMeasuresModule" ] ] ;
( fhir:entry [
fhir:reference [ fhir:v "Composition/370504" ] ;
fhir:type [ fhir:v "Composition"^^xsd:anyURI ] ;
fhir:identifier [
fhir:type [
fhir:text [ fhir:v "FEvIR Linking Identifier" ] ] ;
fhir:system [ fhir:v "https://fevir.net/FLI"^^xsd:anyURI ] ;
fhir:value [ fhir:v "NCT03640312-outcome-measure-report" ] ;
fhir:assigner [
fhir:display [ fhir:v "Computable Publishing LLC" ] ] ] ;
fhir:display [ fhir:v "Outcome Measures Report for NCT03640312" ] ] )
] [
fhir:title [ fhir:v "Adverse Events Module" ] ;
fhir:code [
fhir:text [ fhir:v "AdverseEventsModule" ] ] ;
( fhir:entry [
fhir:reference [ fhir:v "Composition/370505" ] ;
fhir:type [ fhir:v "Composition"^^xsd:anyURI ] ;
fhir:identifier [
fhir:type [
fhir:text [ fhir:v "FEvIR Linking Identifier" ] ] ;
fhir:system [ fhir:v "https://fevir.net/FLI"^^xsd:anyURI ] ;
fhir:value [ fhir:v "NCT03640312-adverse-events-report" ] ;
fhir:assigner [
fhir:display [ fhir:v "Computable Publishing LLC" ] ] ] ;
fhir:display [ fhir:v "Adverse Events Report for NCT03640312" ] ] )
] [
fhir:title [ fhir:v "More Info Module" ] ;
fhir:code [
fhir:text [ fhir:v "MoreInfoModule" ] ] ;
( fhir:section [
fhir:title [ fhir:v "Certain Agreement" ] ;
fhir:code [
fhir:text [ fhir:v "CertainAgreement" ] ] ;
( fhir:entry [
fhir:display [ fhir:v "AgreementPISponsorEmployee False" ] ] [
fhir:display [ fhir:v "AgreementRestrictiveAgreement False" ] ] ) ] [
fhir:title [ fhir:v "Point Of Contact" ] ;
fhir:code [
fhir:text [ fhir:v "PointOfContact" ] ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Guhan Iyer, Washington University in St. Louis</div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "#PointOfContact" ] ;
fhir:type [ fhir:v "PractitionerRole"^^xsd:anyURI ] ;
fhir:display [ fhir:v "Guhan Iyer, Washington University in St. Louis" ] ] ) ] )
] ) . #
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