Clinical ReasoningThis is Snapshot #3 for FHIR R5, released to support Connectathon 32. For a full list of available versions, see the Directory of published versions.
| Clinical Decision Support Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Not linked to any defined compartments |
Raw Turtle (+ also see Turtle/RDF Format Specification)
StudyEligibilityCriteria: Obese patients ≥ 18 years old
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
[a fhir:EvidenceVariable;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "example-eligibility-criteria-adults-with-obesity"]; #
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: EvidenceVariable</b><a name=\"example-eligibility-criteria-adults-with-obesity\"> </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 EvidenceVariable "example-eligibility-criteria-adults-with-obesity" </p></div><p><b>identifier</b>: FEvIR Object Identifier: 49218</p><p><b>title</b>: StudyEligibilityCriteria: Obese patients ≥ 18 years old</p><p><b>status</b>: active</p><p><b>date</b>: 2022-07-24T21:00:00.088Z</p><p><b>publisher</b>: Computable Publishing LLC</p><p><b>contact</b>: <a href=\"mailto:support@computablepublishing.com\">support@computablepublishing.com</a></p><p><b>description</b>: obese, adult (age ≥18 years old) patients</p><p><b>copyright</b>: https://creativecommons.org/licenses/by-nc-sa/4.0/</p><p><b>author</b>: Brian S. Alper: </p><blockquote><p><b>relatedArtifact</b></p><p><b>type</b>: derived-from</p><p><b>label</b>: data source</p><p><b>citation</b>: Bariatric surgery and cardiovascular disease: a systematic review and meta-analysis [Journal Article]. Contributors: van Veldhuisen SL, Gorter TM, van Woerden G, de Boer RA, Rienstra M, Hazebroek EJ, van Veldhuisen DJ. In: European heart journal, PMID 35243488. Published March 04, 2022. Available at: https://pubmed.ncbi.nlm.nih.gov/35243488/.</p></blockquote><blockquote><p><b>relatedArtifact</b></p><p><b>type</b>: supported-with</p><p><b>classifier</b>: Citation Resource for the original article <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>display</b>: Citation Resource for 2022 Systematic Review of bariatric surgery mortality effect - PMID 35243488</p><p><b>resourceReference</b>: <a href=\"broken-link.html\">Citation/33400: StudyCitation: 2022 Systematic Review of bariatric surgery mortality effect 35243488</a></p></blockquote><p><b>actual</b>: true</p><blockquote><p><b>characteristic</b></p><p><b>description</b>: adult (age ≥18 years old)</p><p><b>exclude</b>: false</p><h3>DefinitionByTypeAndValues</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>Current chronological age <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#424144002)</span></td><td>>=18 year<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code a = 'a')</span></td></tr></table></blockquote><blockquote><p><b>characteristic</b></p><p><b>description</b>: obese (Body mass index >= 30 kg/m2)</p><p><b>exclude</b>: false</p><h3>DefinitionByTypeAndValues</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>Body mass index (BMI) [Ratio] <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#39156-5)</span></td><td>>=30 kg/m2<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code kg/m2 = 'kg/m2')</span></td></tr></table></blockquote></div>"
]; #
fhir:EvidenceVariable.identifier [
fhir:index 0;
fhir:Identifier.type [
fhir:CodeableConcept.text [ fhir:value "FEvIR Object Identifier" ]
];
fhir:Identifier.system [ fhir:value "https://fevir.net" ];
fhir:Identifier.value [ fhir:value "49218" ];
fhir:Identifier.assigner [
fhir:Reference.display [ fhir:value "Computable Publishing LLC" ]
]
]; #
fhir:EvidenceVariable.title [ fhir:value "StudyEligibilityCriteria: Obese patients ≥ 18 years old"]; #
fhir:EvidenceVariable.status [ fhir:value "active"]; #
fhir:EvidenceVariable.date [ fhir:value "2022-07-24T21:00:00.088Z"^^xsd:dateTime]; #
fhir:EvidenceVariable.publisher [ fhir:value "Computable Publishing LLC"]; #
fhir:EvidenceVariable.contact [
fhir:index 0;
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "support@computablepublishing.com" ]
]
]; #
fhir:EvidenceVariable.description [ fhir:value "obese, adult (age ≥18 years old) patients"]; #
fhir:EvidenceVariable.copyright [ fhir:value "https://creativecommons.org/licenses/by-nc-sa/4.0/"]; #
fhir:EvidenceVariable.author [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "Brian S. Alper" ]
]; #
fhir:EvidenceVariable.relatedArtifact [
fhir:index 0;
fhir:RelatedArtifact.type [ fhir:value "derived-from" ];
fhir:RelatedArtifact.label [ fhir:value "data source" ];
fhir:RelatedArtifact.citation [ fhir:value "Bariatric surgery and cardiovascular disease: a systematic review and meta-analysis [Journal Article]. Contributors: van Veldhuisen SL, Gorter TM, van Woerden G, de Boer RA, Rienstra M, Hazebroek EJ, van Veldhuisen DJ. In: European heart journal, PMID 35243488. Published March 04, 2022. Available at: https://pubmed.ncbi.nlm.nih.gov/35243488/." ];
fhir:RelatedArtifact.document [
fhir:Attachment.url [ fhir:value "https://academic.oup.com/eurheartj/article/43/20/1955/6542137" ]
]
], [
fhir:index 1;
fhir:RelatedArtifact.type [ fhir:value "supported-with" ];
fhir:RelatedArtifact.classifier [
fhir:index 0;
fhir:CodeableConcept.text [ fhir:value "Citation Resource for the original article" ]
];
fhir:RelatedArtifact.display [ fhir:value "Citation Resource for 2022 Systematic Review of bariatric surgery mortality effect - PMID 35243488" ];
fhir:RelatedArtifact.resourceReference [
fhir:Reference.reference [ fhir:value "Citation/33400" ];
fhir:Reference.type [ fhir:value "Citation" ];
fhir:Reference.display [ fhir:value "StudyCitation: 2022 Systematic Review of bariatric surgery mortality effect 35243488" ]
]
]; #
fhir:EvidenceVariable.actual [ fhir:value "true"^^xsd:boolean]; #
fhir:EvidenceVariable.characteristic [
fhir:index 0;
fhir:EvidenceVariable.characteristic.description [ fhir:value "adult (age ≥18 years old)" ];
fhir:EvidenceVariable.characteristic.exclude [ fhir:value "false"^^xsd:boolean ];
fhir:EvidenceVariable.characteristic.definitionByTypeAndValue [
fhir:EvidenceVariable.characteristic.definitionByTypeAndValue.type [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:424144002;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "424144002" ];
fhir:Coding.display [ fhir:value "Current chronological age" ]
]
];
fhir:EvidenceVariable.characteristic.definitionByTypeAndValue.valueQuantity [
fhir:Quantity.value [ fhir:value "18"^^xsd:decimal ];
fhir:Quantity.comparator [ fhir:value ">=" ];
fhir:Quantity.unit [ fhir:value "year" ];
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
fhir:Quantity.code [ fhir:value "a" ]
]
]
], [
fhir:index 1;
fhir:EvidenceVariable.characteristic.description [ fhir:value "obese (Body mass index >= 30 kg/m2)" ];
fhir:EvidenceVariable.characteristic.exclude [ fhir:value "false"^^xsd:boolean ];
fhir:EvidenceVariable.characteristic.definitionByTypeAndValue [
fhir:EvidenceVariable.characteristic.definitionByTypeAndValue.type [
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:39156-5;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "39156-5" ];
fhir:Coding.display [ fhir:value "Body mass index (BMI) [Ratio]" ]
]
];
fhir:EvidenceVariable.characteristic.definitionByTypeAndValue.valueQuantity [
fhir:Quantity.value [ fhir:value "30"^^xsd:decimal ];
fhir:Quantity.comparator [ fhir:value ">=" ];
fhir:Quantity.unit [ fhir:value "kg/m2" ];
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
fhir:Quantity.code [ fhir:value "kg/m2" ]
]
]
]] . #
# - ontology header ------------------------------------------------------------
[a owl:Ontology;
owl:imports fhir:fhir.ttl] .
# -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.
FHIR ®© HL7.org 2011+. FHIR R5 Ballot hl7.fhir.core#5.0.0-snapshot3 generated on Wed, Dec 14, 2022 07:16+1100.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R4B |
Compare to R5 Draft |
|
Propose a change