CARIN Digital Insurance Card
2.0.0-ballot - STU 2 Ballot United States of America flag

CARIN Digital Insurance Card - Downloaded Version 2.0.0-ballot See the Directory of published versions

: Example Health Insurance Issuer - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "ExampleIssuerOrg",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization ExampleIssuerOrg</b></p><a name=\"ExampleIssuerOrg\"> </a><a name=\"hcExampleIssuerOrg\"> </a><p><b>name</b>: Sample Health Insurance Company</p><p><b>telecom</b>: ph: 1-800-123-4567, <a href=\"https://www.samplehealth.com\">https://www.samplehealth.com</a></p></div>"
  },
  "name" : "Sample Health Insurance Company",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "1-800-123-4567"
    },
    {
      "system" : "url",
      "value" : "https://www.samplehealth.com"
    }
  ]
}