{
  "resourceType": "Organization",
  "id": "SAFHIR-Health-Plan-01",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"SAFHIR-Health-Plan-01\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU4/StructureDefinition-us-core-organization.html\">US Core Organization Profile</a></p></div><p><b>active</b>: true</p><p><b>name</b>: SAFHIR Health Plan</p><p><b>telecom</b>: ph: 410-782-0476(WORK), https://onyxhealth.io(WORK)</p><p><b>address</b>: 6518 Meadowridge Road, Ste. 100, Elkridge, MD 21075</p></div>"
  },
  "active": true,
  "name": "SAFHIR Health Plan",
  "telecom": [
    {
      "system": "phone",
      "value": "410-782-0476",
      "use": "work"
    },
    {
      "system": "other",
      "value": "https://onyxhealth.io",
      "use": "work"
    }
  ],
  "address": [
    {
      "text": "6518 Meadowridge Road, Ste. 100, Elkridge, MD 21075",
      "line": [
        "6518 Meadowridge Road",
        "Suite 100"
      ],
      "city": "Elkridge",
      "state": "MD",
      "postalCode": "21075"
    }
  ]
}