{
  "resourceType": "Organization",
  "id": "ma-ma-schema-1-Organization-0",
  "meta": {
    "lastUpdated": "2023-12-18T23:07:47Z",
    "source": "urn:telus:emr:ma:ma-schema-1",
    "profile": [
      "https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwOrganization"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code": "N",
        "display": "normal"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization ma-ma-schema-1-Organization-0</b></p><a name=\"ma-ma-schema-1-Organization-0\"> </a><a name=\"hcma-ma-schema-1-Organization-0\"> </a><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\">Last updated: 2023-12-18 23:07:47+0000; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"https://simplifier.net/resolve?scope=hl7.fhir.ca.baseline@1.1.7&amp;canonical=urn:telus:emr:ma:ma-schema-1\">urn:telus:emr:ma:ma-schema-1</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-profile-DwOrganization.html\">DwOrganization</a></p><p style=\"margin-bottom: 0px\">Security Label: normal (Details: Confidentiality code N = 'normal')</p></div><p><b>identifier</b>: Organization identifier/0 (use: official, )</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode PROFF}\">Provider's Office</span></p><p><b>name</b>: Main Street Family Practice</p><p><b>telecom</b>: ph: 416-555-1000(Work), fax: 416-555-1001(Work), <a href=\"mailto:info@mainstreetfp.ca\">info@mainstreetfp.ca</a></p><p><b>address</b>: 123 Main Street, Toronto, ON M5H 2N2, Canada(work)</p></div>"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "XX",
            "display": "Organization identifier"
          }
        ]
      },
      "system": "urn:telus:emr:ma:ma-schema-1:Organization",
      "value": "0"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "PROFF",
          "display": "Provider's Office"
        }
      ]
    }
  ],
  "name": "Main Street Family Practice",
  "telecom": [
    {
      "system": "phone",
      "value": "416-555-1000",
      "use": "work"
    },
    {
      "system": "fax",
      "value": "416-555-1001",
      "use": "work"
    },
    {
      "system": "email",
      "value": "info@mainstreetfp.ca",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "type": "physical",
      "text": "123 Main Street, Toronto, ON M5H 2N2, Canada",
      "line": [
        "123 Main Street"
      ],
      "city": "Toronto",
      "state": "ON",
      "postalCode": "M5H 2N2",
      "country": "Canada"
    }
  ]
}