FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.covid19library
Resource TypeObservation
IdObservation-KnownSARSCoV2ExposureExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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)


Source1

{
  "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)"
      }
    ]
  }
}