HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
1.1.0 - STU 2 Ballot

This page is part of the electronic Case Reporting (eCR) (v1.1.0: STU 2 on FHIR R4 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions

: US Public Health Exposure Contact Information Example: Football Game - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "observation-us-ph-exposure-contact-info-football-game",
  "meta" : {
    "versionId" : "4",
    "lastUpdated" : "2020-12-01T07:17:32.073+00:00",
    "source" : "#pMvWUdCWz4XOnrDf",
    "profile" : [
      "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-exposure-contact-information"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p></p><p><b>category</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-ActClass EXPOS}\">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.</span></p><p><b>code</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/umls C3841750}\">Mass gathering (football game)</span></p><p><b>subject</b>: <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman. Generated Summary: Medical Record Number: 1032702 (USUAL); active; Eve L Everywoman ; Phone: 1-(404)555-1212, eve.everywoman@example.com; gender: female; birthDate: 1974-11-24</a></p><p><b>focus</b>: <a href=\"Location-location-ecr-city-football-stadium.html\">City Football Stadium. Generated Summary: status: active; name: City Football Stadium</a></p><p><b>effective</b>: Jan 11, 2020 6:00:00 PM --&gt; Jan 11, 2020 9:30:00 PM</p><p><b>value</b>: <span title=\"Codes: {http://snomed.info/sct 264379009}\">City Football Stadium</span></p></div>"
  },
  "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/patient-ecr-eve-everywoman",
    "display" : "Eve Everywoman"
  },
  "focus" : [
    {
      "reference" : "Location/location-ecr-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"
  }
}