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-ca-pei-111-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-ca-pei-111-Organization-facility-500

Last updated: 2026-01-10 08:00:00+0000;

Information Source: urn:telus:emr:chr:ca:pei:111

Profile: DwOrganization

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

active: true

type: Physician

name: External Cardiology Clinic

telecom: ph: 902-555-2000(Work), fax: 902-555-2001(Work), info@extcardio.pe.ca

address: 123 External St Charlottetown PE C1A 1A1 (work)


Source1

{
  "resourceType": "Organization",
  "id": "chr-ca-pei-111-Organization-facility-500",
  "meta": {
    "lastUpdated": "2026-01-10T08:00:00Z",
    "source": "urn:telus:emr:chr:ca:pei:111",
    "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:ca:pei:111:organization",
      "value": "500"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "PROFF",
          "display": "Provider's Office"
        }
      ],
      "text": "Physician"
    }
  ],
  "name": "External Cardiology Clinic",
  "telecom": [
    {
      "system": "phone",
      "value": "902-555-2000",
      "use": "work"
    },
    {
      "system": "fax",
      "value": "902-555-2001",
      "use": "work"
    },
    {
      "system": "email",
      "value": "info@extcardio.pe.ca",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "line": [
        "123 External St"
      ],
      "city": "Charlottetown",
      "state": "PE",
      "postalCode": "C1A 1A1"
    }
  ]
}