FHIR IG analytics| Package | hl7.fhir.us.ecr |
| Resource Type | Location |
| Id | Location-location-ecr-city-football-stadium.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location location-ecr-city-football-stadium
Language: en
status: Active
name: City Football Stadium
type: City Football Stadium
address: 99 Football Stadium Road My City AZ 8562
{
"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"
}
}