This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Protocol
{
"resourceType" : "Flag",
"id" : "protocol",
"text" : {
"status" : "generated",
"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>"
},
"identifier" : [{
"value" : "guidance-2024-abc"
}],
"status" : "active",
"category" : [{
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/flag-category",
"code" : "safety",
"display" : "Safety"
}],
"text" : "Safety"
}],
"code" : {
"coding" : [{
"system" : "http://example.org/local",
"code" : "special-guidance",
"display" : "Special Guidance"
}],
"text" : "Ensure patients meet all inclusion criteria before starting Zika Virus Infection Management Process"
},
"subject" : {
"reference" : "PlanDefinition/zika-virus-intervention",
"display" : "Zika Virus Infection Management Process"
},
"period" : {
"start" : "2024-09-01"
},
"author" : {
"reference" : "Organization/example",
"display" : "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.