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 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Observation;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "observation-us-ph-exposure-contact-info-football-game"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "4" ];
     fhir:Meta.lastUpdated [ fhir:value "2020-12-01T07:17:32.073+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#pMvWUdCWz4XOnrDf" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-exposure-contact-information";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-exposure-contact-information>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.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>"
  ];
  fhir:Observation.status [ fhir:value "final"];
  fhir:Observation.category [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActClass" ];
       fhir:Coding.code [ fhir:value "EXPOS" ];
       fhir:Coding.display [ fhir:value "exposure" ]     ];
     fhir:CodeableConcept.text [ fhir:value "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." ]
  ];
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/umls" ];
       fhir:Coding.code [ fhir:value "C3841750" ];
       fhir:Coding.display [ fhir:value "Mass gathering" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Mass gathering (football game)" ]
  ];
  fhir:Observation.subject [
     fhir:Reference.reference [ fhir:value "Patient/patient-ecr-eve-everywoman" ];
     fhir:Reference.display [ fhir:value "Eve Everywoman" ]
  ];
  fhir:Observation.focus [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Location/location-ecr-city-football-stadium" ];
     fhir:Reference.display [ fhir:value "City Football Stadium" ]
  ];
  fhir:Observation.effectivePeriod [
     fhir:Period.start [ fhir:value "2020-01-11T18:00:00Z"^^xsd:dateTime ];
     fhir:Period.end [ fhir:value "2020-01-11T21:30:00Z"^^xsd:dateTime ]
  ];
  fhir:Observation.valueCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:264379009;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "264379009" ];
       fhir:Coding.display [ fhir:value "Sports stadium (environment)" ]     ];
     fhir:CodeableConcept.text [ fhir:value "City Football Stadium" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.