FHIR IG analytics| Package | hl7.fhir.uv.deqm |
| Resource Type | Organization |
| Id | Organization-organization01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization organization01
version: 4; Last updated: 2019-02-21 01:47:54+0000; Language: en;
Information Source: http://example.org/fhir/server
Profile: QICore Organization
identifier: Tax ID number/123456789 (use: official, )
active: true
type: Healthcare Provider
name: DaVinciHospital01
telecom: ph: (+1) 401-555-1212
address: 73 Lakewood Street Warwick RI 02886 USA
{
"resourceType": "Organization",
"id": "organization01",
"meta": {
"versionId": "4",
"lastUpdated": "2019-02-21T01:47:54.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": "123456789",
"assigner": {
"display": "www.irs.gov"
}
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov",
"display": "Healthcare Provider"
}
]
}
],
"name": "DaVinciHospital01",
"telecom": [
{
"system": "phone",
"value": "(+1) 401-555-1212"
}
],
"address": [
{
"line": [
"73 Lakewood Street"
],
"city": "Warwick",
"state": "RI",
"postalCode": "02886",
"country": "USA"
}
]
}