FHIR IG analytics| Package | fhir.deep6.ai |
| Resource Type | Location |
| Id | Location-location-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location location-example
Profile: Deep 6 AI Location
identifier: Client Location ID/123456
status: Active
name: Acme Hospital
type: Implementation Curated Site
telecom: ph: 555-555-1234
address: 123 Main Street Anycity MA 01420 US
{
"resourceType": "Location",
"id": "location-example",
"meta": {
"profile": [
"http://deep6.ai/fhir/StructureDefinition/deep-6-ai-location-1.0.2"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"text": "Client Location ID"
},
"value": "123456"
}
],
"status": "active",
"name": "Acme Hospital",
"type": [
{
"coding": [
{
"system": "http://deep6.ai/fhir/CodeSystem/deep-6-ai-ics",
"code": "ICS"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "555-555-1234"
}
],
"address": {
"line": [
"123 Main Street"
],
"city": "Anycity",
"state": "MA",
"postalCode": "01420",
"country": "US"
}
}