Clinical Practice Guidelines Example Implementation Guide - Anthrax Post-Exposure Prophylaxis
1.1.0 - ci-build
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
{
"resourceType" : "Bundle",
"id" : "bundle-60",
"type" : "collection",
"entry" : [
{
"fullUrl" : "http://hl7.org/fhir/uv/cpg/anthrax/Patient/patient-3",
"resource" : {
"resourceType" : "Patient",
"id" : "patient-3",
"text" : {
"status" : "generated",
"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>"
},
"name" : [
{
"family" : "Smith",
"given" : [
"Jane"
]
}
],
"gender" : "female",
"birthDate" : "2000-01-01"
}
},
{
"fullUrl" : "http://hl7.org/fhir/uv/cpg/anthrax/Condition/condition-8",
"resource" : {
"resourceType" : "Condition",
"id" : "condition-8",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_condition-8\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition condition-8</b></p><a name=\"condition-8\"> </a><a name=\"hccondition-8\"> </a><a name=\"condition-8-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-05-20 15:00:00+0000</p></div>"
},
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code" : "active"
}
]
},
"verificationStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
"code" : "confirmed"
}
]
},
"code" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/sid/icd-10-cm",
"code" : "Z20.810",
"display" : "Contact with and (suspected) exposure to anthrax"
}
],
"text" : "Contact with and (suspected) exposure to anthrax"
},
"subject" : {
🔗 "reference" : "Patient/patient-3"
},
"onsetDateTime" : "2019-05-20T15:00:00.000Z"
}
},
{
"fullUrl" : "http://hl7.org/fhir/uv/cpg/anthrax/Observation/observation-23",
"resource" : {
"resourceType" : "Observation",
"id" : "observation-23",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_observation-23\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-23</b></p><a name=\"observation-23\"> </a><a name=\"hcobservation-23\"> </a><a name=\"observation-23-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-05-20 15:00:00+0000</p><p><b>issued</b>: 2018-07-19 00:00:00+0000</p></div>"
},
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "84387000",
"display" : "Asymptomatic (finding)"
}
],
"text" : "Asymptomatic (finding)"
},
"subject" : {
🔗 "reference" : "Patient/patient-3"
},
"effectiveDateTime" : "2019-05-20T15:00:00.000Z",
"issued" : "2018-07-19T00:00:00.000Z"
}
},
{
"fullUrl" : "http://hl7.org/fhir/uv/cpg/anthrax/Procedure/procedure-14",
"resource" : {
"resourceType" : "Procedure",
"id" : "procedure-14",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Procedure_procedure-14\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Procedure procedure-14</b></p><a name=\"procedure-14\"> </a><a name=\"hcprocedure-14\"> </a><a name=\"procedure-14-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-3.html\">Jane Smith Female, DoB: 2000-01-01</a></p><p><b>performed</b>: 2019-05-20 15:00:00+0000</p></div>"
},
"status" : "completed",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "170338000",
"display" : "First anthrax vaccination"
}
],
"text" : "First anthrax vaccination"
},
"subject" : {
🔗 "reference" : "Patient/patient-3"
},
"performedDateTime" : "2019-05-20T15:00:00.000Z"
}
},
{
"fullUrl" : "http://hl7.org/fhir/uv/cpg/anthrax/MedicationRequest/med-request-2",
"resource" : {
"resourceType" : "MedicationRequest",
"id" : "med-request-2",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationRequest_med-request-2\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest med-request-2</b></p><a name=\"med-request-2\"> </a><a name=\"hcmed-request-2\"> </a><a name=\"med-request-2-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-3.html\">Jane Smith Female, DoB: 2000-01-01</a></p></div>"
},
"status" : "active",
"intent" : "proposal",
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
"code" : "309309",
"display" : "Ciprofloxacin 500 MG Oral Tablet"
}
],
"text" : "Ciprofloxacin 500 MG Oral Tablet"
},
"subject" : {
🔗 "reference" : "Patient/patient-3"
}
}
},
{
"fullUrl" : "http://hl7.org/fhir/uv/cpg/anthrax/Observation/observation-19",
"resource" : {
"resourceType" : "Observation",
"id" : "observation-19",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_observation-19\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-19</b></p><a name=\"observation-19\"> </a><a name=\"hcobservation-19\"> </a><a name=\"observation-19-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>: 2019-04-03 15:00:00+0000</p><p><b>issued</b>: 2019-04-03 15:00:00+0000</p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 77386006}\">Patient currently pregnant</span></p></div>"
},
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "82810-3",
"display" : "Pregnancy status"
}
],
"text" : "Pregnancy status"
},
"subject" : {
🔗 "reference" : "Patient/patient-3"
},
"effectiveDateTime" : "2019-04-03T15:00:00.000Z",
"issued" : "2019-04-03T15:00:00.000Z",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "77386006",
"display" : "Patient currently pregnant"
}
],
"text" : "Patient currently pregnant"
}
}
}
]
}