FHIR IG analytics| Package | hl7.fhir.uv.deqm |
| Resource Type | Organization |
| Id | Organization-organization03.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization organization03
version: 3; Last updated: 2019-02-21 01:47:53+0000; Language: en;
Information Source: http://example.org/fhir/server
Profile: QICore Organization
identifier: Provider number/1234567893 (use: official, ), Provider number/082584 (use: secondary, )
active: true
type: Healthcare Provider
name: DaVinciHospital03
telecom: ph: (+1) 201-555-1212
address: 94 Olive Ave. Union City NJ 07087 USA
{
"resourceType": "Organization",
"id": "organization03",
"meta": {
"versionId": "3",
"lastUpdated": "2019-02-21T01:47:53.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": "PRN",
"display": "Provider number"
}
]
},
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1234567893",
"assigner": {
"display": "www.cms.gov"
}
},
{
"use": "secondary",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PRN",
"display": "Provider number"
}
]
},
"system": "urn:oid:2.16.840.1.113883.4.336",
"value": "082584",
"assigner": {
"display": "www.cms.gov"
}
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov",
"display": "Healthcare Provider"
}
]
}
],
"name": "DaVinciHospital03",
"telecom": [
{
"system": "phone",
"value": "(+1) 201-555-1212"
}
],
"address": [
{
"line": [
"94 Olive Ave."
],
"city": "Union City",
"state": "NJ",
"postalCode": "07087",
"country": "USA"
}
]
}