Clinical Practice Guidelines Example Implementation Guide - Anthrax Post-Exposure Prophylaxis
1.1.0 - ci-build International flag

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

: bundle-41 - 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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "bundle-41"] ; # 
  fhir:type [ fhir:v "collection"] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "http://hl7.org/fhir/uv/cpg/anthrax/Patient/patient-1"^^xsd:anyURI ] ;
    ( fhir:resource <http://hl7.org/fhir/uv/cpg/anthrax/Patient/patient-1> )
  ] [
fhir:fullUrl [ fhir:v "http://hl7.org/fhir/uv/cpg/anthrax/Condition/condition-2"^^xsd:anyURI ] ;
    ( fhir:resource <http://hl7.org/fhir/uv/cpg/anthrax/Condition/condition-2> )
  ] [
fhir:fullUrl [ fhir:v "http://hl7.org/fhir/uv/cpg/anthrax/Observation/observation-3"^^xsd:anyURI ] ;
    ( fhir:resource <http://hl7.org/fhir/uv/cpg/anthrax/Observation/observation-3> )
  ] [
fhir:fullUrl [ fhir:v "http://hl7.org/fhir/uv/cpg/anthrax/Observation/observation-16"^^xsd:anyURI ] ;
    ( fhir:resource <http://hl7.org/fhir/uv/cpg/anthrax/Observation/observation-16> )
  ] [
fhir:fullUrl [ fhir:v "http://hl7.org/fhir/uv/cpg/anthrax/Procedure/procedure-6"^^xsd:anyURI ] ;
    ( fhir:resource <http://hl7.org/fhir/uv/cpg/anthrax/Procedure/procedure-6> )
  ] [
fhir:fullUrl [ fhir:v "http://hl7.org/fhir/uv/cpg/anthrax/Procedure/procedure-7"^^xsd:anyURI ] ;
    ( fhir:resource <http://hl7.org/fhir/uv/cpg/anthrax/Procedure/procedure-7> )
  ] [
fhir:fullUrl [ fhir:v "http://hl7.org/fhir/uv/cpg/anthrax/Procedure/procedure-9"^^xsd:anyURI ] ;
    ( fhir:resource <http://hl7.org/fhir/uv/cpg/anthrax/Procedure/procedure-9> )
  ] [
fhir:fullUrl [ fhir:v "http://hl7.org/fhir/uv/cpg/anthrax/MedicationRequest/med-request-1"^^xsd:anyURI ] ;
    ( fhir:resource <http://hl7.org/fhir/uv/cpg/anthrax/MedicationRequest/med-request-1> )
  ] ) . # 

<http://hl7.org/fhir/uv/cpg/anthrax/Patient/patient-1> a fhir:Patient ;
  fhir:id [ fhir:v "patient-1"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_patient-1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient patient-1</b></p><a name=\"patient-1\"> </a><a name=\"hcpatient-1\"> </a><a name=\"patient-1-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">John Smith  Male, DoB: 2000-01-01</p><hr/></div>"
  ] ; # 
  fhir:name ( [
fhir:family [ fhir:v "Smith" ] ;
    ( fhir:given [ fhir:v "John" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "2000-01-01"^^xsd:date] . # 

<http://hl7.org/fhir/uv/cpg/anthrax/Condition/condition-2> a fhir:Condition ;
  fhir:id [ fhir:v "condition-2"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_condition-2\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition condition-2</b></p><a name=\"condition-2\"> </a><a name=\"hccondition-2\"> </a><a name=\"condition-2-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10-cm Z20.810}\">Contact with and (suspected) exposure to anthrax</span></p><p><b>subject</b>: <a href=\"Patient-patient-1.html\">John Smith  Male, DoB: 2000-01-01</a></p><p><b>onset</b>: 2019-05-06 15:00:00+0000</p></div>"
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ]     ] )
  ] ; # 
  fhir:verificationStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "confirmed" ]     ] )
  ] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10-cm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Z20.810" ] ;
fhir:display [ fhir:v "Contact with and (suspected) exposure to anthrax" ]     ] ) ;
fhir:text [ fhir:v "Contact with and (suspected) exposure to anthrax" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-1" ]
  ] ; # 
  fhir:onset [ fhir:v "2019-05-06T15:00:00.000Z"^^xsd:dateTime] . # 

<http://hl7.org/fhir/uv/cpg/anthrax/Observation/observation-3> a fhir:Observation ;
  fhir:id [ fhir:v "observation-3"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_observation-3\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-3</b></p><a name=\"observation-3\"> </a><a name=\"hcobservation-3\"> </a><a name=\"observation-3-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 170475009}\">Exposure to Bacillus anthracis (event)</span></p><p><b>subject</b>: <a href=\"Patient-patient-1.html\">John Smith  Male, DoB: 2000-01-01</a></p><p><b>effective</b>: 2019-05-06 15:00:00+0000</p><p><b>issued</b>: 2018-07-18 00:00:00+0000</p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:170475009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "170475009" ] ;
fhir:display [ fhir:v "Exposure to Bacillus anthracis (event)" ]     ] ) ;
fhir:text [ fhir:v "Exposure to Bacillus anthracis (event)" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-1" ]
  ] ; # 
  fhir:effective [ fhir:v "2019-05-06T15:00:00.000Z"^^xsd:dateTime] ; # 
  fhir:issued [ fhir:v "2018-07-18T00:00:00.000Z"^^xsd:dateTime] . # 

