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

FHIR IG analytics

Packagetelus.dw.emr.extract
Resource TypeOrganization
Idorganization.json
FHIR VersionR4

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": "ma-labtestie1-Organization-30",
  "meta": {
    "source": "urn:telus:emr:ma:labtestie1",
    "lastUpdated": "2022-11-17T15:05:04.000Z",
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code": "N",
        "display": "normal"
      }
    ]
  },
  "identifier": [
    {
      "system": "urn:telus:emr:ma:labtestie1:Organization",
      "use": "official",
      "value": 30
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "PROFF",
          "display": "Provider's office"
        }
      ]
    }
  ],
  "active": true,
  "name": "South Star Clinic",
  "address": [
    {
      "use": "work",
      "text": "1234 Nowhere St Edmonton AB M1M 1M1 CAN",
      "line": [
        "1234 Nowhere St"
      ],
      "city": "Edmonton",
      "state": "AB",
      "postalCode": "M1M 1M1",
      "country": "CAN"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "825-444-5555",
      "use": "work"
    },
    {
      "system": "fax",
      "value": "825-444-5556",
      "use": "work"
    }
  ],
  "partOf": {
    "reference": "Organization/ma-labtestie1-Organization-0",
    "type": "Organization"
  }
}