Contact with persons suffering from Covid-19?


PARAMETER CASE REPORT FORM RESPONSE OPTIONS
Did the patient knowingly have contact with a person with probable or proven Covid-19 disease within 14 days before the onset of his/her symptoms? Yes / No / Unknown

This profile of a FHIR Observation is closely aligned to the Known Exposure-profile of the Logica Implementation Guide for Covid-19.


Profile - Known Exposure

Canonical: https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/known-exposure

Snapshot

idΣ0..1string
id0..1string
extensionI0..*Extension
versionIdΣ0..1id
lastUpdatedΣ0..1instant
sourceΣ0..1uri
profileS Σ0..*canonical(StructureDefinition)
securityΣ0..*CodingBinding
tagΣ0..*Coding
implicitRulesΣ ?!0..1uri
language0..1codeBinding
text0..1Narrative
contained0..*Resource
extensionI0..*Extension
modifierExtension?! I0..*Extension
identifierΣ0..*Identifier
basedOnΣ0..*Reference(CarePlan | DeviceRequest | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest)
partOfΣ0..*Reference(MedicationAdministration | MedicationDispense | MedicationStatement | Procedure | Immunization | ImagingStudy)
statusΣ ?!1..1codeBinding
id0..1string
extensionI0..*Extension
id0..1string
extensionI0..*Extension
systemΣ1..1uriPattern
versionΣ0..1string
codeΣ1..1codePattern
displayΣ0..1string
userSelectedΣ0..1boolean
textΣ0..1string
id0..1string
extensionI0..*Extension
id0..1string
extensionI0..*Extension
systemΣ1..1uriPattern
versionΣ0..1string
codeΣ1..1codePattern
displayΣ0..1string
userSelectedΣ0..1boolean
textΣ0..1string
subjectS Σ1..1Reference(Patient | Group)
focusΣ0..*Reference(Resource)
encounterΣ0..1Reference(Encounter)
effectiveDateTimedateTime
effectivePeriodPeriod
effectiveTimingTiming
effectiveInstantinstant
issuedΣ0..1instant
performerΣ0..*Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | RelatedPerson)
id0..1string
extensionI0..*Extension
id0..1string
extensionI0..*Extension
systemΣ1..1uriPattern
versionΣ0..1string
codeΣ1..1code
displayΣ0..1string
userSelectedΣ0..1boolean
textΣ0..1string
dataAbsentReasonS I0..1CodeableConceptBinding
interpretation0..*CodeableConceptBinding
note0..*Annotation
bodySite0..0CodeableConcept
method0..1CodeableConcept
specimen0..0Reference(Specimen)
device0..0Reference(Device | DeviceMetric)
hasMemberΣ0..0Reference(Observation | QuestionnaireResponse | MolecularSequence)
derivedFromΣ0..*Reference(DocumentReference | ImagingStudy | Media | QuestionnaireResponse | Observation | MolecularSequence)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
codeΣ1..1CodeableConcept
valueQuantityQuantity
valueCodeableConceptCodeableConcept
valueStringstring
valueBooleanboolean
valueIntegerinteger
valueRangeRange
valueRatioRatio
valueSampledDataSampledData
valueTimetime
valueDateTimedateTime
valuePeriodPeriod
dataAbsentReasonI0..1CodeableConceptBinding
interpretation0..*CodeableConceptBinding
referenceRange0..*see (referenceRange)


ValueSets

Canonical: https://www.netzwerk-universitaetsmedizin.de/fhir/ValueSet/known-exposure

ValueSet 'KnownExposureSARSCoV2'

Version1.0
Published byCharité
StatusActive
ExperimentalFalse

A set of answers if the patient had contact with a person suffering from Covid-19.

This value set includes codes from the following code systems:

  • The following codes from system: SNOMED_CT

    CodeDisplay
    840546002Exposure to severe acute respiratory syndrome coronavirus 2 (event)
    373067005No (qualifier value)


Examples

