This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Example Evidence/example-quoted-source (Turtle)
Raw Turtle (+ also see Turtle/RDF Format Specification)
An example of using the relatedArtifact element to quote a line of text from the evidence source.
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
[a fhir:Evidence ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-quoted-source"] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "cds" ]
] ) ; #
fhir:title [ fhir:v "Quoted Source: Prevalence of PASC at 30 days"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:publisher [ fhir:v "HL7 International / Clinical Decision Support"] ; #
fhir:contact ( [
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/dss" ]
] )
] ) ; #
fhir:relatedArtifact ( [
fhir:type [ fhir:v "derived-from" ] ;
fhir:classifier ( [
fhir:coding ( [
fhir:system [ fhir:v "http://hl7.org/fhir/provenance-entity-role"^^xsd:anyURI ] ;
fhir:code [ fhir:v "quotation" ] ;
fhir:display [ fhir:v "Quotation" ]
] ) ;
fhir:text [ fhir:v "Prevalence of PASC at 30 days post-infection was 68.7% (95% confidence interval: 63.4, 73.9)." ]
] ) ;
fhir:resourceReference [
fhir:reference [ fhir:v "Citation/238142" ] ;
fhir:type [ fhir:v "Citation"^^xsd:anyURI ] ;
fhir:display [ fhir:v "34347785 Post-acute sequelae of COVID-19 in a non-hospitalized cohort: Results from the Arizona CoVHORT" ]
]
] ) ; #
fhir:description [ fhir:v "An example of using the relatedArtifact element to quote a line of text from the evidence source."] ; #
fhir:variableDefinition ( [
fhir:description [ fhir:v "People with a history of COVID-19 who were not hospitalized (Arizona CoVHORT)" ] ;
fhir:variableRole [ fhir:v "population" ]
] [
fhir:description [ fhir:v "Post-acute sequelae of COVID-19" ] ;
fhir:variableRole [ fhir:v "outcome" ]
] ) ; #
fhir:studyDesign ( [
fhir:coding ( [
fhir:system [ fhir:v "https://fevir.net/sevco"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SEVCO:01002" ] ;
fhir:display [ fhir:v "Observational research" ]
] [
fhir:system [ fhir:v "https://fevir.net/sevco"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SEVCO:01028" ] ;
fhir:display [ fhir:v "Longitudinal data collection" ]
] )
] ) ; #
fhir:statistic ( [
fhir:description [ fhir:v "Prevalence 68.7% (95% Confidence interval 63.4% to 73.9%)" ] ;
fhir:statisticType [
fhir:coding ( [
fhir:system [ fhir:v "https://fevir.net/resources/CodeSystem/27270"^^xsd:anyURI ] ;
fhir:code [ fhir:v "STATO:0000412" ] ;
fhir:display [ fhir:v "prevalence" ]
] )
] ;
fhir:quantity [
fhir:value [ fhir:v "68.7"^^xsd:decimal ] ;
fhir:unit [ fhir:v "%" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "%" ]
] ;
fhir:attributeEstimate ( [
fhir:description [ fhir:v "95% Confidence interval 63.4% to 73.9%" ] ;
fhir:type [
fhir:coding ( [
fhir:system [ fhir:v "https://fevir.net/resources/CodeSystem/27270"^^xsd:anyURI ] ;
fhir:code [ fhir:v "TBD:0000059" ] ;
fhir:display [ fhir:v "Confidence interval" ]
] )
] ;
fhir:level [ fhir:v "0.95"^^xsd:decimal ] ;
fhir:range [
fhir:low [
fhir:value [ fhir:v "63.4"^^xsd:decimal ] ;
fhir:unit [ fhir:v "%" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "%" ]
] ;
fhir:high [
fhir:value [ fhir:v "73.9"^^xsd:decimal ] ;
fhir:unit [ fhir:v "%" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "%" ]
]
]
] )
] )] . #
# -------------------------------------------------------------------------------------
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.