This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Example Flag/protocol (Turtle)
Raw Turtle (+ also see Turtle/RDF Format Specification)
Protocol
@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:Flag ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "protocol"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Special guidance: Ensure patients meet all inclusion criteria before starting Zika Virus Infection Management Process</div>"
] ; #
fhir:identifier ( [
fhir:value [ fhir:v "guidance-2024-abc" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:category ( [
fhir:coding ( [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/flag-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "safety" ] ;
fhir:display [ fhir:v "Safety" ]
] ) ;
fhir:text [ fhir:v "Safety" ]
] ) ; #
fhir:code [
fhir:coding ( [
fhir:system [ fhir:v "http://example.org/local"^^xsd:anyURI ] ;
fhir:code [ fhir:v "special-guidance" ] ;
fhir:display [ fhir:v "Special Guidance" ]
] ) ;
fhir:text [ fhir:v "Ensure patients meet all inclusion criteria before starting Zika Virus Infection Management Process" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "PlanDefinition/zika-virus-intervention" ] ;
fhir:display [ fhir:v "Zika Virus Infection Management Process" ]
] ; #
fhir:period [
fhir:start [ fhir:v "2024-09-01"^^xsd:date ]
] ; #
fhir:author [
fhir:reference [ fhir:v "Organization/example" ] ;
fhir:display [ fhir:v "ACME Health" ]
]] . #
# -------------------------------------------------------------------------------------
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.