Clinical Practice Guidelines Example Implementation Guide - Anthrax Post-Exposure Prophylaxis - Local Development build (v1.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: No Asymptomatic Observation Flag - TTL Representation
Raw ttl | Download
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Flag ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "no-asymptomatic-observation-flag"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Flag no-asymptomatic-observation-flag</b></p><a name=\"no-asymptomatic-observation-flag\"> </a><a name=\"hcno-asymptomatic-observation-flag\"> </a><a name=\"no-asymptomatic-observation-flag-en-US\"> </a><p><b>Flag details</b>: <a href=\"Condition-condition-1.html\">Condition Contact with and (suspected) exposure to anthrax</a></p><p><b>status</b>: Active</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 223447008}\">Recommendation to document signs and symptoms (procedure)</span></p><p><b>subject</b>: <a href=\"Patient-patient-1.html\">John Smith Male, DoB: 2000-01-01</a></p><p><b>author</b>: <a href=\"Device-anthrax-example-device.html\">Device: identifier = Anthrax_Post_Exposure_Prophylaxis_FHIRv400.cql; manufacturer = Centers for Disease Control and Prevention; type = Clinical data collection/management information system application software (physical object); url = http://cqframework.org/cpg-example-anthrax/Device/anthrax-example-device</a></p></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/flag-detail"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Condition/condition-1" ] ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:code [
( fhir:coding [
a sct:223447008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "223447008" ] ;
fhir:display [ fhir:v "Recommendation to document signs and symptoms (procedure)" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-1" ]
] ; #
fhir:author [
fhir:reference [ fhir:v "Device/anthrax-example-device" ]
] . #