FHIR IG analytics| Package | hl7.fhir.us.davinci-ra |
| Resource Type | Organization |
| Id | Organization-ra-vendor01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization ra-vendor01
Language: en
active: true
type: non-healthcare business or corporation
name: Best RA Vendor
telecom: ph: (+1) 999-888-7777, customer-service@BestRAVendor.com
address: 100 Vendor Lane Wildwood MO 63040 USA
{
"resourceType": "Organization",
"id": "ra-vendor01",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "Organization: Best RA Vendor"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "Best RA Vendor is an Organization example that generated Risk Adjustment Data Exchange MeasureReport."
}
],
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|7.0.0"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "bus",
"display": "non-healthcare business or corporation"
}
]
}
],
"name": "Best RA Vendor",
"telecom": [
{
"system": "phone",
"value": "(+1) 999-888-7777"
},
{
"system": "email",
"value": "customer-service@BestRAVendor.com"
}
],
"address": [
{
"line": [
"100 Vendor Lane"
],
"city": "Wildwood",
"state": "MO",
"postalCode": "63040",
"country": "USA"
}
]
}