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

FHIR IG analytics

Packagehl7.fhir.us.ph-library
Resource TypeObservation
IdObservation-us-ph-exposure-contact-info-football-game.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: Observation

Resource Observation "us-ph-exposure-contact-info-football-game"

Profile: US Public Health Exposure Contact Information

status: final

category: An interaction between entities that provides opportunity for transmission of a physical, chemical, or biological agent from an exposure source entity to an exposure target entity. (ActClass#EXPOS "exposure")

code: Mass gathering (football game) (Unified Medical Language System#C3841750 "Mass gathering")

subject: Patient/us-ph-patient-eve-everywoman: Eve Everywoman " EVERYWOMAN"

focus: Location/us-core-location-city-football-stadium: City Football Stadium "City Football Stadium"

effective: 2020-01-11 18:00:00+0000 --> 2020-01-11 21:30:00+0000

value: City Football Stadium (SNOMED CT#264379009 "Sports stadium (environment)")

Components

-CodeValue[x]
*ExposureAgent (ParticipationType#EXPAGNT)Severe acute respiratory syndrome coronavirus 2 (organism) (SNOMED CT#840533007)

Source1

{
  "resourceType": "Observation",
  "id": "us-ph-exposure-contact-info-football-game",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-exposure-contact-information"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ActClass",
          "code": "EXPOS",
          "display": "exposure"
        }
      ],
      "text": "An interaction between entities that provides opportunity for transmission of a physical, chemical, or biological agent from an exposure source entity to an exposure target entity."
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/umls",
        "code": "C3841750",
        "display": "Mass gathering"
      }
    ],
    "text": "Mass gathering (football game)"
  },
  "subject": {
    "reference": "Patient/us-ph-patient-eve-everywoman",
    "display": "Eve Everywoman"
  },
  "focus": [
    {
      "reference": "Location/us-core-location-city-football-stadium",
      "display": "City Football Stadium"
    }
  ],
  "effectivePeriod": {
    "start": "2020-01-11T18:00:00Z",
    "end": "2020-01-11T21:30:00Z"
  },
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "264379009",
        "display": "Sports stadium (environment)"
      }
    ],
    "text": "City Football Stadium"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
            "code": "EXPAGNT",
            "display": "ExposureAgent"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "840533007",
            "display": "Severe acute respiratory syndrome coronavirus 2 (organism)"
          }
        ]
      }
    }
  ]
}