FHIR IG analytics| Package | fhir.test.data.r4 |
| Resource Type | Organization |
| Id | Organization-1002.json |
| FHIR Version |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Organization",
"id": "Organization-1002",
"identifier": [
{
"use": "official",
"system": "http://www.hl7.org/oid/",
"value": "1.2.3.4.1002"
},
{
"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": "000001002"
}
],
"active": true,
"type": [
{
"text": "General Acute Care Hospital"
}
],
"name": "Gift of Mercy Hospital",
"telecom": [
{
"system": "phone",
"value": "657-555-9543",
"use": "work"
}
],
"address": [
{
"line": [
"565 S Rhine Street"
],
"city": "Warren",
"district": "Macomb County",
"state": "MI",
"postalCode": "48093"
}
]
}