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

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

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

Profile: DwOrganization

Security Label: normal (Details: Confidentiality code N = 'normal')

Extension: ServiceLanguage: English

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

active: true

type: Provider's office

name: PEI Family Health Clinic

telecom: ph: 902-555-6001(Work), fax: 902-555-6002(Work), info@peifhc.ca

address: 1 Tarmac Ave, Charlottetown, PE C1A 6T0(work)


Source1

{
  "resourceType": "Organization",
  "id": "chr-ca-pei-111-Organization-111",
  "meta": {
    "lastUpdated": "2024-12-08T18:00:00Z",
    "source": "urn:telus:emr:chr:ca:pei:111",
    "profile": [
      "https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwOrganization"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code": "N",
        "display": "normal"
      }
    ]
  },
  "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:ca:pei:111:organization",
      "value": "111"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "PROFF",
          "display": "Provider's office"
        }
      ]
    }
  ],
  "name": "PEI Family Health Clinic",
  "telecom": [
    {
      "system": "phone",
      "value": "902-555-6001",
      "use": "work"
    },
    {
      "system": "fax",
      "value": "902-555-6002",
      "use": "work"
    },
    {
      "system": "email",
      "value": "info@peifhc.ca",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "type": "physical",
      "text": "1 Tarmac Ave, Charlottetown, PE C1A 6T0",
      "line": [
        "1 Tarmac Ave"
      ],
      "city": "Charlottetown",
      "state": "PE",
      "postalCode": "C1A 6T0",
      "country": "CA"
    }
  ]
}