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-100.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-100

Last updated: 2024-12-08 18:00:00+0000;

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

Profile: DwOrganization

Extension: ServiceLanguage: English

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

active: true

type: Provider's office

name: Western Ontario Family Health Account

telecom: ph: 519-555-1000(Work), fax: 519-555-1001(Work)

address: 100 Main Street Suite 200 London ON N6A 1A1 CA (work)


Source1

{
  "resourceType": "Organization",
  "id": "chr-on-west-Organization-100",
  "meta": {
    "lastUpdated": "2024-12-08T18:00:00Z",
    "source": "urn:telus:emr:chr:on-west:123",
    "profile": [
      "https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwOrganization"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/ca/baseline/StructureDefinition/ext-servicelanguage",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "en",
            "display": "English"
          }
        ]
      }
    }
  ],
  "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": "100"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "PROFF",
          "display": "Provider's office"
        }
      ]
    }
  ],
  "name": "Western Ontario Family Health Account",
  "telecom": [
    {
      "system": "phone",
      "value": "519-555-1000",
      "use": "work"
    },
    {
      "system": "fax",
      "value": "519-555-1001",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "line": [
        "100 Main Street",
        "Suite 200"
      ],
      "city": "London",
      "state": "ON",
      "postalCode": "N6A 1A1",
      "country": "CA"
    }
  ]
}