<http://hl7.org/fhir/uv/cpg/anthrax/Observation/observation-16> a fhir:Observation ;
  fhir:id [ fhir:v "observation-16"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_observation-16\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-16</b></p><a name=\"observation-16\"> </a><a name=\"hcobservation-16\"> </a><a name=\"observation-16-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 84387000}\">Asymptomatic (finding)</span></p><p><b>subject</b>: <a href=\"Patient-patient-1.html\">John Smith  Male, DoB: 2000-01-01</a></p><p><b>effective</b>: 2019-05-06 15:00:00+0000</p><p><b>issued</b>: 2018-07-19 00:00:00+0000</p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:84387000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "84387000" ] ;
fhir:display [ fhir:v "Asymptomatic (finding)" ]     ] ) ;
fhir:text [ fhir:v "Asymptomatic (finding)" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-1" ]
  ] ; # 
  fhir:effective [ fhir:v "2019-05-06T15:00:00.000Z"^^xsd:dateTime] ; # 
  fhir:issued [ fhir:v "2018-07-19T00:00:00.000Z"^^xsd:dateTime] . # 

<http://hl7.org/fhir/uv/cpg/anthrax/Procedure/procedure-6> a fhir:Procedure ;
  fhir:id [ fhir:v "procedure-6"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Procedure_procedure-6\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Procedure procedure-6</b></p><a name=\"procedure-6\"> </a><a name=\"hcprocedure-6\"> </a><a name=\"procedure-6-en-US\"> </a><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 170338000}\">First anthrax vaccination</span></p><p><b>subject</b>: <a href=\"Patient-patient-1.html\">John Smith  Male, DoB: 2000-01-01</a></p><p><b>performed</b>: 2019-05-06 15:00:00+0000</p></div>"
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:170338000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "170338000" ] ;
fhir:display [ fhir:v "First anthrax vaccination" ]     ] ) ;
fhir:text [ fhir:v "First anthrax vaccination" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-1" ]
  ] ; # 
  fhir:performed [ fhir:v "2019-05-06T15:00:00.000Z"^^xsd:dateTime] . # 

<http://hl7.org/fhir/uv/cpg/anthrax/Procedure/procedure-7> a fhir:Procedure ;
  fhir:id [ fhir:v "procedure-7"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Procedure_procedure-7\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Procedure procedure-7</b></p><a name=\"procedure-7\"> </a><a name=\"hcprocedure-7\"> </a><a name=\"procedure-7-en-US\"> </a><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 170339008}\">Second anthrax vaccination</span></p><p><b>subject</b>: <a href=\"Patient-patient-1.html\">John Smith  Male, DoB: 2000-01-01</a></p><p><b>performed</b>: 2019-05-20 15:00:00+0000</p></div>"
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:170339008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "170339008" ] ;
fhir:display [ fhir:v "Second anthrax vaccination" ]     ] ) ;
fhir:text [ fhir:v "Second anthrax vaccination" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-1" ]
  ] ; # 
  fhir:performed [ fhir:v "2019-05-20T15:00:00.000Z"^^xsd:dateTime] . # 

<http://hl7.org/fhir/uv/cpg/anthrax/Procedure/procedure-9> a fhir:Procedure ;
  fhir:id [ fhir:v "procedure-9"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Procedure_procedure-9\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Procedure procedure-9</b></p><a name=\"procedure-9\"> </a><a name=\"hcprocedure-9\"> </a><a name=\"procedure-9-en-US\"> </a><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 170340005}\">Third anthrax vaccination</span></p><p><b>subject</b>: <a href=\"Patient-patient-1.html\">John Smith  Male, DoB: 2000-01-01</a></p><p><b>performed</b>: 2019-06-03 15:00:00+0000</p></div>"
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:170340005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "170340005" ] ;
fhir:display [ fhir:v "Third anthrax vaccination" ]     ] ) ;
fhir:text [ fhir:v "Third anthrax vaccination" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-1" ]
  ] ; # 
  fhir:performed [ fhir:v "2019-06-03T15:00:00.000Z"^^xsd:dateTime] . # 

<http://hl7.org/fhir/uv/cpg/anthrax/MedicationRequest/med-request-1> a fhir:MedicationRequest ;
  fhir:id [ fhir:v "med-request-1"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationRequest_med-request-1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest med-request-1</b></p><a name=\"med-request-1\"> </a><a name=\"hcmed-request-1\"> </a><a name=\"med-request-1-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Proposal</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 309309}\">Ciprofloxacin 500 MG Oral Tablet</span></p><p><b>subject</b>: <a href=\"Patient-patient-1.html\">John Smith  Male, DoB: 2000-01-01</a></p></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "proposal"] ; # 
  fhir:medication [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "309309" ] ;
fhir:display [ fhir:v "Ciprofloxacin 500 MG Oral Tablet" ]     ] ) ;
fhir:text [ fhir:v "Ciprofloxacin 500 MG Oral Tablet" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-1" ]
  ] . #