FHIR IG analytics| Package | hl7.fhir.us.davinci-vbpr |
| Resource Type | Organization |
| Id | Organization-vbp-provider02.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization vbp-provider02
Profile: Davinci ATR Organization
active: true
type: Healthcare Provider
name: Every Hospital
telecom: ph: (+1) 456-123-7890, contact@everyhospital.com
address: 100 Every Hospital Lane Amherst MA 01002 USA
{
"resourceType": "Organization",
"id": "vbp-provider02",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "Provider"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "Provider organization the Value-Based Performance Report is for."
}
],
"profile": [
"http://hl7.org/fhir/us/davinci-atr/StructureDefinition/atr-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov",
"display": "Healthcare Provider"
}
]
}
],
"name": "Every Hospital",
"telecom": [
{
"system": "phone",
"value": "(+1) 456-123-7890"
},
{
"system": "email",
"value": "contact@everyhospital.com"
}
],
"address": [
{
"line": [
"100 Every Hospital Lane"
],
"city": "Amherst",
"state": "MA",
"postalCode": "01002",
"country": "USA"
}
]
}