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

FHIR IG analytics

Packagetelus.dw.emr.extract-1-1-21
Resource TypeOrganization
IdOrganization-chr-on-west-Organization-facility-500.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Organization chr-on-west-Organization-facility-500

Last updated: 2024-03-15 10:30:00+0000;

Information Source: urn:telus:emr:chr:on-west:123

Profile: DwOrganization

identifier: Telus Identifier/500 (use: official, )

active: true

type: Hospital

name: London Health Sciences Centre

telecom: ph: 519-685-8500(Work), fax: 519-685-8501(Work), info@lhsc.on.ca, https://www.lhsc.on.ca

address: 800 Commissioners Rd E London ON N6A 5W9 (work)


Source1

{
  "resourceType": "Organization",
  "id": "chr-on-west-Organization-facility-500",
  "meta": {
    "lastUpdated": "2024-03-15T10:30:00Z",
    "source": "urn:telus:emr:chr:on-west:123",
    "profile": [
      "https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwOrganization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "XX",
            "display": "Organization identifier"
          }
        ],
        "text": "Telus Identifier"
      },
      "system": "urn:telus:emr:chr:on-west:123:organization",
      "value": "500"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "PROFF",
          "display": "Provider's Office"
        }
      ],
      "text": "Hospital"
    }
  ],
  "name": "London Health Sciences Centre",
  "telecom": [
    {
      "system": "phone",
      "value": "519-685-8500",
      "use": "work"
    },
    {
      "system": "fax",
      "value": "519-685-8501",
      "use": "work"
    },
    {
      "system": "email",
      "value": "info@lhsc.on.ca",
      "use": "work"
    },
    {
      "system": "url",
      "value": "https://www.lhsc.on.ca",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "line": [
        "800 Commissioners Rd E"
      ],
      "city": "London",
      "state": "ON",
      "postalCode": "N6A 5W9"
    }
  ]
}