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

FHIR IG analytics

Packageca.on.health.idms
Resource TypeOrganization
IdIDMS-EXAMPLE-ORGANIZATION-ABBOTT.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Organization",
  "id": "0x0000000000000002",
  "meta": {
    "versionId": "6",
    "lastUpdated": "2023-12-04T13:30:10.120+00:00",
    "source": "#227eee856ef79a5ff5de338f9f2b0559"
  },
  "extension": [
    {
      "url": "https://health.gov.on.ca/idms/fhir/StructureDefinition/CreatedDatetime",
      "valueDateTime": "2023-10-12T17:53:37Z"
    },
    {
      "url": "https://health.gov.on.ca/idms/fhir/StructureDefinition/CreatedUser",
      "valueReference": {
        "reference": "Practitioner/0x000000000000001F"
      }
    },
    {
      "url": "https://health.gov.on.ca/idms/fhir/StructureDefinition/UpdatedUser",
      "valueReference": {
        "reference": "Practitioner/0x0000000000000159"
      }
    },
    {
      "url": "https://health.gov.on.ca/idms/fhir/StructureDefinition/MigrationNotes",
      "valueString": "DONT_FAX:0, DELTA_POSTAL_CODE:L7P 4W4, MANUFACTURER_NO=ABB, MANUFACTURER_TYPE=0"
    }
  ],
  "identifier": [
    {
      "system": "urn:idms:manufacturer:code",
      "value": "ABB"
    }
  ],
  "active": true,
  "name": "Abbott Laboratories Co.",
  "description": "Comments about this Manufacturer       ",
  "contact": [
    {
      "purpose": {
        "text": "TELCOM"
      },
      "telecom": [
        {
          "system": "phone",
          "value": "777-7777-777",
          "use": "work"
        },
        {
          "system": "fax",
          "value": "666-666-6666",
          "use": "work"
        },
        {
          "system": "other",
          "value": "+1 (800) 555-5555",
          "use": "work"
        },
        {
          "system": "url",
          "value": "https://www.company.com",
          "use": "work"
        }
      ]
    },
    {
      "purpose": {
        "text": "ADDRESS"
      },
      "address": {
        "line": [
          "123 Trans-Canada Highway"
        ],
        "city": "Saint-Laurent",
        "state": "QC",
        "postalCode": "H2O 0T0",
        "country": "Canada"
      }
    }
  ]
}