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-33 - 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-33"] ; # 
  fhir:type [ fhir:v "collection"] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "http://hl7.org/fhir/uv/cpg/anthrax/Patient/patient-3"^^xsd:anyURI ] ;
    ( fhir:resource <http://hl7.org/fhir/uv/cpg/anthrax/Patient/patient-3> )
  ] [
fhir:fullUrl [ fhir:v "http://hl7.org/fhir/uv/cpg/anthrax/Condition/condition-4"^^xsd:anyURI ] ;
    ( fhir:resource <http://hl7.org/fhir/uv/cpg/anthrax/Condition/condition-4> )
  ] [
fhir:fullUrl [ fhir:v "http://hl7.org/fhir/uv/cpg/anthrax/Observation/observation-13"^^xsd:anyURI ] ;
    ( fhir:resource <http://hl7.org/fhir/uv/cpg/anthrax/Observation/observation-13> )
  ] [
fhir:fullUrl [ fhir:v "http://hl7.org/fhir/uv/cpg/anthrax/Observation/observation-21"^^xsd:anyURI ] ;
    ( fhir:resource <http://hl7.org/fhir/uv/cpg/anthrax/Observation/observation-21> )
  ] [
fhir:fullUrl [ fhir:v "http://hl7.org/fhir/uv/cpg/anthrax/Condition/patient-4"^^xsd:anyURI ] ;
    ( fhir:resource <http://hl7.org/fhir/uv/cpg/anthrax/Condition/patient-4> )
  ] ) . # 

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

<http://hl7.org/fhir/uv/cpg/anthrax/Condition/condition-4> a fhir:Condition ;
  fhir:id [ fhir:v "condition-4"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_condition-4\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition condition-4</b></p><a name=\"condition-4\"> </a><a name=\"hccondition-4\"> </a><a name=\"condition-4-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-3.html\">Jane Smith  Female, DoB: 2000-01-01</a></p><p><b>onset</b>: 2019-06-02 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-3" ]
  ] ; # 
  fhir:onset [ fhir:v "2019-06-02T15:00:00.000Z"^^xsd:dateTime] . # 

<http://hl7.org/fhir/uv/cpg/anthrax/Observation/observation-13> a fhir:Observation ;
  fhir:id [ fhir:v "observation-13"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_observation-13\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-13</b></p><a name=\"observation-13\"> </a><a name=\"hcobservation-13\"> </a><a name=\"observation-13-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-3.html\">Jane Smith  Female, DoB: 2000-01-01</a></p><p><b>effective</b>: 2019-06-02 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-3" ]
  ] ; # 
  fhir:effective [ fhir:v "2019-06-02T15: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-21> a fhir:Observation ;
  fhir:id [ fhir:v "observation-21"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_observation-21\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-21</b></p><a name=\"observation-21\"> </a><a name=\"hcobservation-21\"> </a><a name=\"observation-21-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-3.html\">Jane Smith  Female, DoB: 2000-01-01</a></p><p><b>effective</b>: 2019-06-03 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-3" ]
  ] ; # 
  fhir:effective [ fhir:v "2019-06-03T15:00:00.000Z"^^xsd:dateTime] ; # 
  fhir:issued [ fhir:v "2018-07-19T00:00:00.000Z"^^xsd:dateTime] . # 

<http://hl7.org/fhir/uv/cpg/anthrax/Condition/patient-4> a fhir:Condition ;
  fhir:id [ fhir:v "patient-4"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_patient-4\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition patient-4</b></p><a name=\"patient-4\"> </a><a name=\"hcpatient-4\"> </a><a name=\"patient-4-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://snomed.info/sct 77386006}\">Pregnancy (finding)</span></p><p><b>subject</b>: <a href=\"Patient-patient-3.html\">Jane Smith  Female, DoB: 2000-01-01</a></p><p><b>onset</b>: 2017-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 [
a sct:77386006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "77386006" ] ;
fhir:display [ fhir:v "Pregnancy (finding)" ]     ] ) ;
fhir:text [ fhir:v "Pregnancy (finding)" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-3" ]
  ] ; # 
  fhir:onset [ fhir:v "2017-06-03T15:00:00.000Z"^^xsd:dateTime] . #