FHIR IG analytics| Package | fhir.test.data.r3 |
| Resource Type | Organization |
| Id | Organization-1103.json |
| FHIR Version |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Organization",
"id": "1103",
"identifier": [
{
"use": "official",
"system": "http://www.hl7.org/oid/",
"value": "1.2.3.4.1103"
},
{
"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": "000001103"
}
],
"active": true,
"type": [
{
"text": "General Practice"
}
],
"name": "Acme Medical Center",
"telecom": [
{
"system": "phone",
"value": "586-555-6055",
"use": "work"
}
],
"address": [
{
"line": [
"167 N Oak Drive"
],
"city": "Warren",
"district": "Macomb County",
"state": "MI",
"postalCode": "48093"
}
]
}