Clinical Practice Guidelines Example Implementation Guide - Anthrax Post-Exposure Prophylaxis, published by HL7 International - Clinical Decision Support WG. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cqframework/cpg-example-anthrax/ and changes regularly. See the Directory of published versions
: Latex Allergy 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 "latex-allergy-flag"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Flag latex-allergy-flag</b></p><a name=\"latex-allergy-flag\"> </a><a name=\"hclatex-allergy-flag\"> </a><a name=\"latex-allergy-flag-en-US\"> </a><p><b>status</b>: Active</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 370860007}\">Verification of allergy status (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://hl7.org/fhir/uv/cpg/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 "AllergyIntolerance/allergy-11" ] ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:code [
( fhir:coding [
a sct:370860007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "370860007" ] ;
fhir:display [ fhir:v "Verification of allergy status (procedure)" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-1" ]
] ; #
fhir:author [
fhir:reference [ fhir:v "Device/anthrax-example-device" ]
] . #