FHIR IG analytics| Package | hl7.fhir.uv.deqm |
| Resource Type | Organization |
| Id | Organization-organization04.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization organization04
version: 4; Last updated: 2019-03-06 19:03:03+0000; Language: en;
Information Source: http://example.org/fhir/server
Profile: QICore Organization
identifier: Tax ID number/456789123 (use: official, )
active: true
type: Insurance Company
name: DVPayer04
telecom: ph: (+1) 616-555-1212
address: 160 Glen Eagles Road Grand Rapids MI 49503 USA
{
"resourceType": "Organization",
"id": "organization04",
"meta": {
"versionId": "4",
"lastUpdated": "2019-03-06T19:03:03.000+00:00",
"source": "http://example.org/fhir/server",
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-organization"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "TAX",
"display": "Tax ID number"
}
]
},
"system": "urn:oid:2.16.840.1.113883.4.4",
"value": "456789123",
"assigner": {
"display": "www.irs.gov"
}
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "ins",
"display": "Insurance Company"
}
]
}
],
"name": "DVPayer04",
"telecom": [
{
"system": "phone",
"value": "(+1) 616-555-1212"
}
],
"address": [
{
"line": [
"160 Glen Eagles Road"
],
"city": "Grand Rapids",
"state": "MI",
"postalCode": "49503",
"country": "USA"
}
]
}