FHIR IG analytics| Package | hl7.fhir.us.covid19library |
| Resource Type | Observation |
| Id | Observation-KnownSARSCoV2ExposureExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
Resource "KnownSARSCoV2ExposureExample"
Profile: Known Exposure
Exposure Type: Community contact with other lab-confirmed COVID-19 case-patient (LOINC#LA30835-5)
status: final
code: Known exposure [Identifier] (LOINC#88636-6)
effective: 2021-09-21
value: Severe acute respiratory syndrome coronavirus 2 (organism) (SNOMED CT#840533007)
{
"resourceType": "Observation",
"id": "KnownSARSCoV2ExposureExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/covid19library/StructureDefinition/known-sars-cov-2-exposure"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/covid19library/StructureDefinition/exposure-type",
"valueCodeableConcept": {
"coding": [
{
"system": "http://loinc.org",
"code": "LA30835-5",
"display": "Community 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)"
}
]
}
}