FHIR IG analytics| Package | hl7.fhir.us.ph-library |
| Resource Type | Location |
| Id | Location-us-core-location-city-football-stadium.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Resource Location "us-core-location-city-football-stadium"
Profile: US Core Location Profile
status: active
name: City Football Stadium
type: City Football Stadium (SNOMED CT#264379009 "Sports stadium (environment)")
address: 99 Football Stadium Road Ann Arbor MI 99999
{
"resourceType": "Location",
"id": "us-core-location-city-football-stadium",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-location"
]
},
"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": "Ann Arbor",
"state": "MI",
"postalCode": "99999"
}
}