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
@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-38"] ; #
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-7"^^xsd:anyURI ] ;
( fhir:resource <http://hl7.org/fhir/uv/cpg/anthrax/Observation/observation-7> )
] [
fhir:fullUrl [ fhir:v "http://hl7.org/fhir/uv/cpg/anthrax/Observation/observation-18"^^xsd:anyURI ] ;
( fhir:resource <http://hl7.org/fhir/uv/cpg/anthrax/Observation/observation-18> )
] [
fhir:fullUrl [ fhir:v "http://hl7.org/fhir/uv/cpg/anthrax/Procedure/procedure-3"^^xsd:anyURI ] ;
( fhir:resource <http://hl7.org/fhir/uv/cpg/anthrax/Procedure/procedure-3> )
] [
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-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-7> a fhir:Observation ;
fhir:id [ fhir:v "observation-7"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_observation-7\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-7</b></p><a name=\"observation-7\"> </a><a name=\"hcobservation-7\"> </a><a name=\"observation-7-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>: 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-06-03T15: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-18> a fhir:Observation ;
fhir:id [ fhir:v "observation-18"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_observation-18\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-18</b></p><a name=\"observation-18\"> </a><a name=\"hcobservation-18\"> </a><a name=\"observation-18-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>: 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-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/Procedure/procedure-3> a fhir:Procedure ;
fhir:id [ fhir:v "procedure-3"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Procedure_procedure-3\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Procedure procedure-3</b></p><a name=\"procedure-3\"> </a><a name=\"hcprocedure-3\"> </a><a name=\"procedure-3-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-20 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-20T15: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" ]
] . #
IG © (c) 2019 The MITRE Corporation HL7 International - Clinical Decision Support WG. Package hl7.fhir.uv.cpg.anthrax#1.1.0 based on FHIR 4.0.1. Generated 2024-08-23
Links: Table of Contents |
QA Report
| Version History |