Known Exposure Present
Example observation where a patient was knowingly exposed to SARS-CoV-2

{
    "resourceType": "Observation",
    "id": "3d42736a-9e47-491e-8d06-d884e90060c7",
    "meta": {
        "profile":  [
            "https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/known-exposure"
        ]
    },
    "identifier":  [
        {
            "type": {
                "coding":  [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                        "code": "OBI"
                    }
                ]
            },
            "system": "https://www.charite.de/fhir/CodeSystem/observation-identifiers",
            "value": "88636-6_KnownExposure",
            "assigner": {
                "reference": "Organization/Charité"
            }
        }
    ],
    "status": "final",
    "category":  [
        {
            "coding":  [
                {
                    "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                    "code": "social-history"
                }
            ]
        }
    ],
    "code": {
        "coding":  [
            {
                "system": "http://loinc.org",
                "code": "88636-6",
                "display": "Known exposure [Identifier]"
            }
        ],
        "text": "Known exposure"
    },
    "subject": {
        "reference": "Patient/c786ac3c-0579-4aa2-adda-db784b214ad6"
    },
    "effectiveDateTime": "2020-10-04",
    "valueCodeableConcept": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "840546002",
                "display": "Exposure to severe acute respiratory syndrome coronavirus 2 (event)"
            }
        ]
    }
}


Known Exposure Absent
Example observation where a patient was not knowingly exposed to SARS-CoV-2

{
    "resourceType": "Observation",
    "id": "b69cf35d-6d43-4881-9189-d5ea00dcf573",
    "meta": {
        "profile":  [
            "https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/known-exposure"
        ]
    },
    "identifier":  [
        {
            "type": {
                "coding":  [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                        "code": "OBI"
                    }
                ]
            },
            "system": "https://www.charite.de/fhir/CodeSystem/observation-identifiers",
            "value": "88636-6_KnownExposure",
            "assigner": {
                "reference": "Organization/Charité"
            }
        }
    ],
    "status": "final",
    "category":  [
        {
            "coding":  [
                {
                    "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                    "code": "social-history"
                }
            ]
        }
    ],
    "code": {
        "coding":  [
            {
                "system": "http://loinc.org",
                "code": "88636-6",
                "display": "Known exposure [Identifier]"
            }
        ],
        "text": "Known exposure"
    },
    "subject": {
        "reference": "Patient/c786ac3c-0579-4aa2-adda-db784b214ad6"
    },
    "effectiveDateTime": "2020-10-04",
    "valueCodeableConcept": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "373067005",
                "display": "No (qualifier value)"
            }
        ]
    }
}


Exposure Unknown
Example observation where a patient's exposure to SARS-CoV-2 is unknown

{
    "resourceType": "Observation",
    "id": "eb602464-bf4a-47ed-8558-0507474d24d1",
    "meta": {
        "profile":  [
            "https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/known-exposure"
        ]
    },
    "identifier":  [
        {
            "type": {
                "coding":  [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                        "code": "OBI"
                    }
                ]
            },
            "system": "https://www.charite.de/fhir/CodeSystem/observation-identifiers",
            "value": "88636-6_KnownExposure",
            "assigner": {
                "reference": "Organization/Charité"
            }
        }
    ],
    "status": "final",
    "category":  [
        {
            "coding":  [
                {
                    "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                    "code": "social-history"
                }
            ]
        }
    ],
    "code": {
        "coding":  [
            {
                "system": "http://loinc.org",
                "code": "88636-6",
                "display": "Known exposure [Identifier]"
            }
        ],
        "text": "Known exposure"
    },
    "subject": {
        "reference": "Patient/c786ac3c-0579-4aa2-adda-db784b214ad6"
    },
    "effectiveDateTime": "2020-10-04",
    "dataAbsentReason": {
        "coding":  [
            {
                "system": "http://terminology.hl7.org/CodeSystem/data-absent-reason",
                "code": "unknown",
                "display": "Unknown"
            }
        ]
    }
}