Electronic Case Reporting (eCR)
3.0.0-ballot - STU 3 Ballot United States of America flag

Electronic Case Reporting (eCR), published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/case-reporting/ and changes regularly. See the Directory of published versions

: Location - City Football Stadium

Page standards status: Informative

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

<http://hl7.org/fhir/Location/location-ecr-city-football-stadium> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "location-ecr-city-football-stadium"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location|6.1.0" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-location|6.1.0>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location location-ecr-city-football-stadium</b></p><a name=\"location-ecr-city-football-stadium\"> </a><a name=\"hclocation-ecr-city-football-stadium\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-location.html\">US Core Location Profile</a> version: 6.1.0</p></div><p><b>status</b>: Active</p><p><b>name</b>: City Football Stadium</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 264379009}\">City Football Stadium</span></p><p><b>address</b>: 99 Football Stadium Road My City AZ 8562 </p></div>"
  ] ;
  fhir:Location.status [ fhir:value "active"] ;
  fhir:Location.name [ fhir:value "City Football Stadium"] ;
  fhir:Location.type [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       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" ]
  ] ;
  fhir:Location.address [
     fhir:Address.line [
       fhir:value "99 Football Stadium Road" ;
       fhir:index -1
     ] ;
     fhir:Address.city [ fhir:value "My City" ] ;
     fhir:Address.state [ fhir:value "AZ" ] ;
     fhir:Address.postalCode [ fhir:value "8562" ]
  ] .

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

<http://hl7.org/fhir/Location/location-ecr-city-football-stadium.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Location/location-ecr-city-football-stadium.ttl> .