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

FHIR IG analytics

Packageca.on.health.idms
Resource TypeOrganization
IdIDMS-MANUFACTURER-EXAMPLE.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": "a53bffbb-abe5-42ca-ada9-6f9fe9c55131",
  "meta": {
    "versionId": "3",
    "lastUpdated": "2023-10-20T15:25:50.452+00:00",
    "source": "#YeLo4dJRzuopySGd"
  },
  "extension": [
    {
      "url": "https://health.gov.on.ca/idms/fhir/StructureDefinition/RelatedLocation",
      "valueReference": {
        "reference": "Location/e3b7cf9b-7908-48d0-b330-cb3299df68cb"
      }
    }
  ],
  "identifier": [
    {
      "use": "official",
      "system": "https://health.gov.on.ca/idms/fhir/CodeSystem/IDMS-CompanyCode",
      "value": "MAN"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "https://health.gov.on.ca/idms/fhir/CodeSystem/IDMS-Internal",
          "code": "ORGANIZATION-TYPE-MANUFACTURER"
        }
      ]
    }
  ],
  "name": "Bayer Manufacturing",
  "contact": [
    {
      "telecom": [
        {
          "system": "phone",
          "value": "(777) 777 7777",
          "use": "work"
        },
        {
          "system": "fax",
          "value": "(416) 298 1111",
          "use": "work"
        },
        {
          "system": "phone",
          "value": "(514) 999 1111",
          "use": "mobile"
        },
        {
          "system": "email",
          "value": "Bayer@example.org",
          "use": "work"
        }
      ]
    }
  ]
}