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" : "Observation",
"id" : "HAICA-TC-TravelHistory",
"meta" : {
"profile" : [
"http://cbsig.chai.gatech.edu/StructureDefinition/us-cbs-travel-history"
]
},
"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 \"HAICA-TC-TravelHistory\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-cbs-travel-history.html\">US Case Based Surveillance Travel History Profile</a></p></div><blockquote><p><b>US Case Based Surveillance Period and Mode of Travel Extension</b></p><p><b>value</b>: 2018-11-02 --> 2018-11-12</p><p><b>value</b>: Aircraft <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#21753002)</span></p><p><b>value</b>: <span>: Mumbai</span></p></blockquote><blockquote><p><b>US Case Based Surveillance Program Specific Time Window</b></p><p><b>value</b>: 10 day<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code d = 'd')</span></p><p><b>value</b>: Condition.onsetDateTime <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cbs-temp-code-system.html\">Case Based Surveillance temporary/placeholder code system.</a>#conditionOnsetDateTime)</span></p><p><b>value</b>: <a href=\"Condition-HAICA-TC-Condition.html\">Condition/HAICA-TC-Condition: HAICA-TC Example Condition of Interest</a></p></blockquote><p><b>status</b>: final</p><p><b>code</b>: Travel (event) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#420008001)</span></p><p><b>subject</b>: <a href=\"Patient-HAICA-TC-Patient.html\">Patient/HAICA-TC-Patient: HAICA-TC Example Patient</a> \"\"</p><p><b>effective</b>: 2018-11-02 --> 2018-11-12</p><h3>Components</h3><table class=\"grid\"><tr><td>-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>Location <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-v3-ParticipationType.html\">ParticipationType</a>#LOC)</span></td><td>India <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#IND)</span></td></tr></table></div>"
},
"extension" : [
{
"extension" : [
{
"url" : "dateOrPeriodOfTravel",
"valuePeriod" : {
"start" : "2018-11-02",
"end" : "2018-11-12"
}
},
{
"url" : "modeOfTravel",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "21753002",
"display" : "Aircraft"
}
]
}
},
{
"url" : "relevantLocation",
"valueReference" : {
"display" : "Mumbai"
}
}
],
"url" : "http://cbsig.chai.gatech.edu/StructureDefinition/us-cbs-period-and-mode-of-travel"
},
{
"extension" : [
{
"url" : "timeWindow",
"valueQuantity" : {
"value" : 10,
"unit" : "day",
"system" : "http://unitsofmeasure.org",
"code" : "d"
}
},
{
"url" : "relativeTo",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://cbsig.chai.gatech.edu/CodeSystem/cbs-temp-code-system",
"code" : "conditionOnsetDateTime"
}
]
}
},
{
"url" : "relativeReference",
"valueReference" : {
"reference" : "Condition/HAICA-TC-Condition",
"display" : "HAICA-TC Example Condition of Interest"
}
}
],
"url" : "http://cbsig.chai.gatech.edu/StructureDefinition/us-cbs-program-specific-time-window"
}
],
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "420008001"
}
]
},
"subject" : {
"reference" : "Patient/HAICA-TC-Patient",
"display" : "HAICA-TC Example Patient"
},
"effectivePeriod" : {
"start" : "2018-11-02",
"end" : "2018-11-12"
},
"component" : [
{
"code" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code" : "LOC",
"display" : "Location"
}
]
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "IND",
"display" : "India"
}
]
}
}
]
}