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

FHIR IG analytics

Packagehl7.fhir.us.ecr
Resource TypeLocation
IdLocation-location-ecr-city-football-stadium.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: Location location-ecr-city-football-stadium

status: Active

name: City Football Stadium

type: City Football Stadium

address: 99 Football Stadium Road My City AZ 8562


Source1

{
  "resourceType": "Location",
  "id": "location-ecr-city-football-stadium",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location|6.1.0"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "name": "City Football Stadium",
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "264379009",
          "display": "Sports stadium (environment)"
        }
      ],
      "text": "City Football Stadium"
    }
  ],
  "address": {
    "line": [
      "99 Football Stadium Road"
    ],
    "city": "My City",
    "state": "AZ",
    "postalCode": "8562"
  }
}