Case Based Surveillance Implementation Guide
0.2.1 - ci-build
Case Based Surveillance Implementation Guide - Local Development build (v0.2.1). See the Directory of published versions
{
"resourceType" : "Condition",
"id" : "Lyme-TC-Condition",
"meta" : {
"profile" : [
"http://cbsig.chai.gatech.edu/StructureDefinition/us-cbs-condition"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"Lyme-TC-Condition\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-cbs-condition.html\">US Case Based Surveillance Condition of Interest Profile</a></p></div><p><b>Case Based Surveillance Case Class Status</b>: Confirmed present <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#410605003)</span></p><p><b>Case Based Surveillance Illness Duration</b>: 15 d<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code d = 'd')</span></p><p><b>clinicalStatus</b>: Inactive <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-condition-clinical.html\">Condition Clinical Status Codes</a>#inactive)</span></p><p><b>category</b>: Problem List Item <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-condition-category.html\">Condition Category Codes</a>#problem-list-item)</span></p><p><b>code</b>: Lyme disease <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#11080)</span></p><p><b>subject</b>: <a href=\"Patient-Lyme-TC-Patient.html\">Patient/Lyme-TC-Patient: Lyme-TC Example Patient</a> \"\"</p><p><b>onset</b>: 2018-06-25</p><p><b>abatement</b>: 2018-07-10</p><blockquote><p><b>evidence</b></p><p><b>code</b>: Erythema Migrans <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#69588003)</span></p></blockquote><blockquote><p><b>evidence</b></p><p><b>code</b>: Atrioventricular block <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#233917008)</span></p></blockquote></div>"
},
"extension" : [
{
"url" : "http://cbsig.chai.gatech.edu/StructureDefinition/cbs-case-class-status",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "410605003",
"display" : "Confirmed present"
}
]
}
},
{
"url" : "http://cbsig.chai.gatech.edu/StructureDefinition/cbs-illness-duration",
"valueQuantity" : {
"value" : 15,
"system" : "http://unitsofmeasure.org",
"code" : "d"
}
}
],
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code" : "inactive"
}
]
},
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-category",
"code" : "problem-list-item"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "urn:oid:2.16.840.1.114222.4.5.277",
"code" : "11080",
"display" : "Lyme disease"
}
]
},
"subject" : {
"reference" : "Patient/Lyme-TC-Patient",
"display" : "Lyme-TC Example Patient"
},
"onsetDateTime" : "2018-06-25",
"abatementDateTime" : "2018-07-10",
"evidence" : [
{
"code" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "69588003",
"display" : "Erythema Migrans"
}
]
}
]
},
{
"code" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "233917008",
"display" : "Atrioventricular block"
}
]
}
]
}
]
}