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-27 - 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-27"] ; # 
  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-3"^^xsd:anyURI ] ;
    ( fhir:resource <http://hl7.org/fhir/uv/cpg/anthrax/Condition/condition-3> )
  ] [
fhir:fullUrl [ fhir:v "http://hl7.org/fhir/uv/cpg/anthrax/Observation/observation-4"^^xsd:anyURI ] ;
    ( fhir:resource <http://hl7.org/fhir/uv/cpg/anthrax/Observation/observation-4> )
  ] [
fhir:fullUrl [ fhir:v "http://hl7.org/fhir/uv/cpg/anthrax/Observation/observation-17"^^xsd:anyURI ] ;
    ( fhir:resource <http://hl7.org/fhir/uv/cpg/anthrax/Observation/observation-17> )
  ] [
fhir:fullUrl [ fhir:v "http://hl7.org/fhir/uv/cpg/anthrax/AllergyIntolerance/allergy-1"^^xsd:anyURI ] ;
    ( fhir:resource <http://hl7.org/fhir/uv/cpg/anthrax/AllergyIntolerance/allergy-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-3> a fhir:Condition ;
  fhir:id [ fhir:v "condition-3"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_condition-3\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition condition-3</b></p><a name=\"condition-3\"> </a><a name=\"hccondition-3\"> </a><a name=\"condition-3-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-06-03 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-06-03T15:00:00.000Z"^^xsd:dateTime] . # 

<http://hl7.org/fhir/uv/cpg/anthrax/Observation/observation-4> a fhir:Observation ;
  fhir:id [ fhir:v "observation-4"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_observation-4\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-4</b></p><a name=\"observation-4\"> </a><a name=\"hcobservation-4\"> </a><a name=\"observation-4-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-06-03 15:00:00+0000</p><p><b>issued</b>: 2019-06-03 15: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-06-03T15:00:00.000Z"^^xsd:dateTime] ; # 
  fhir:issued [ fhir:v "2019-06-03T15:00:00.000Z"^^xsd:dateTime] . # 

<http://hl7.org/fhir/uv/cpg/anthrax/Observation/observation-17> a fhir:Observation ;
  fhir:id [ fhir:v "observation-17"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_observation-17\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-17</b></p><a name=\"observation-17\"> </a><a name=\"hcobservation-17\"> </a><a name=\"observation-17-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-06-03 15:00:00+0000</p><p><b>issued</b>: 2019-06-03 15: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-06-03T15:00:00.000Z"^^xsd:dateTime] ; # 
  fhir:issued [ fhir:v "2019-06-03T15:00:00.000Z"^^xsd:dateTime] . # 

<http://hl7.org/fhir/uv/cpg/anthrax/AllergyIntolerance/allergy-1> a fhir:AllergyIntolerance ;
  fhir:id [ fhir:v "allergy-1"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"AllergyIntolerance_allergy-1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance allergy-1</b></p><a name=\"allergy-1\"> </a><a name=\"hcallergy-1\"> </a><a name=\"allergy-1-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}\">Confirmed</span></p><p><b>code</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 404774}\">Fibromyalgia (disorder)</span></p><p><b>patient</b>: <a href=\"Patient-patient-1.html\">John Smith  Male, DoB: 2000-01-01</a></p><p><b>recordedDate</b>: 2018-12-03 16:00:00+0000</p></div>"
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ]     ] )
  ] ; # 
  fhir:verificationStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"^^xsd:anyURI ] ;
fhir:code [ fhir:v "confirmed" ] ;
fhir:display [ fhir:v "Confirmed" ]     ] )
  ] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "404774" ] ;
fhir:display [ fhir:v "Fibromyalgia (disorder)" ]     ] ) ;
fhir:text [ fhir:v "Fibromyalgia (disorder)" ]
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/patient-1" ]
  ] ; # 
  fhir:recordedDate [ fhir:v "2018-12-03T16:00:00.000Z"^^xsd:dateTime] . #