FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.davinci-vbpr
Resource TypeOrganization
IdOrganization-vbp-provider02.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Organization vbp-provider02

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


Source1

{
  "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"
    }
  ]
}