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" : "Encounter",
"id" : "STD-TC-Hospitalization",
"meta" : {
"profile" : [
"http://cbsig.chai.gatech.edu/StructureDefinition/us-cbs-hospitalization"
]
},
"text" : {
"status" : "generated",
"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 \"STD-TC-Hospitalization\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-cbs-hospitalization.html\">US Case Based Surveillance Hospitalization Encounter Profile</a></p></div><p><b>status</b>: unknown</p><p><b>class</b>: inpatient encounter (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code IMP = 'inpatient encounter', stated as 'inpatient encounter')</p><p><b>type</b>: Inpatient Hospital <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-CPT.html\">Current Procedural Terminology (CPT®)</a>#42628595)</span></p><p><b>subject</b>: <a href=\"Patient-STD-TC-Patient.html\">Patient/STD-TC-Patient: STD-TC Example Patient</a> \"\"</p><p><b>period</b>: 2014-01-18 --> 2014-01-27</p><p><b>reasonReference</b>: <a href=\"Condition-STD-TC-Condition.html\">Condition/STD-TC-Condition</a></p><h3>Locations</h3><table class=\"grid\"><tr><td>-</td><td><b>Location</b></td></tr><tr><td>*</td><td><span>: Masked Location</span></td></tr></table></div>"
},
"status" : "unknown",
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "IMP",
"display" : "inpatient encounter"
},
"type" : [
{
"coding" : [
{
"system" : "http://www.ama-assn.org/go/cpt",
"code" : "42628595",
"display" : "Inpatient Hospital"
}
]
}
],
"subject" : {
"reference" : "Patient/STD-TC-Patient",
"display" : "STD-TC Example Patient"
},
"period" : {
"start" : "2014-01-18",
"end" : "2014-01-27"
},
"length" : {
"value" : 9,
"unit" : "days",
"system" : "http://unitsofmeasure.org",
"code" : "d"
},
"reasonReference" : [
{
"reference" : "Condition/STD-TC-Condition"
}
],
"location" : [
{
"location" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode" : "masked"
}
],
"display" : "Masked Location"
}
}
]
}