This page is part of the Logica COVID-19 FHIR Profile Library IG (v0.14.0: Drafts Ballot 2) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Observation",
"id" : "KnownSARSCoV2ExposureExample",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/covid19library/StructureDefinition/known-sars-cov-2-exposure"
]
},
"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 \"KnownSARSCoV2ExposureExample\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-known-sars-cov-2-exposure.html\">Known Exposure</a></p></div><p><b>Exposure Type</b>: Household contact with other lab-confirmed COVID-19 case-patient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#LA30834-8)</span></p><p><b>status</b>: final</p><p><b>code</b>: Known exposure [Identifier] <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#88636-6)</span></p><p><b>effective</b>: 2021-09-21</p><p><b>value</b>: Severe acute respiratory syndrome coronavirus 2 (organism) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#840533007)</span></p></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/us/covid19library/StructureDefinition/exposure-type",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "LA30834-8",
"display" : "Household contact with other lab-confirmed COVID-19 case-patient"
}
]
}
}
],
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "88636-6"
}
]
},
"effectiveDateTime" : "2021-09-21",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "840533007",
"display" : "Severe acute respiratory syndrome coronavirus 2 (organism)"
}
]
}
}