This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Example EvidenceVariable/example-alteplase-for-stroke (Turtle)
Raw Turtle (+ also see Turtle/RDF Format Specification)
Alteplase for Stroke
@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:EvidenceVariable ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-alteplase-for-stroke"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n \n <p>\n "Alteplase for Stroke" is an exposure concept with a detailed dosing instruction that may be used in expressing what an Evidence is about.\n </p>\n \n </div>"
] ; #
fhir:contained ( [
a fhir:Group ;
fhir:id [ fhir:v "Definition-Group" ] ;
fhir:title [ fhir:v "VariableDefinition: Alteplase for Stroke" ] ;
fhir:membership [ fhir:v "conceptual" ] ;
fhir:characteristic ( [
fhir:code [
fhir:text [ fhir:v "Defined by Reference" ]
] ;
fhir:value [ fhir:v "http://example.org/fhir/ActivityDefinition/example-alteplase-dosing"^^xsd:anyURI ] ;
fhir:exclude [ fhir:v "false"^^xsd:boolean ] ;
fhir:description [ fhir:v "IV alteplase 0.9 mg/kg (maximum 90 mg) as 10% of dose over 1 minute and 90% over 1 hour" ]
] )
] ) ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "cds" ]
] ) ; #
fhir:name [ fhir:v "AlteplaseForStroke"] ; #
fhir:title [ fhir:v "Alteplase for Stroke"] ; #
fhir:status [ fhir:v "draft"] ; #
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:description [ fhir:v "Alteplase for Stroke"] ; #
fhir:actual [ fhir:v "false"^^xsd:boolean] ; #
fhir:definition [
fhir:reference [
fhir:reference [ fhir:v "#Definition-Group" ]
]
] ; #
fhir:handling [ fhir:v "dichotomous"]] . #
# -------------------------------------------------------------------------------------
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.