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 loinc: <https://loinc.org/rdf/> .
@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-34"] ; #
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-7"^^xsd:anyURI ] ;
( fhir:resource <http://hl7.org/fhir/uv/cpg/anthrax/Condition/condition-7> )
] [
fhir:fullUrl [ fhir:v "http://hl7.org/fhir/uv/cpg/anthrax/Observation/observation-5"^^xsd:anyURI ] ;
( fhir:resource <http://hl7.org/fhir/uv/cpg/anthrax/Observation/observation-5> )
] [
fhir:fullUrl [ fhir:v "http://hl7.org/fhir/uv/cpg/anthrax/Observation/observation-22"^^xsd:anyURI ] ;
( fhir:resource <http://hl7.org/fhir/uv/cpg/anthrax/Observation/observation-22> )
] [
fhir:fullUrl [ fhir:v "http://hl7.org/fhir/uv/cpg/anthrax/Observation/observation-26"^^xsd:anyURI ] ;
( fhir:resource <http://hl7.org/fhir/uv/cpg/anthrax/Observation/observation-26> )
] ) . #
<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-7> a fhir:Condition ;
fhir:id [ fhir:v "condition-7"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_condition-7\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition condition-7</b></p><a name=\"condition-7\"> </a><a name=\"hccondition-7\"> </a><a name=\"condition-7-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-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-3" ]
] ; #
fhir:onset [ fhir:v "2019-06-03T15:00:00.000Z"^^xsd:dateTime] . #
<http://hl7.org/fhir/uv/cpg/anthrax/Observation/observation-5> a fhir:Observation ;
fhir:id [ fhir:v "observation-5"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_observation-5\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-5</b></p><a name=\"observation-5\"> </a><a name=\"hcobservation-5\"> </a><a name=\"observation-5-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-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-3" ]
] ; #
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-22> a fhir:Observation ;
fhir:id [ fhir:v "observation-22"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_observation-22\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-22</b></p><a name=\"observation-22\"> </a><a name=\"hcobservation-22\"> </a><a name=\"observation-22-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>: 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-3" ]
] ; #
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-26> a fhir:Observation ;
fhir:id [ fhir:v "observation-26"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_observation-26\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-26</b></p><a name=\"observation-26\"> </a><a name=\"hcobservation-26\"> </a><a name=\"observation-26-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 82810-3}\">Pregnancy status</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>: 2017-06-03 15:00:00+0000</p><p><b>issued</b>: 2017-06-03 15:00:00+0000</p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 77386006}\">Patient currently pregnant</span></p></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a loinc:82810-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "82810-3" ] ;
fhir:display [ fhir:v "Pregnancy status" ] ] ) ;
fhir:text [ fhir:v "Pregnancy status" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-3" ]
] ; #
fhir:effective [ fhir:v "2017-06-03T15:00:00.000Z"^^xsd:dateTime] ; #
fhir:issued [ fhir:v "2017-06-03T15:00:00.000Z"^^xsd:dateTime] ; #
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:77386006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "77386006" ] ;
fhir:display [ fhir:v "Patient currently pregnant" ] ] ) ;
fhir:text [ fhir:v "Patient currently pregnant" ]
] . #
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 |