FHIR IG analytics| Package | fhir.test.data.r3 |
| Resource Type | Organization |
| Id | Organization-1104.json |
| FHIR Version |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Organization",
"id": "1104",
"identifier": [
{
"use": "official",
"system": "http://www.hl7.org/oid/",
"value": "1.2.3.4.1104"
},
{
"use": "official",
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/v2/0203",
"code": "TAX",
"display": "Tax ID number"
}
],
"text": "US Employer Identification Number"
},
"system": "http://hl7.org/fhir/sid/us-tax",
"value": "000001104"
}
],
"active": true,
"type": [
{
"text": "General Practice"
}
],
"name": "Bay Area Family Practice",
"telecom": [
{
"system": "phone",
"value": "734-555-5671",
"use": "work"
}
],
"address": [
{
"line": [
"761 NE Ninth Circle"
],
"city": "Ann Arbor",
"district": "Washtenaw County",
"state": "MI",
"postalCode": "48103"
}
]
}